1. 55195e5 Revert "Handle partial-reset DW_CFA_def_cfa_* operations after DW_CFA_def_cfa_expression." by Roland McGrath · 14 years ago
  2. 0ab9783 Translate DW_CFA_expression/DW_CFA_val_expression properly to imply pushing CFA before given expression. by Roland McGrath · 14 years ago
  3. 3b2486c Handle partial-reset DW_CFA_def_cfa_* operations after DW_CFA_def_cfa_expression. by Roland McGrath · 14 years ago
  4. 3f9d955 Fix double-free in libdw CFI handling error paths. by Roland McGrath · 14 years ago
  5. 8068e06 Export dwfl_core_file_report. by Roland McGrath · 14 years ago
  6. 22359e2 Clean up and consolidate automake magic to reduce duplication and to work with --disable-dependency-tracking. by Roland McGrath · 15 years ago
  7. ee29a31 libdw/fde.c (intern_fde): Fix length check for sized_augmentation_data. by Mark Wielaard · 15 years ago
  8. f95760a Use elf_getphdrnum in libdw and libdwfl. by Roland McGrath · 15 years ago
  9. 7452e19 Missing file from commit ebc5c88 by Roland McGrath · 15 years ago
  10. ebc5c88 Add dwarf_aggregate_size helper function to libdw. by Roland McGrath · 15 years ago
  11. 0cb1983 Add some more DW_AT_GNU_* types from gcc. by Roland McGrath · 15 years ago
  12. 019d9fb Add DWARF attributes DW_AT_GNU_vector and DW_AT_GNU_template_name. by Roland McGrath · 15 years ago
  13. 888381b Fix dwarf_getlocation braino in constant-form case handling. by Roland McGrath · 15 years ago
  14. 9ca7bc4 More grokage of DWARF4 forms. by Roland McGrath · 15 years ago
  15. 7e0aecd Small tweak for dwarf_getlocation_implicit_value; NEWS item for it. by Roland McGrath · 15 years ago
  16. f037104 DW_OP_implicit_value support by Roland McGrath · 15 years ago
  17. 418ae4c Clear cfi->ebl in dwarf_getcfi(). by Mark Wielaard · 15 years ago
  18. cc93cc4 Make dwarf_hasattr_integrate handle DW_AT_specification. by Josh Stone · 15 years ago
  19. 08277ba Use dwarf_diename in place of open-coding it. by Roland McGrath · 15 years ago
  20. ebfb648 New macros for symbol versioning definitions, use them for libdw convenience wrappers just changed. by Roland McGrath · 15 years ago
  21. de69d52 Use dwarf_attr_integrate in various convenience functions. by Roland McGrath · 15 years ago
  22. af80014 Rejigger calling conventions for dwarf_frame_{cfa,register}. by Roland McGrath · 15 years ago
  23. e23e9e7 Fix dwarf_getsrc_file handling empty CUs. by Roland McGrath · 15 years ago
  24. d108304 Fix last commit, was made too early in the morning. by Roland McGrath · 15 years ago
  25. 96349ff Handle DW_OP_stack_value by Roland McGrath · 15 years ago
  26. e160cc9 Support the easiest of the new v4 form flavors. by Roland McGrath · 15 years ago
  27. a6abdfd Add constants from DWARF 4 working draft 3. by Roland McGrath · 15 years ago
  28. 7dd9464 dwarf_getlocation.c: Grok DW_OP_form_tls_address, DW_OP_GNU_push_tls_address, and DW_OP_bit_piece. by Roland McGrath · 15 years ago
  29. 8089343 dwarf_getlocation.c: Grok DW_OP_call_frame_cfa. by Roland McGrath · 15 years ago
  30. 3c84db3 CFI support: lookup by PC and translate into DWARF location per register by Roland McGrath · 15 years ago
  31. 6e1f465 Reorder some libdwP.h struct members for optimal packing. by Roland McGrath · 15 years ago
  32. cfdd86e Handle DW_AT_data_member_location of class constant magically in dwarf_getlocation{,_addr}. by Roland McGrath · 15 years ago
  33. 05c4e04 Do some constification to avoid dubious casts. by Roland McGrath · 15 years ago
  34. 99d2372 Squashed commit of the following: by Ulrich Drepper · 15 years ago
  35. e94b1b2 Typo by Roland McGrath · 15 years ago
  36. e7c1633 Fix trivial regression in last commit. by Roland McGrath · 15 years ago
  37. e2eabd8 Slight optimization of dwarf_getmacros for loops. by Roland McGrath · 15 years ago
  38. f3df61f Fix dwarf_getmacros so that it passes newly-added test by Petr Machata · 15 years ago
  39. 2fb9051 Fix 32/64 CIE header format CIE_id matching. by Roland McGrath · 15 years ago
  40. 6a4bdd9 Add DW_CFA_GNU_negative_offset_extended. by Roland McGrath · 15 years ago
  41. 03288f0 Fiddle internal type decls for C++ scoping. by Roland McGrath · 16 years ago
  42. c5acb30 (struct Dwarf_Files_s): Replace dbg field with cu field. by Roland McGrath · 16 years ago
  43. f46272a dwarf_ranges.c: Return 0 when no ranges or *_pc attrs at all. by Roland McGrath · 16 years ago
  44. d31505f dwarf_getattrs.c: Correctly skip attribute values when restarting. by Roland McGrath · 16 years ago
  45. 3bf7a09 Put known-dwarf.h in the dist so every build need not have a recent gawk. by Roland McGrath · 16 years ago
  46. afdd51e dwarf.h: Add DW_OP_GNU_encoded_addr. by Roland McGrath · 16 years ago
  47. 1ea4fdc Fix 'make clean' in libdw. by Roland McGrath · 16 years ago
  48. 54456d8 Merge commit 'origin/master' into roland/known-dwarf by Roland McGrath · 16 years ago
  49. 24b0330 Add DW_OP_GNU_* constants. by Roland McGrath · 16 years ago
  50. 5513e64 Generate macros for tables of known dwarf.h constants. by Roland McGrath · 16 years ago
  51. e921e88 Merge commit 'origin/roland/fixes-for-c++' by Ulrich Drepper · 16 years ago
  52. 7e678fa Require __thread support in compiler. by Ulrich Drepper · 16 years ago
  53. e06762c Don't depend on $(zip_LIBS), just link it in. by Roland McGrath · 16 years ago
  54. 7e827f2 Merge ssh://git.fedorahosted.org/git/elfutils into roland/fixes-for-c++ by Roland McGrath · 16 years ago
  55. c462c63 Merge branch 'master' of ssh://git.fedorahosted.org/git/elfutils into libdwfl-decompress by Roland McGrath · 16 years ago
  56. ac194d0 Implement call frame information dumping. by Ulrich Drepper · 16 years ago
  57. bca4315 libdwfl automagic decompression support by Roland McGrath · 16 years ago
  58. 1f6d201 dwarf_haschildren: Return -1 for error case, not 0. by Roland McGrath · 16 years ago
  59. 45d7b29 Bug compatibility wrapper for ELFUTILS_0.130 dwfl_module_build_id behavior. by Roland McGrath · 16 years ago
  60. b4d6f0f Fix up bogon and missing log entries from .pmachata.threads branch. by Roland McGrath · 16 years ago
  61. 8d358d9 Minor optimizations. by Ulrich Drepper · 17 years ago
  62. a969d8e Add missing copyright year updates. Fix ChangeLog. by Ulrich Drepper · 17 years ago
  63. 06ec9db Fix problems in last checkin. by Ulrich Drepper · 17 years ago
  64. c911d5c merge of '33d6cda327b8cb82fe8be29c24addb2bdf40acff' by Ulrich Drepper · 17 years ago
  65. a9f3660 Update copyright year. by Ulrich Drepper · 17 years ago
  66. c58110d explicit merge of 'f9dc98cac1b8ccd38e7420c43dfe7551e2923aaa' by Roland McGrath · 17 years ago
  67. b27ce00 Fixup after DWARF_VERSION bump. by Ulrich Drepper · 17 years ago
  68. c57b65c Minimal cleanups after merge. by Ulrich Drepper · 17 years ago
  69. 35f08c4 propagate from branch 'com.redhat.elfutils.nickc.pending' (head 28d6423325f0cc14a133eb6b92a8c3604e437ba6) by Ulrich Drepper · 17 years ago
  70. e219f1c propagate from branch 'com.redhat.elfutils.roland.pending' (head 26cc2ce45739af072e7ff4fdab5e8eb7cd756d50) by Ulrich Drepper · 17 years ago
  71. e4c22ea 2007-10-23 Roland McGrath <roland@redhat.com> by Roland McGrath · 17 years ago
  72. b597dfa merge of '92c36bfdbc6468d1711c043b530e0dfe5abb6dec' by Ulrich Drepper · 17 years ago
  73. 59ea7f3 src/ 2007-10-04 Roland McGrath <roland@redhat.com> by Roland McGrath · 17 years ago
  74. 057ec6b 2007-10-02 Roland McGrath <roland@redhat.com> by Roland McGrath · 17 years ago
  75. d1a4817 2007-08-07 Roland McGrath <roland@redhat.com> by Roland McGrath · 17 years ago
  76. 87d4780 libdwfl/ 2007-07-16 Roland McGrath <roland@redhat.com> by Roland McGrath · 17 years ago
  77. 43da989 libdw/ 2007-04-16 Roland McGrath <roland@redhat.com> by Roland McGrath · 17 years ago
  78. bf2ee48 libdw/ 2007-04-05 Roland McGrath <roland@redhat.com> by Roland McGrath · 17 years ago
  79. c07fbb3 propagate from branch 'com.redhat.elfutils.roland.pending' (head b584b7056d679db0fc272b47667047d07737ca55) by Ulrich Drepper · 17 years ago
  80. 6258e74 propagate from branch 'com.redhat.elfutils.roland.pending' (head e0c7abd450c9e49093cfae30af8a22782a74a403) by Ulrich Drepper · 17 years ago
  81. 903c116 propagate from branch 'com.redhat.elfutils.roland.pending' (head e723b1541850630f0047cf0c73d64c909529f439) by Ulrich Drepper · 18 years ago
  82. aa915fd propagate from branch 'com.redhat.elfutils.roland.pending' (head c44dcfac5b545aecb173fede31f34cb003be0173) by Ulrich Drepper · 18 years ago
  83. 56bc0b8 Lock down libelf and elflint a bit more after import of Roland's changes. by Ulrich Drepper · 18 years ago
  84. 8190db6 propagate from branch 'com.redhat.elfutils' (head b4944cf70801d9dac056f4f80ef1334e5acb8bdc) by Roland McGrath · 18 years ago
  85. db1d543 Whitespace fixes. by Ulrich Drepper · 18 years ago
  86. c373d85 2006-10-09 Roland McGrath <roland@redhat.com> by Roland McGrath · 18 years ago
  87. 077c65f merge of 67f3844b544f03a64b3ac896c19f94744923d76a by Ulrich Drepper · 18 years ago
  88. cc41562 propagate from branch 'com.redhat.elfutils.roland.pending' (head e5cfdd13aa39dfae16b905fd57ff56ad8a131bb5) by Ulrich Drepper · 18 years ago
  89. 7f7f1bc Adjust for internal_function_def removal. by Ulrich Drepper · 18 years ago
  90. e1812e1 propagate from branch 'com.redhat.elfutils.roland.pending' (head 1ac619debea0e3ecfd2704e8bdc803c6c893b62a) by Ulrich Drepper · 18 years ago
  91. 697f4db merge of 2043b4a4bc8f0359b8c216306758ab5900533fde by Ulrich Drepper · 18 years ago
  92. a688a73 * i386_ld.c (elf_i386_finalize_plt): Don't change symbol table entries by Ulrich Drepper · 18 years ago
  93. bdb29c0 merge of 74ebb3c081458a7d19c744b155c767262efc47cb by Ulrich Drepper · 18 years ago
  94. 8c56fe3 Handle as-needed options. by Ulrich Drepper · 18 years ago
  95. df72c45 No need for contributed line in installed header. by Ulrich Drepper · 18 years ago
  96. 3be7447 Prepare libdw.h for use in C++. by Ulrich Drepper · 18 years ago
  97. e7a7317 Handle files without aranges information. by Ulrich Drepper · 18 years ago
  98. 4f3d2a2 Add some more nonnull attributes. by Ulrich Drepper · 18 years ago
  99. 1e9ef50 Fix FSF address. No exception for libdwarf. by Ulrich Drepper · 18 years ago
  100. 361df7d propagate from branch 'com.redhat.elfutils.roland.pending' (head 4f8fc821345feef58624f0aa5b470d4827577d8c) by Ulrich Drepper · 18 years ago