]> git.ipfire.org Git - thirdparty/elfutils.git/shortlog
thirdparty/elfutils.git
2014-01-05  Mark WielaardMerge branch 'master' into robustify robustify
2014-01-05  Mark Wielaardlibdwfl: Only skip reset of return register for non... elfutils-0.158
2014-01-04  Mark Wielaardtests: Don't use ptrace detach stopped trick. Raise...
2014-01-04  Mark Wielaardbackends: Add PPC64 machine_flag_check.
2014-01-04  Mark Wielaardtests: backtrace-subr.sh skip check_native_core test...
2014-01-04  Mark Wielaardtests: Simplify backtrace-dwarf (gcc cleanup-13.c)...
2014-01-03  Mark WielaardMerge branch 'master' into robustify
2014-01-03  Mark WielaardPrepare 0.158 release.
2014-01-03  Mark Wielaardbackends: Add aarch64 abi_cfi.
2014-01-02  Mark Wielaardstack: Show and handle -r,--raw even without USE_DEMANGLE.
2014-01-02  Mark Wielaardstack.c (print_frames): Print 0x before build-id hex...
2014-01-02  Mark Wielaardstack: Allow -n 0 for unlimited frames. Make default...
2014-01-02  Mark Wielaardlibdwfl: linux-pid-attach.c (dwfl_linux_proc_attach...
2013-12-31  Mark Wielaardlibdwfl: Add dwfl_core_file_attach and dwfl_linux_proc_...
2013-12-31  Mark Wielaardlibdwfl: dwfl_linux_proc_find_elf should only return...
2013-12-31  Mark Wielaardlibdwfl: Fix memory leak in linux-core-attach. Allow...
2013-12-31  Mark Wielaardlibdwfl: Fix build_id memory leak in dwfl_segment_repor...
2013-12-31  Mark Wielaardstack: Add -l, --list-modules. Show module memory map...
2013-12-31  Mark Wielaardstack: Improve error checking and exit code handling.
2013-12-31  Mark Wielaardstack: Add --quiet to not resolve addresses, add -...
2013-12-31  Mark Wielaardstack: Simplify argument parsing. Don't use dwfl_standa...
2013-12-31  Mark Wielaardstack: -b, --build-id shows module build-id, load addre...
2013-12-31  Mark Wielaardstack: Add new '-n MAXFRAMES' option. Resolve addresses...
2013-12-25  Mark Wielaardlibdwfl: linux-pid-attach.c: Report actual PID (Tgid...
2013-12-25  Mark Wielaardlibdwfl: Make sure to set the CFI return register only...
2013-12-23  Mark Wielaardlibdwfl: Add dwfl_getthread_frames.
2013-12-21  Mark Wielaardtests: backtrace.c only check we caught the last instru...
2013-12-21  Mark Wielaardlibdwfl: Correct nested asprintf result check in report...
2013-12-20  Mark Wielaardbackends: aarch64 always has _GLOBAL_OFFSET_TABLE_...
2013-12-20  Mark Wielaardlibdwfl: Introduce dwfl_module_getsym_info and dwfl_mod...
2013-12-18  Mark WielaardFix s390_initreg.c patch copy/paste error.
2013-12-18  Mark Wielaardbackends: Avoid type-punning issue in s390_set_initial_...
2013-12-18  Jan KratochvilUse executable_for_core in dwfl_build_id_find_elf.
2013-12-18  Jan KratochvilAdd NEWS items for the new functions in 0.158.
2013-12-18  Jan Kratochvilunwinder: s390 and s390x
2013-12-18  Masatake YAMATOstack: show binary and source file names where a functi...
2013-12-17  Jan KratochvilRemove tests/backtrace-dwarf.c unused code.
2013-12-17  Jan KratochvilFix forgotten call of ebl_dwarf_to_regno.
2013-12-17  Mark Wielaardlibdwfl: linux-pid-attach.c (pid_next_thread): Use...
2013-12-16  Mark Wielaardlibdwfl: Add dwfl_module_getsymtab_first_global.
2013-12-16  Mark Wielaardlibdwfl: Fix various frame related memory leaks.
2013-12-15  Jan Kratochvilunwinder: ppc and ppc64
2013-12-13  Mark Wielaardtests: Add backtrace_child_biarch_SOURCES to make distc...
2013-12-13  Mark Wielaardtests: Disable valgrind for core dumping and for self...
2013-12-13  Josh Stonelib: Avoid the hash-lookup division if possible
2013-12-13  Josh Stonelibdw: Simplify and inline get_uleb128 and get_sleb128
2013-12-13  Josh Stonelibdw: Add an inlined fast path for __libdw_form_val_len
2013-12-13  Mark Wielaardlibdw: Handle empty location expression for (indirect...
2013-12-12  Josh StoneAdd config/ar-lib to .gitignore
2013-12-05  Jan KratochvilFix test FAIL with -O2
2013-12-05  Mark Wielaardtests: SKIP backtrace-data and backtrace-dwarf on unsup...
2013-12-04  Mark Wielaardtests: automake 1.13 compatibility fix.
2013-12-02  Jan KratochvilTests for unwinder of x86*.
2013-11-30  Jan KratochvilIntroduce process_attach_error.
2013-11-27  Mark Wielaardlibdwfl: Add dwfl_module_addrsym_elf and dwfl_module_ge...
2013-11-26  Mark WielaardMark new dwfl functions with version ELFUTILS_0.158.
2013-11-26  Mark Wielaardtests: Makefile.am (EXTRA_DIST): Add run-funcretval.sh.
2013-11-26  Petr MachataSupport AArch64 architecture
2013-11-21  Petr MachataSupport new 'h' core note item format for hidden fields
2013-11-21  Jan KratochvilFix non-build-id core files on build-id system
2013-11-21  Jan KratochvilVerify file vs. core build-id, when both available
2013-11-21  Jan Kratochvillink_map: Use proper bias, not l_addr
2013-11-19  Jan KratochvilCompatibility with older kernels such as RHEL-6.
2013-11-18  Josh Stonelibdwfl: Fix and test aux_sym address_sync with relocat...
2013-11-15  Mark Wielaardtests: Fix broken dwflsyms tests, extend test and add...
2013-11-15  Jan KratochvilUpdate m4/ChangeLog for m4/biarch.m4 authorship.
2013-11-14  Jan KratochvilCode cleanup: Remove const in prototype
2013-11-14  Jan KratochvilFix dwfl_attach_state machine->elf
2013-11-13  Jan KratochvilProvide __libdwfl_module_getsym to get dwfl_file *
2013-11-13  Jan KratochvilFix dwfl_module_addrsym for minidebuginfo
2013-11-11  Mark Wielaardstack: Add basic argp version and bug definitions.
2013-11-11  Mark Wielaardlibelf: Only memcpy ehdr back when not already directly...
2013-11-09  Mark WielaardFix some (harmless) cppcheck warnings.
2013-11-07  Jan KratochvilUnwinder for x86*.
2013-11-07  Jan Kratochvildwfl_core_file_report: Remove the use of MAX.
2013-11-07  Jan Kratochvildwfl_core_file_report: Fix a regression of dwfl_core_fi...
2013-11-07  Jan Kratochvildwfl_core_file_report: Fix core files for re-prelink...
2013-11-07  Jan Kratochvildwfl_core_file_report: Code cleanup: Reindentation.
2013-11-06  Mark Wielaardconfigure.ac: Warn when --enable-dwz=no, but /usr/lib...
2013-11-06  Mark Wielaardconfigure.ac: Add warning that --enable-thread-safety...
2013-11-05  Mark Wielaardlibelf: Write all section headers if elf flags contains...
2013-11-05  Michael ForneyFix expansion of libdw_a_LIBADD
2013-11-05  Michael ForneyCheck for prefixed ar, readelf, and nm
2013-11-05  Mark Wielaardreadelf: Solve comparison between signed and unsigned...
2013-11-05  Mark Wielaardtests: allfcts.c (main): Correct dwarf_getfuncs return...
2013-11-04  Mark WielaardREADME: Fix compatbile -> compatible typo.
2013-11-04  Mark WielaardREADME: Document that tools and libraries should be...
2013-10-30  Jan KratochvilFix executable_for_core for non-dwfl_standard_argp
2013-10-22  Mark Wielaardlibdw: Handle dwz multi files correctly in dwarf_getfuncs.
2013-10-22  Mark Wielaardlibdwfl: Don't report and abort on non-file mappings...
2013-10-18  Mark Wielaardar: Correct operation check when instance_specifed...
2013-10-10  Yuri ChornoivanUpdate Ukrainian translation
2013-10-07  Mark Wielaardbackends: ppc_abi_cfi reg1 use DW_CFA_val_offset not...
2013-10-03  Josh Stonelibdw: Make sure that every debug_types sig8 is hashed
2013-10-01  Petr MachataUpdate elf.h from glibc
2013-09-30  Mark WielaardMerge branch 'master' into robustify
2013-09-30  Mark Wielaard0.157 release updates for NEWS, elfutils.spec.in and... elfutils-0.157
2013-09-30  Petr MachataShow contents NT_FILE core note in readelf
2013-09-30  Petr MachataShow contents NT_SIGINFO core note in readelf
2013-09-29  Mark Wielaardlibdw: Fix compiler warnings on 32-bit.
next