summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* build: make libunwind-coredump build optionalCody P Schafer2012-09-151-1/+4
* ppc32: add UNUSED attribute to dmy_ctxtCody P Schafer2012-09-151-1/+1
* ppc32: remove unused dmy_vrregsetCody P Schafer2012-09-151-1/+0
* PATCH: fix build with --enable-msabi-supportariel.burton@roguewave.com2012-09-152-0/+2
* Silence a compiler error.Arun Sharma2012-09-081-1/+1
* Rename and share `ALIGN' macro from _UCD_internal.hTommi Rantala2012-09-053-8/+7
* Fix IA64 separate builddir cursor generationTommi Rantala2012-09-041-6/+6
* Fix incorrect .debug_frame lookup with non-zero text segment vaddrTommi Rantala2012-09-041-1/+1
* ARM: invalidate proc info after non-dwarf unw_step()Tommi Rantala2012-09-041-0/+5
* Implement _UCD_access_reg() for ARMTommi Rantala2012-09-041-5/+14
* Avoid LLVM -Wunused-value warning in src/dwarf/Gexpr.cTommi Rantala2012-09-041-1/+1
* Eliminate one heap allocation in dwarf_find_debug_frame()Tommi Rantala2012-09-041-23/+12
* Remove free() NULL pointer checks in load_debug_frame() error pathTommi Rantala2012-09-041-3/+3
* PPC: return failure from the unw_get_proc_info() stubTommi Rantala2012-09-041-1/+1
* PPC: add missing debug level in Debug() calls in Gstep.cTommi Rantala2012-09-042-8/+8
* HPPA: fix common_init() bitrotTommi Rantala2012-09-041-4/+4
* Add missing newline to debug message in _UCD_access_reg_linux.cTommi Rantala2012-08-211-1/+1
* Fix function name duplication in Debug() outputTommi Rantala2012-08-217-25/+21
* ARM: fix with-signal-frame local unw_resume()Tommi Rantala2012-08-211-4/+5
* ARM: fix non-signal-frame local unw_resume() due to compiler optimization cle...Tommi Rantala2012-08-211-1/+8
* Fix memory leaks in unw_create_addr_space() wrong-endian error pathsTommi Rantala2012-08-216-43/+51
* Use constants for ELF magic bytes in _UCD_create.cTommi Rantala2012-08-211-1/+1
* MIPS: implement dwarf_to_unw_regnum() macro without tableTommi Rantala2012-08-211-9/+0
* ARM: implement dwarf_to_unw_regnum() macro without tableTommi Rantala2012-08-211-11/+0
* PPC: do not export dwarf_to_unw_regnum_mapTommi Rantala2012-08-212-2/+2
* MIPS: fix symbol naming for `mips_lock', `mips_local_resume', and `mips_local...Tommi Rantala2012-08-211-8/+4
* Use libtool to build libunwind-ptraceArun Sharma2012-08-181-3/+2
* Search MiniDebugInfo for procedure namesMartin Milata2012-08-101-9/+149
* Refactor parts of elfxx.c to allow reusing codeMartin Milata2012-08-101-38/+85
* Add liblzma detection to configure scriptMartin Milata2012-08-101-0/+3
* Fix incorrect return code of unw_get_proc_nameMartin Milata2012-08-061-3/+3
* Fix some compiler warningsArun Sharma2012-08-041-1/+1
* IA64: `ent' needed conditionally in Gtables.cTommi Rantala2012-07-311-1/+3
* Fix --enable-debug-frame buildTommi Rantala2012-07-311-1/+1
* IA64: use tdep_find_unwind_table() in coredump libTommi Rantala2012-07-312-3/+3
* Allow IA64 cross-compilationTommi Rantala2012-07-313-73/+40
* Build libunwind-coredump using libtoolMartin Milata2012-07-041-5/+8
* Fix compilation on IA64Martin Milata2012-05-234-7/+4
* Merge branch 'coredump2' of https://github.com/adsharma/libunwindArun Sharma2012-05-2329-422/+2018
|\
| * ia64: move ia64 specific code out of dwarfArun Sharma2012-03-294-122/+153
| * coredump: update license to be the same as rest of libunwindArun Sharma2012-03-261-15/+19
| * Add helper macros for pointer arithmeticsAlexander Larsson2012-03-261-0/+4
| * Clean up the elf notes handling in the coredump codeAlexander Larsson2012-03-261-30/+15
| * Whitespace cleanupArun Sharma2012-03-231-145/+149
| * Add support for multiple threads in core filesAlexander Larsson2012-03-232-27/+58
| * Break out the ifdefs for the UCD_info.prstatus typeAlexander Larsson2012-03-231-7/+8
| * Add _UCD_get_pid and _UCD_get_cursigAlexander Larsson2012-03-231-0/+10
| * Fix build with --enable-debugAlexander Larsson2012-03-231-1/+1
| * On FreeBSD, the structure is called prstatus.Kostik Belousov2012-03-131-0/+6
| * Implement register read for FreeBSD coredumps.Kostik Belousov2012-03-133-1/+120