- 1910801 libdwfl: Add dwfl_core_file_attach and dwfl_linux_proc_attach. by Mark Wielaard · 11 years ago
- ac65261 libdwfl: dwfl_linux_proc_find_elf should only return regular files. by Mark Wielaard · 11 years ago
- 05a4412 libdwfl: Fix memory leak in linux-core-attach. Allow reiterating threads. by Mark Wielaard · 11 years ago
- b20ca0b libdwfl: Fix build_id memory leak in dwfl_segment_report_module. by Mark Wielaard · 11 years ago
- a6141d2 stack: Add -l, --list-modules. Show module memory map, build-id and files. by Mark Wielaard · 11 years ago
- 1f7763e stack: Improve error checking and exit code handling. by Mark Wielaard · 11 years ago
- fdb64e6 stack: Add --quiet to not resolve addresses, add --raw to not demangle. by Mark Wielaard · 11 years ago
- fe9b95d stack: Simplify argument parsing. Don't use dwfl_standard_argp. by Mark Wielaard · 11 years ago
- 99fc3f7 stack: -b, --build-id shows module build-id, load address and pc offset. by Mark Wielaard · 11 years ago
- 9fec14a stack: Add new '-n MAXFRAMES' option. Resolve addresses after unwind. by Mark Wielaard · 11 years ago
- 97bbf9b libdwfl: linux-pid-attach.c: Report actual PID (Tgid) to dwfl_attach_state. by Mark Wielaard · 11 years ago
- 3e98ab7 libdwfl: Make sure to set the CFI return register only once (for ppc64). by Mark Wielaard · 11 years ago
- e962ec3 libdwfl: Add dwfl_getthread_frames. by Mark Wielaard · 11 years ago
- b6ef1ce tests: backtrace.c only check we caught the last instruction on x86_64. by Mark Wielaard · 11 years ago
- 641a4f6 libdwfl: Correct nested asprintf result check in report_kernel_archive. by Mark Wielaard · 11 years ago
- c2ba078 backends: aarch64 always has _GLOBAL_OFFSET_TABLE_ point to .got[0]. by Mark Wielaard · 11 years ago
- 159ac52 libdwfl: Introduce dwfl_module_getsym_info and dwfl_module_addrinfo. by Mark Wielaard · 11 years ago
- 565149d Fix s390_initreg.c patch copy/paste error. by Mark Wielaard · 11 years ago
- a3afdb2 backends: Avoid type-punning issue in s390_set_initial_registers_tid. by Mark Wielaard · 11 years ago
- c530946 Use executable_for_core in dwfl_build_id_find_elf. by Jan Kratochvil · 11 years ago
- 8aa7fbb Add NEWS items for the new functions in 0.158. by Jan Kratochvil · 11 years ago
- c6a4148 unwinder: s390 and s390x by Jan Kratochvil · 11 years ago
- c8c610b stack: show binary and source file names where a function is defined by Masatake YAMATO · 11 years ago
- b3c810f Remove tests/backtrace-dwarf.c unused code. by Jan Kratochvil · 11 years ago
- 6cd283c Fix forgotten call of ebl_dwarf_to_regno. by Jan Kratochvil · 11 years ago
- c76b2ff libdwfl: linux-pid-attach.c (pid_next_thread): Use rewinddir on first call. by Mark Wielaard · 11 years ago
- 14c2d9e libdwfl: Add dwfl_module_getsymtab_first_global. by Mark Wielaard · 11 years ago
- e6e6cc8 libdwfl: Fix various frame related memory leaks. by Mark Wielaard · 11 years ago
- 5cbf42a unwinder: ppc and ppc64 by Jan Kratochvil · 11 years ago
- 63572f4 tests: Add backtrace_child_biarch_SOURCES to make distcheck happy. by Mark Wielaard · 11 years ago
- 7fc4929 tests: Disable valgrind for core dumping and for self-introspecting tests. by Mark Wielaard · 11 years ago
- b47e28a lib: Avoid the hash-lookup division if possible by Josh Stone · 11 years ago
- 4e2787c libdw: Simplify and inline get_uleb128 and get_sleb128 by Josh Stone · 11 years ago
- c0d2a0b libdw: Add an inlined fast path for __libdw_form_val_len by Josh Stone · 11 years ago
- 3951f2e libdw: Handle empty location expression for (indirect) DIE locations. by Mark Wielaard · 11 years ago
- 8b10aaa Add config/ar-lib to .gitignore by Josh Stone · 11 years ago
- f88863f Fix test FAIL with -O2 by Jan Kratochvil · 11 years ago
- 813aae0 tests: SKIP backtrace-data and backtrace-dwarf on unsupported arches. by Mark Wielaard · 11 years ago
- 1bfab19 tests: automake 1.13 compatibility fix. by Mark Wielaard · 11 years ago
- 8ae9bc9 Tests for unwinder of x86*. by Jan Kratochvil · 11 years ago
- 5ef96c9 Introduce process_attach_error. by Jan Kratochvil · 11 years ago
- 819c349 libdwfl: Add dwfl_module_addrsym_elf and dwfl_module_getsym_elf. by Mark Wielaard · 11 years ago
- 16bc456 Mark new dwfl functions with version ELFUTILS_0.158. by Mark Wielaard · 11 years ago
- 0d5a867 tests: Makefile.am (EXTRA_DIST): Add run-funcretval.sh. by Mark Wielaard · 11 years ago
- 98c8a73 Support AArch64 architecture by Petr Machata · 11 years ago
- a47a096 Support new 'h' core note item format for hidden fields by Petr Machata · 11 years ago
- 99a2949 Fix non-build-id core files on build-id system by Jan Kratochvil · 11 years ago
- b301c2e Verify file vs. core build-id, when both available by Jan Kratochvil · 11 years ago
- 463e983 link_map: Use proper bias, not l_addr by Jan Kratochvil · 11 years ago
- 10d7a39 Compatibility with older kernels such as RHEL-6. by Jan Kratochvil · 11 years ago
- db35c87 libdwfl: Fix and test aux_sym address_sync with relocated ELF by Josh Stone · 11 years ago
- 68ce4fc tests: Fix broken dwflsyms tests, extend test and add prelink tests. by Mark Wielaard · 11 years ago
- e31e739 Update m4/ChangeLog for m4/biarch.m4 authorship. by Jan Kratochvil · 11 years ago
- 1c1a53b Code cleanup: Remove const in prototype by Jan Kratochvil · 11 years ago
- ed78237 Fix dwfl_attach_state machine->elf by Jan Kratochvil · 11 years ago
- 954a7b0 Provide __libdwfl_module_getsym to get dwfl_file * by Jan Kratochvil · 11 years ago
- 5dca2b6 Fix dwfl_module_addrsym for minidebuginfo by Jan Kratochvil · 11 years ago
- 875cad8 stack: Add basic argp version and bug definitions. by Mark Wielaard · 11 years ago
- 3ba5040 libelf: Only memcpy ehdr back when not already directly mmapped. by Mark Wielaard · 11 years ago
- 03d76f4 Fix some (harmless) cppcheck warnings. by Mark Wielaard · 11 years ago
- 0b86746 Unwinder for x86*. by Jan Kratochvil · 11 years ago
- 22f867a dwfl_core_file_report: Remove the use of MAX. by Jan Kratochvil · 11 years ago
- b947ee1 dwfl_core_file_report: Fix a regression of dwfl_core_file_report retval by Jan Kratochvil · 11 years ago
- 35d95f3 dwfl_core_file_report: Fix core files for re-prelink-ed files by Jan Kratochvil · 11 years ago
- 21783b5 dwfl_core_file_report: Code cleanup: Reindentation. by Jan Kratochvil · 11 years ago
- 38928e2 configure.ac: Warn when --enable-dwz=no, but /usr/lib/debug/.dwz exists. by Mark Wielaard · 11 years ago
- 09c9bb9 configure.ac: Add warning that --enable-thread-safety is experimental. by Mark Wielaard · 11 years ago
- 88ad5dd libelf: Write all section headers if elf flags contains ELF_F_DIRTY. by Mark Wielaard · 11 years ago
- cdc0943 Fix expansion of libdw_a_LIBADD by Michael Forney · 11 years ago
- a45c804 Check for prefixed ar, readelf, and nm by Michael Forney · 11 years ago
- be86084 readelf: Solve comparison between signed and unsigned compiler warning. by Mark Wielaard · 11 years ago
- d8c75df tests: allfcts.c (main): Correct dwarf_getfuncs return value check. by Mark Wielaard · 11 years ago
- e905583 README: Fix compatbile -> compatible typo. by Mark Wielaard · 11 years ago
- 018c034 README: Document that tools and libraries should be upgraded together. by Mark Wielaard · 11 years ago
- 3cf491e Fix executable_for_core for non-dwfl_standard_argp by Jan Kratochvil · 11 years ago
- e6a9bb8 libdw: Handle dwz multi files correctly in dwarf_getfuncs. by Mark Wielaard · 11 years ago
- d182974 libdwfl: Don't report and abort on non-file mappings in maps. by Mark Wielaard · 11 years ago
- 4f7673f ar: Correct operation check when instance_specifed is set. by Mark Wielaard · 11 years ago
- 93b0e01 Update Ukrainian translation by Yuri Chornoivan · 11 years ago
- 3dec3e1 backends: ppc_abi_cfi reg1 use DW_CFA_val_offset not DW_CFA_val_expression. by Mark Wielaard · 11 years ago
- 5dbbc5e libdw: Make sure that every debug_types sig8 is hashed by Josh Stone · 11 years ago
- acf1267 Update elf.h from glibc by Petr Machata · 11 years ago
- fb92757 0.157 release updates for NEWS, elfutils.spec.in and .po files. by Mark Wielaard · 11 years ago
- 0c9ae0c Show contents NT_FILE core note in readelf by Petr Machata · 11 years ago
- ab22410 Show contents NT_SIGINFO core note in readelf by Petr Machata · 11 years ago
- 74f9b73 libdw: Fix compiler warnings on 32-bit. by Mark Wielaard · 11 years ago
- b43bcfe Recognize names of some new core note types in ebl_core_note_type_name by Petr Machata · 11 years ago
- f36d727 Prepare 0.157 release. by Mark Wielaard · 11 years ago
- 49a1a38 Update elf.h from glibc by Petr Machata · 11 years ago
- f06c858 libdw: Simplify __libdw_visit_scopes' tag checks by Josh Stone · 11 years ago
- 2cfec29 eblsectionstripp.c (ebl_section_strip_p): Check shdr_l is not NULL. by Mark Wielaard · 11 years ago
- 1b734df libdw: Make dwarf_getfuncs find all (defining) DW_TAG_subprogram DIEs. by Mark Wielaard · 11 years ago
- 21fc33f Make sure --enable-dwz code is also tested during make distcheck. by Mark Wielaard · 11 years ago
- ead7d19 libdwfl: Fix memory leak in cu.c on bad DWARF. by Mark Wielaard · 11 years ago
- 18b2c67 Fix memory leak and set libdw errno when intern_fde cannot parse start/end. by Mark Wielaard · 11 years ago
- cc39248 libdwfl: proc_maps_report should not fclose the given file. by Mark Wielaard · 11 years ago
- 2e73a8a Fix typo in dwfl_module_getdwarf.c (find_symtab). by Mark Wielaard · 11 years ago
- 6e6e54e tests: Add new varlocs test for dwarf_getlocation* functions. by Mark Wielaard · 11 years ago
- b2535b6 libdw: Add new functions dwarf_getlocation_attr and dwarf_getlocation_die. by Mark Wielaard · 11 years ago
- 66eaae9 libdw: Add new function dwarf_getlocations. by Mark Wielaard · 11 years ago