joost
|
bbbc85bbf6
* Use DW_TAG_class_type for classes instead of DW_TAG_structure_type
|
14 年之前 |
joost
|
853f35757d
* Use the same logic for Dwarf-3 and Dwarf-2 output regarding symbol names. Solves problems resolving self in gdb and Dwarf-3.
|
14 年之前 |
joost
|
cd0b2e5288
* Use DW_OP_deref instead of DW_OP_push_object_deref. The latter is not recognized properly by gdb
|
14 年之前 |
joost
|
ce01b15c49
* Generate proper Dwarf-debuginfo for DW_AT_vtable_elem_location, containing
|
14 年之前 |
florian
|
570f3c4b39
* merges recent class helper fixes by Sven Barth
|
14 年之前 |
florian
|
d35d1ed357
+ initial support for pascal booleans with sizes 2, 4 and 8
|
14 年之前 |
svenbarth
|
35b47e491c
Rebase to revision 17306
|
14 年之前 |
florian
|
4d19f6c532
* patch by Jeppe Johansen to be able to generate debug info if an rtl without variant support is used, resolves #18483
|
14 年之前 |
svenbarth
|
96116a6c3a
Several adjustments because virtual methods in helpers are just normal methods and a VMT isn't generated for them either.
|
14 年之前 |
svenbarth
|
80e6498921
Rebase to revision 17096
|
14 年之前 |
florian
|
26fbfaf5a7
+ introduce the usage of asizeint/asizeuint for cpus with sizeof("alu")<>sizeof(pointer)
|
14 年之前 |
joost
|
1e92e576dd
* Use TDebugInfoDwarf2.appenddef_object's DoAppend also for writing the
|
14 年之前 |
joost
|
d5de153e39
* Refactored TDebugInfoDwarf2.appenddef_object, no functional changes, to easy code-reuse for Dwarf3s appenddef_object
|
14 年之前 |
joost
|
a03c7cdc69
* Added two more Dwarf-4 constants
|
14 年之前 |
joost
|
faeb80b55c
* Write Dwarf-debug info for class constants
|
14 年之前 |
joost
|
4bd0f6db7a
* Dwarf: Hide the implicit pointer from a function-parameter which is passed
|
14 年之前 |
joost
|
a7cea8606f
* Dwarf3: Classes are not encoded as a pointer to a class-structure, but
|
14 年之前 |
Jonas Maebe
|
2222f2c44b
* renamed is_class_or_interface_or_dispinterface_or_objc() into
|
14 年之前 |
paul
|
915c412ae3
compiler: generate debug info for record methods:
|
14 年之前 |
paul
|
17815ce7a2
compiler: implement properties in records:
|
14 年之前 |
paul
|
56bf42de57
compiler: implement record methods and class methods:
|
14 年之前 |
florian
|
1c5a3b6bf0
o patch by Graeme Geldenhuys
|
14 年之前 |
mazen
|
b127fc154a
* Fixed spell error revealed by lintian.
|
15 年之前 |
pierre
|
874e69bcf8
* revert wrong commits
|
15 年之前 |
pierre
|
d27278faac
* Add external linker possibility for windows x86_64 compiler
|
15 年之前 |
Jonas Maebe
|
57bd6d2685
+ merged nestedprocvars branch
|
15 年之前 |
Jonas Maebe
|
daef2efa69
- removed tstoreddef.reset() and overrides, and the associated
|
15 年之前 |
Jonas Maebe
|
356026f849
* use new_section() instead of tai_section.create() everywhere
|
15 年之前 |
Jonas Maebe
|
39adedb12a
* fixed writing debug info for string constants that are exactly 255 chars
|
15 年之前 |
Jonas Maebe
|
3019d3e560
* do not generate DW_AT_allocated info for dynarrays/ansi/unicodestrings
|
15 年之前 |