]> git.ipfire.org Git - thirdparty/elfutils.git/shortlog
thirdparty/elfutils.git
2014-03-10  Mark Wielaardlibdwfl: elf_from_remote_memory should use pagesize...
2014-03-10  Mark Wielaardreadelf: Print DW_FORM_sdata values as signed numbers.
2014-03-03  Jan KratochvilFix abort() on missing section headers.
2014-03-03  Mark Wielaardlibdwfl: linux-proc-maps.c (proc_maps_report): Don...
2014-02-26  Mark Wielaardlibdwfl: elf-from-memory.c (elf_from_remote_memory...
2014-02-24  Mark Wielaardreadelf: More sanity checks before trying to display...
2014-02-07  Mark Wielaardreadelf: Robustify print_phdr program interpreter printing.
2014-02-05  Josh Stonelibdw: Read DW_AT_decl_file/line/column as unsigned
2014-01-30  Petr Machatabackends: Make aarch64_regs.c checkable by -Wprintf
2014-01-30  Mark Wielaardbackends: Add arm frame_nregs and set_initial_registers...
2014-01-30  Mark Wielaardbackends: arm_cfi SP (r13) is restored from CFA by...
2014-01-30  Mark Wielaardbackends: Update arm_reloc.def.
2014-01-30  Mark WielaardUse -Wformat=2 by default for all files.
2014-01-27  Mark Wielaardstack: Add -i, --inlines. Show inlined call frames...
2014-01-27  Mark Wielaardstack: Initialize -n maxframes to 256 by default.
2014-01-27  Mark Wielaardstack: Add -d, --debugname. Lookup DWARF debuginfo...
2014-01-24  Mark Wielaardaddr2line: handle_address initialize scopes to NULL.
2014-01-23  Jakub Jelinekrobustify: libelf gelf define INVALID_NDX macro.
2014-01-23  Jakub Jelinekrobustify: libelf.
2014-01-23  Roland McGrathrobustify: strip.
2014-01-23  Roland McGrathrobustify: readelf.
2014-01-23  Jakub Jelinekrobustify: elflint.
2014-01-23  Petr Machatarobustify: Use gelf_fsize instead of relying on shdr...
2014-01-20  Mark Wielaardtests: Reduce the total number of self-test files and...
2014-01-20  Mark Wielaardtests: run-backtrace-demangle.sh check exitcode and...
2014-01-18  Jan KratochvilFix false FAILs on testsuite with ulimit -c unlimited.
2014-01-17  Mark Wielaardbackends: aarch64_check_special_symbol check shdr is...
2014-01-17  Mark Wielaardreadelf: print_debug_macro_section clear vendor array...
2014-01-17  Lei Zhanglib: Add missing config.h #include to crc32_file.c.
2014-01-15  Jan KratochvilFix corruption of non-C++ symbols by the demangler.
2014-01-07  Matthias Klosetests: backtrace-subr.sh (check_native_core) should...
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 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.
next