summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Apply `define_lock()'Tommi Rantala2012-09-289-9/+9
* Fix second operand read in dwarf_eval_expr()Tommi Rantala2012-09-281-1/+1
* Teach autotools current ARM `ex_tables.h' locationTommi Rantala2012-09-281-2/+1
* Plug in `ALIAS' attributeTommi Rantala2012-09-281-1/+1
* Define and use `CONST_ATTR'Tommi Rantala2012-09-284-4/+4
* Define and use `WEAK'Tommi Rantala2012-09-281-1/+1
* Plug in `ARRAY_SIZE' in ptrace codeTommi Rantala2012-09-282-4/+4
* IA64: constify read only arrays in `tdep_init()'Tommi Rantala2012-09-281-3/+3
* Constify `operands' in src/dwarf/Gexpr.cTommi Rantala2012-09-281-1/+1
* Constify `dwarf_to_unw_regnum_map'Tommi Rantala2012-09-284-4/+4
* Set `_UPT_reg_offset' read onlyTommi Rantala2012-09-282-2/+2
* ppc32: include `compiler.h' for UNUSED in ucontext_i.hTommi Rantala2012-09-281-1/+1
* SuperH portTommi Rantala2012-09-2832-0/+1388
* MIPS coredump supportTommi Rantala2012-09-288-2/+59
* Stop including `memory.h'Tommi Rantala2012-09-288-8/+1
* HPPA: kludge out unused variable in unw_get_save_loc() stubTommi Rantala2012-09-281-1/+1
* HPPA: properly check dwarf_get() return value in unw_step()Tommi Rantala2012-09-281-1/+1
* PPC: remove unused `PAGE_START' macro from Ginit.cTommi Rantala2012-09-282-10/+0
* Remove unused src/x86_64/Lis_signal_frame.cTommi Rantala2012-09-281-5/+0
* IA64: avoid -Wunused-but-set-variable in src/ia64/init.hTommi Rantala2012-09-281-6/+4
* Apply UNW_ALIGN more in src/mi/mempool.cTommi Rantala2012-09-281-2/+2
* Invert tdep_init() flag logicTommi Rantala2012-09-2825-45/+42
* Simplify `sos_alloc()' implementationTommi Rantala2012-09-282-26/+26
* Align `sos_memory' to MAX_ALIGNTommi Rantala2012-09-281-1/+2
* Workaround non-power-of-two i386 sizeof(long double) in src/mi/mempool.cTommi Rantala2012-09-281-1/+5
* Use GCC __BIGGEST_ALIGNMENT__ for sos-pool MAX_ALIGNTommi Rantala2012-09-281-1/+8
* x86_64: stop unwinding when %rbp location is NULLKonstantin Belousov2012-09-211-0/+6
* ppc32: fixup cross build failureTommi Rantala2012-09-212-2/+3
* pkg-config file fixupsArun Sharma2012-09-212-2/+2
* Create and install pkg-config .pc filesAlexander Toresson2012-09-156-0/+61
* ptrace: add more Debug to access_regCody P Schafer2012-09-151-5/+21
* ptrace: check for NULL arg.Cody P Schafer2012-09-151-0/+5
* ptrace/access_reg: print out register name on "bad register"Cody P Schafer2012-09-151-2/+2
* ppc64: add FRAME_POINTER & NIP to regname.Cody P Schafer2012-09-151-0/+3
* ppc64: be explicit in access_reg range checkCody P Schafer2012-09-151-2/+2
* UPT: Add reg offsets for ppc32/64Cody P Schafer2012-09-151-2/+147
* 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