2006/6/16, Raphael fenix@club-internet.fr:
Hi,
Changelog:
- map lines section
- better robustness
- support of unamed syms
- better traces
- ref hash table to stabilize model
TODO:
- find a clean way to handle forward declarations (some assertions can
happen)
- debug lines parsing
I did (in parallel) some work on the dwarf2 support. I have 20+ patches to make it really work. Those patches bring :
- type support, including forward declarations (which really requires a two pass parser, hence a major rewrite of the code) - function's variables & parameter support - line information is ok (except for inlined functions) - a couple of bug fixes from current code
I'd suggest hence not to apply this patch and to wait for the full solution (likely sometimes this week-end).
On Friday 16 June 2006 13:06, Eric Pouech wrote:
2006/6/16, Raphael fenix@club-internet.fr:
Hi,
Changelog:
- map lines section
- better robustness
- support of unamed syms
- better traces
- ref hash table to stabilize model
TODO:
- find a clean way to handle forward declarations (some assertions can
happen)
- debug lines parsing
I did (in parallel) some work on the dwarf2 support. I have 20+ patches to make it really work. Those patches bring :
- type support, including forward declarations (which really requires a two
pass parser, hence a major rewrite of the code)
- function's variables & parameter support
- line information is ok (except for inlined functions)
- a couple of bug fixes from current code
I'd suggest hence not to apply this patch and to wait for the full solution (likely sometimes this week-end).
Yak, i was working on it too :( i'm waiting for your patches
Note: i was planning to support forward checking wihout two pass
Regards, Raphael