Commit History

Author SHA1 Message Date
  nickysn 5bba79afb3 * use create_int_dataptr_unaligned instead of create_pint_unaligned in TDebugInfoDwarf.appendsym_absolute 8 years ago
  nickysn 163d54c33e * emit a sizeint-sized string length for long string constants in the DWARF 8 years ago
  yury db590da1e6 * Added a new debug option switch -godwarfcpp - Simulate C++ debug information in DWARF. It is more correct way to workaround LLDB issues than in r34558. This option can be used for debuggers, which does not support Pascal correctly. 8 years ago
  yury c36faacd57 * dwarf: Internal option to generate a LLDB compatible debug info. It is enabled for the Android targets. 9 years ago
  svenbarth 3a9f8e88fd * don't write or reference debug information for a unit if it belongs to a/another package 9 years ago
  Jonas Maebe aa1be3276f - removed default value of _typ parameter of TAsmData.(Weak)RefAsmSymbol(): 9 years ago
  Jonas Maebe 1cb8c0d00c * specify the def of assembler level symbols defined via 9 years ago
  Jonas Maebe 3177199d94 * changed all debug info labels from AT_DATA to AT_METADATA 9 years ago
  florian 9daa4bd48d * always generate unaligned pointer entries (so .4bytes instead of .long is generated) in dwarf debugging info 9 years ago
  florian 35b18fbf85 * change address related variables from aint to PInt to avoid range check errors 9 years ago
  Jonas Maebe 953c47dd97 - disabled DWARF (a)ranges for Darwin, it's not supported/used there 9 years ago
  florian 90b284e169 + generate .debug_aranges sections for dwarf debug info: enables faster address to debug info translation 9 years ago
  Jonas Maebe d44100448c * add support in the debug info for the dummy s128bit/u128bit types added 9 years ago
  pierre 6d0c5b234b Avoid unsupported .uleb128 with diff of two sympbols for native solaris assembler 9 years ago
  Jonas Maebe 91be1d0f2d * removed the DWARF label fields from tdef/tobjectdef, and dynamically 9 years ago
  Jonas Maebe add015f808 * ensure that the dwarf file table contains an entry if the current unit 10 years ago
  Jonas Maebe 687bb15299 * renamed getdatalabel() to getglobaldatalabel 10 years ago
  Jonas Maebe bd203a5b57 * synchronised with trunk till r30240 10 years ago
  Jonas Maebe 1e227f78fe * factored out the check for whether we have to generate dotted function 10 years ago
  Jonas Maebe 67b8aceaee * synchronized with privatetrunk till r30095 10 years ago
  pierre 3506767e8d Generate mimnimal DWARF debug information for non-multithreaded thread variables 10 years ago
  joost 7c9d32b3ce * Dwarf: Write zero as line-nr for instructions with no real corresponding 10 years ago
  joost 030885727e * Do not use sym.realname but sym.name in the mangledname for the Dwarf-3 debuginfo. This makes it possible to mix Dwarf-2 and Dwarf-3 debug info into one executable. 11 years ago
  Jonas Maebe b0ff41406a * grouped all tai_real* types into a single tai_realconst type, 11 years ago
  florian 4d5119bf1c * fixes several issues which cause warnings by the dfa code when using it to detect uninitialized variables 11 years ago
  Jonas Maebe 5e0589f0a5 * fixed debug information for strings (index starts from 1, not from 0) 11 years ago
  nickysn 90a092e585 + added enum Tdwarf_addr with the values of DW_AT_address_class (to be used for 11 years ago
  Jonas Maebe 936bd3c902 * fixed definitions/uses of asmsymbols: always explicitly define local 12 years ago
  florian 38f3448e22 * applied patch by Cyrax to fix #24722, revertes partially r25054 which was wrong 12 years ago
  florian 2cdb4adf39 + tai_const.Create_type_name and tai_const.Create_pint_unaligned 12 years ago