summaryrefslogtreecommitdiff
path: root/src/ppc
Commit message (Expand)AuthorAgeFilesLines
* Use C11 atomicsSteve MacLean2020-05-212-2/+2
* ALIAS unwind_get_accessorsDave Watson2017-12-281-1/+1
* Remove PROTECTED visibilityDave Watson2017-12-287-9/+9
* Change unw_init_local_signal to unw_init_local2(..., UNW_INIT_SIGNAL_FRAME)Dave Watson2017-08-161-2/+13
* 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-4/+16
* powerpc64 implementationAlexander Esilevich2015-09-071-2/+9
* One time whitespace fixup.Arun Sharma2014-09-271-1/+1
* Support powerpc64le-linux platformUlrich Weigand2013-12-273-64/+15
* Invert tdep_init() flag logicTommi Rantala2012-09-282-2/+2
* PPC: return failure from the unw_get_proc_info() stubTommi Rantala2012-09-041-1/+1
* Fix memory leaks in unw_create_addr_space() wrong-endian error pathsTommi Rantala2012-08-211-6/+8
* During the stack unwinding process, the return address points toLassi Tuura2010-04-242-4/+4
* Mark Wielaard <mwielaard@redhat.com> writes:Jan Kratochvil2007-10-012-0/+10
* [PPC32] First check-in to add preliminary support for Linux/PPC32.Jose Flavio Aguilar Paulino2007-09-1214-0/+400