maciej-izak
|
322720236c
+ added missing dwarf constants: DW_FORM_sec_offset, DW_FORM_exprloc and DW_FORM_flag_present
|
8 years ago |
florian
|
71b7cd7e1d
* the size of DW_FORM_ref_addr entries depends on the DWARF version
|
9 years ago |
florian
|
a7346b2f9d
+ make use of .debug_aranges section for faster name search when generating stack backtraces
|
9 years ago |
florian
|
feb15f08b3
* abbrev section must be re-read for each chunk of debug info, should resolve #29825
|
9 years ago |
florian
|
928027a7a4
* read Dwarf data blocks correctly
|
9 years ago |
florian
|
8a2917639b
* improved comments
|
9 years ago |
florian
|
5109ad9c55
+ write also the function name in stack backtraces when dwarf debugging info is used, resolves #17574
|
9 years ago |
michael
|
9225ff3293
* Fix for bug ID #28283 by Denis Kozlov
|
9 years ago |
nickysn
|
75ec4adcf9
* fixed compilation of lnfodwrf in the i8086 medium and compact memory models
|
10 years ago |
florian
|
f7785be945
* make the dwarf line info reader more fault tolerant, patch by Martin Friebe, resolves #24900
|
11 years ago |
sergei
|
35a2ed9a6c
- Removed unused variable
|
14 years ago |
pierre
|
8bcad0c07f
avoid range check error in ParseCompilationUnit
|
15 years ago |
michael
|
3e9b6151ee
* Added warning about thread-safety
|
15 years ago |
michael
|
740bd6744b
* Patch from Martin Friebe to buffer reading dwarf info
|
15 years ago |
yury
|
628b0c23ac
* exeinfo: Return executable image base and current module base address on Windows.
|
16 years ago |
florian
|
29ba36e70b
* when the end of a sequence is reached, first_row has to be set for proper address checking, resolves #10856
|
17 years ago |
florian
|
d955c9b4f7
+ proper handling of lineinfo retrival for dyn. libs in unix
|
17 years ago |
florian
|
96f8576bf2
* handle lineinfo in dlls correctly, resolves #4171 and #10797 for windows
|
17 years ago |
peter
|
cc710dc05f
* remove objpas dependency, patch by Giulio
|
17 years ago |
peter
|
482ad1334b
* support .gnu_debuglink section to have the debug info in an
|
17 years ago |
peter
|
a504c974ab
* use exeinfo unit to find .debug_line section
|
17 years ago |
peter
|
2a0bf2b491
* return previous line that contains the call when we have found the address
|
18 years ago |
yury
|
05f718fbd2
* Fixed warnings and notes.
|
18 years ago |
florian
|
0ae5dedbc2
* last commit fixed, the steps are: saving, testing, committing, not testing, saving, commtting ;)
|
18 years ago |
florian
|
d35fae6c74
* monster line fixed
|
18 years ago |
tom_at_work
|
949aa60805
* DWARF debug lineinfo reader
|
18 years ago |