summaryrefslogtreecommitdiff
path: root/src/hppa
Commit message (Expand)AuthorAgeFilesLines
* Use __linux__ define everywhere instead of __linuxMilian Wolff2020-09-081-3/+3
* Rationalize endianness macrosStephen Webb2020-06-181-1/+1
* Use C11 atomicsSteve MacLean2020-05-214-6/+6
* Fix compilation with -fno-common.Yichao Yu2020-03-311-8/+7
* ALIAS unwind_get_accessorsDave Watson2017-12-282-1/+4
* Remove PROTECTED visibilityDave Watson2017-12-2813-16/+16
* Change unw_init_local_signal to unw_init_local2(..., UNW_INIT_SIGNAL_FRAME)Dave Watson2017-08-161-2/+13
* Bring back support for UNW_CACHE_PER_THREAD.Bert Wesarg2017-08-151-1/+1
* Drop reference to dwarf.ret_addr_column.Doug Moore2017-05-191-1/+0
* Add a function to capture the dwarf_reg_states that occur in processingDoug Moore2017-05-124-0/+84
* unw_init_local_signalDoug Moore2017-04-031-3/+15
* One time whitespace fixup.Arun Sharma2014-09-2717-108/+108
* Apply `define_lock()'Tommi Rantala2012-09-281-1/+1
* Stop including `memory.h'Tommi Rantala2012-09-281-1/+0
* 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
* Invert tdep_init() flag logicTommi Rantala2012-09-284-10/+8
* HPPA: fix common_init() bitrotTommi Rantala2012-09-041-4/+4
* Fix memory leaks in unw_create_addr_space() wrong-endian error pathsTommi Rantala2012-08-211-6/+8
* Fix incorrect calls to memset.Arun2011-10-021-1/+1
* Fast back-trace for x86_64 for only collecting the call stack.Lassi Tuura2011-03-241-0/+1
* During the stack unwinding process, the return address points toLassi Tuura2010-04-243-3/+5
* Allow caller to block signals.Paul Pluzhnikov2009-09-251-4/+2
* Mark Wielaard <mwielaard@redhat.com> writes:Jan Kratochvil2007-10-013-0/+12
* Introduce a tdep_get_func_addr_hook() in the ELF lookup_symbol()David Mosberger-Tang2007-08-221-2/+3
* Revert "Initial revision"David Mosberger-Tang2006-07-266-0/+429
* Revert "Initial revision"David Mosberger-Tang2006-07-2610-0/+244
* Merge ../libunwind-v0.98David Mosberger-Tang2006-07-251-21/+5
|\
| * Bring git v0.98.5 tree in sync with released v0.98.5.David Mosberger-Tang2006-07-251-0/+44
* | Include "libunwind_i.h" instead of "internal.h" and "tdep.h".hp.com!davidm2005-05-201-3/+2
* | Initial revisionmostang.com!davidm2005-05-0310-244/+0
* | Delete: src/hppa/Lget_reg.cmostang.com!davidm2005-05-031-5/+0
* | Delete: src/hppa/Lget_proc_name.cmostang.com!davidm2005-05-031-5/+0
* | Delete: src/hppa/Gget_reg.cmostang.com!davidm2005-05-031-34/+0
* | Delete: src/hppa/Gget_proc_name.cmostang.com!davidm2005-05-031-35/+0
* | Adjust for sigset_t to intrmask_t renaming.mostang.com!davidm2005-05-031-14/+0
* | Adjust for sigset_t to intrmask_t renaming.mostang.com!davidm2005-05-031-0/+57
* | (unw_init_local): Implement it based on the DWARF unwinder.mostang.com!davidm2005-05-031-8/+7
* | (unw_get_proc_info): Implement it based on dwarf_make_proc_info().mostang.com!davidm2005-05-031-10/+14
* | (_UI_siglongjmp_cont): Provide dummy implementation.mostang.com!davidm2005-05-031-1/+12
* | (Logical change 1.290)mostang.com!davidm2005-05-039-0/+187
* | Initial revisionhp.com!davidm2005-05-036-429/+0
* | Fix missing NELEMS -> ARRAY_SIZE adjustment.hp.com!davidm2005-05-031-0/+50
* | Define ucontext_t, sigcontext_t, and strct rt_sigframe offsets andhp.com!davidm2005-05-031-0/+17
* | Add include of "offsets.h".hp.com!davidm2005-05-031-100/+56
* | (unw_resume): Reject attempts to resume execution at IP 0.hp.com!davidm2005-05-031-0/+145
* | (unw_is_signal_frame): Always return 0 for NULL IP.hp.com!davidm2005-05-031-0/+74
* | (uc_addr): Adjust for Debian/sarge header-file changes.hp.com!davidm2005-05-031-34/+28
* | (tdep_access_reg): Handle UNW_HPPA_IP, UNW_HPPA_CFA, UNW_HPPA_SP,hp.com!davidm2005-05-031-11/+42
* | (setcontext): Declare.hp.com!davidm2005-05-031-110/+7