1. 7503c89 Don't suppress full file names found in core-file link_map. by Roland McGrath · 14 years ago
  2. 10eb76b Clean up libcpu makefile rules for better error detection. by Roland McGrath · 14 years ago
  3. f4763cf readelf: For -x/-p, print all sections with matching name, not just one. by Roland McGrath · 14 years ago
  4. bb72de2 Bump version to indicate pre-0.149 development. by Roland McGrath · 14 years ago
  5. 00aca7f Fix dwarf_formref_die DW_FORM_ref_sig8 hash table insertion. by Roland McGrath · 14 years ago
  6. 52604ba readelf: Fix DW_OP_call_ref printing for version 2 CUs. by Roland McGrath · 14 years ago
  7. 612f376 l10n: Updates to Polish (pl) translation by raven · 14 years ago
  8. 804e9ca Consider .gdb_index as a debugging section. by Roland McGrath · 14 years ago
  9. 0cf762c Remove libdwarf directory, ancient cruft. by Roland McGrath · 14 years ago
  10. 008a5f2 Merge branch 'master' of ssh://git.fedorahosted.org/git/elfutils by Ulrich Drepper · 14 years ago
  11. 079aef2 Translation file merge with most recent .pot file. by Ulrich Drepper · 14 years ago
  12. d48e9fe Translation file merge with most recent .pot file. by drepper · 14 years ago
  13. 3fe0a80 Update .spec file. by drepper · 14 years ago
  14. 2f14a31 readelf: Use symbolic printing for FDE initial_location address. by Roland McGrath · 14 years ago
  15. b645803 strings: Fix brainos in non-mmap case. by Roland McGrath · 14 years ago
  16. 82a6336 libdwfl: Fix debuginfo search when dwfl_build_id_find_debuginfo closes fd on success. by Roland McGrath · 14 years ago
  17. cedd299 Indentation fix. by Roland McGrath · 14 years ago
  18. 81cfcca libdwfl: Fix Linux kernel module search when dwfl_build_id_find_elf closes fd on success. by Roland McGrath · 14 years ago
  19. 2c71252 0.148 release. by Ulrich Drepper · 14 years ago
  20. 15c5ef0 l10n: Updates to Spanish (Castilian) (es) translation by elsupergomez · 14 years ago
  21. 9616b85 Back out dwarf_cfi_validate_fde. by Roland McGrath · 14 years ago
  22. c16966a Fix check_constant_offset braino. by Roland McGrath · 14 years ago
  23. 499b8ff Fix signed comparison warning in extended opcode parsing. by Roland McGrath · 14 years ago
  24. 898ca1a Merge branch 'master' of ssh://git.fedorahosted.org/git/elfutils by Roland McGrath · 14 years ago
  25. fa79990 readelf: Fix braino in DW_LNS_set_isa parsing. by Roland McGrath · 14 years ago
  26. 50ec837 l10n: Updates to Ukrainian (uk) translation by yurchor · 14 years ago
  27. 504a112 Merge branch 'master' of ssh://git.fedorahosted.org/git/elfutils by Roland McGrath · 14 years ago
  28. 474cb48 Add some missing DWARF constants and readelf support for them. by Roland McGrath · 14 years ago
  29. f333801 l10n: Updates to Ukrainian (uk) translation by yurchor · 14 years ago
  30. 0c5638c Fix readelf for large SLEB128 values. by Roland McGrath · 14 years ago
  31. 2b1f095 Finish .debug_types support in libdw and readelf. by Roland McGrath · 14 years ago
  32. 5cc030d Fix up some holes in .debug_types support. by Roland McGrath · 14 years ago
  33. 183e8ab Merge branch 'roland/debug_types' by Roland McGrath · 14 years ago
  34. 599f7f5 readelf: Handle v4 .debug_frame format. by Roland McGrath · 14 years ago
  35. e5251a1 readelf: Handle v4 .debug_line format. by Roland McGrath · 14 years ago
  36. c70cf4e Record new line table fields, export APIs to fetch them. by Roland McGrath · 14 years ago
  37. 4a87dfa dwarf_next_cfi.c: Fix version 4 return_address_register decoding. by Roland McGrath · 14 years ago
  38. 3e0f7d1 Handle reading .debug_types section. by Roland McGrath · 14 years ago
  39. 3e4b5bb Add new dwarf_cfi_validate_fde call. by Roland McGrath · 14 years ago
  40. 5f4b508 Canonicalize CIE fde_encoding at interning. by Roland McGrath · 14 years ago
  41. 7934ded Fix some corners of DW_EH_PE_* handling. by Roland McGrath · 14 years ago
  42. c70ebc0 Check for CIE initial instructions that bogusly change the PC. by Roland McGrath · 14 years ago
  43. b75f444 Fix error diagnosis for dwarf_formref on DW_FORM_ref_sig8. by Roland McGrath · 14 years ago
  44. 9bcd265 Handle DWARF4 .debug_frame format. by Roland McGrath · 14 years ago
  45. 3f63307 Handle DWARF4 .debug_line format. by Roland McGrath · 14 years ago
  46. a92f1a4 l10n: Updates to Ukrainian (uk) translation by yurchor · 14 years ago
  47. ec86e5f Fix unstrip for modifying file in place. by Roland McGrath · 14 years ago
  48. d763578 Implicitly set dirty bit by Ulrich Drepper · 14 years ago
  49. b9e8518 libdwfl: Ignore debuginfo-path hits that find the main file again. by Roland McGrath · 14 years ago
  50. aa32f92 unstrip: Factor common code for shdr changes. by Roland McGrath · 14 years ago
  51. 3b1b651 unstrip: Bail early on bogus invocation with reversed arguments. by Roland McGrath · 14 years ago
  52. 827d4d1 Clean up IDX_debug_* list. by Roland McGrath · 14 years ago
  53. 9c7caf1 l10n: Updates to Spanish (Castilian) (es) translation by elsupergomez · 14 years ago
  54. 1a030b3 Remove unused CIE_VERSION macro. by Roland McGrath · 14 years ago
  55. 675229b Remove meaningless DWARF_VERSION macro. by Roland McGrath · 14 years ago
  56. c8a0673 readelf: Handle DW_FORK_ref_sig8. by Roland McGrath · 14 years ago
  57. 5212396 Fix DW_FORM_sec_offset handling. by Roland McGrath · 14 years ago
  58. 7fac1ce More DWARF 4 handling, some in readelf. by Roland McGrath · 14 years ago
  59. 0b3363e Handle DWARF version 4 CUs. by Roland McGrath · 14 years ago
  60. 08e71db Move dwarf_cfi_cie_p definition from cfi.h to libdw.h. by Mark Wielaard · 14 years ago
  61. 7a5bed8 readelf: Print .eh_frame even with no other DWARF. by Roland McGrath · 14 years ago
  62. 50aa8d1 whitespace by Roland McGrath · 14 years ago
  63. 3f507bd dwarf.h: Fix DW_LANG_Python constant. by Mark Wielaard · 14 years ago
  64. 6b7e2fa l10n: Updates to Ukrainian (uk) translation by yurchor · 14 years ago
  65. 49fe714 Merge branch 'master' of ssh://git.fedorahosted.org/git/elfutils by Ulrich Drepper · 14 years ago
  66. 6fb3451 dwarf_getlocation crash on NULL attribute. by Ulrich Drepper · 14 years ago
  67. d77e69b l10n: Updates to Polish (pl) translation by raven · 14 years ago
  68. d2240bc Fix dwarf_getlocation crash on NULL argument. by Eduardo Santiago · 14 years ago
  69. 173ade8 More details attribute output. by Ulrich Drepper · 14 years ago
  70. cfa5da2 Add more DWARF4 constants. by Roland McGrath · 14 years ago
  71. 1caa3b7 l10n: Updates to Polish (pl) translation by raven · 14 years ago
  72. a0635db Fix some libdwfl bias calculations. by Roland McGrath · 14 years ago
  73. be9c4d7 Fix /proc/kallsyms grovelling. by Roland McGrath · 14 years ago
  74. 12e3d1f addr2line: Handle SYMBOL without +OFFSET. by Roland McGrath · 14 years ago
  75. 36b1b28 l10n: Updates to Spanish (Castilian) (es) translation by logan · 14 years ago
  76. 688f7fc Fix DW_OP_call_ref operand handling. by Roland McGrath · 14 years ago
  77. 2716d81 l10n: Updates to Ukrainian (uk) translation by yurchor · 14 years ago
  78. 1fa6bf4 NEWS items by Roland McGrath · 14 years ago
  79. aba26e0 libdwfl: Another segment lookup table nit. by Roland McGrath · 14 years ago
  80. ed431dd libdwfl: Refuse to fall back to an ELF file opened by name when that mismatches the module build ID. by Roland McGrath · 14 years ago
  81. b4bb301 Use [pie] rather than [dso] for unnamed modules that are PIEs. by Roland McGrath · 14 years ago
  82. 89bb5d3 dwfl_segment_report_module: Fix jump-start of NDX-finding loop. by Roland McGrath · 14 years ago
  83. 4820a05 Fix libdwfl segment table management. by Roland McGrath · 14 years ago
  84. d05c596 dwfl_link_map_report: Handle PIE-generated core. by Roland McGrath · 14 years ago
  85. 77cda9d Fix dwfl_core_file_report return value when link_map failed after sniffing succeeded. by Roland McGrath · 14 years ago
  86. da062d5 Prepare 0.147 release. by Ulrich Drepper · 14 years ago
  87. fba8ec8 NEWS items for 0.147 by Roland McGrath · 14 years ago
  88. 3b10ac0 libdw: Record ill-specified CFA rule and diagnose in dwarf_frame_cfa, not immediately at decode time. by Roland McGrath · 14 years ago
  89. d17f9de libdwfl: Treat R_*_NONE reloc as no reloc. by Roland McGrath · 14 years ago
  90. 55195e5 Revert "Handle partial-reset DW_CFA_def_cfa_* operations after DW_CFA_def_cfa_expression." by Roland McGrath · 14 years ago
  91. 0ab9783 Translate DW_CFA_expression/DW_CFA_val_expression properly to imply pushing CFA before given expression. by Roland McGrath · 14 years ago
  92. 3c6ee4b Fix tests/addrcfi error reporting. by Roland McGrath · 15 years ago
  93. 3b2486c Handle partial-reset DW_CFA_def_cfa_* operations after DW_CFA_def_cfa_expression. by Roland McGrath · 15 years ago
  94. 3f9d955 Fix double-free in libdw CFI handling error paths. by Roland McGrath · 15 years ago
  95. f5ed544 Don't install and distribution files without translations. by Ulrich Drepper · 15 years ago
  96. 51f4ddf Prepare 0.146 release. by Ulrich Drepper · 15 years ago
  97. 7c04e7a l10n: Updates to Spanish (Castilian) (es) translation by logan · 15 years ago
  98. b386ccf Set LOCALEDIR via make rather than configure, as per Autoconf manual. by Roland McGrath · 15 years ago
  99. d862cc8 Fix LOCALEDIR default. by Roland McGrath · 15 years ago
  100. 134038b l10n: Updates to Ukrainian (uk) translation by yurchor · 15 years ago