summaryrefslogtreecommitdiff
path: root/src/ppc64
Commit message (Expand)AuthorAgeFilesLines
* fix ppc64 buildDave Watson2020-09-251-1/+1
* Port libunwind to FreeBSD/powerpc64.Piotr Kubaj2020-09-214-117/+198
* Autodetect <sys/syscall.h>Stephen Webb2020-06-181-2/+0
* Rationalize endianness macrosStephen Webb2020-06-182-6/+4
* Consistently use POSIX <ucontext.h>Stephen Webb2020-06-181-1/+1
* Use C11 atomicsSteve MacLean2020-05-211-3/+3
* Fix compilation with -fno-common.Yichao Yu2020-03-311-4/+7
* ALIAS unwind_get_accessorsDave Watson2017-12-282-2/+2
* Remove PROTECTED visibilityDave Watson2017-12-288-9/+9
* Bring back support for UNW_CACHE_PER_THREAD.Bert Wesarg2017-08-151-1/+1
* ppc: Add register state and iterate functionsDoug Moore2017-07-254-0/+84
* Drop reference to dwarf.ret_addr_column.Doug Moore2017-05-191-1/+0
* ppc64: Make access_fpreg function accept fp and v registersGuy Menanteau2017-01-131-5/+3
* Fixup invalid return code checks of unw_is_signal_frame()Chris Redmon2017-01-131-1/+1
* ppc64: Fix serious regression (many crashes in test suite)v1.2-rc1Ulrich Weigand2015-12-061-14/+30
* powerpc64 implementationAlexander Esilevich2015-09-075-12/+101
* One time whitespace fixup.Arun Sharma2014-09-279-515/+515
* Support powerpc64le-linux platformUlrich Weigand2013-12-274-10/+98
* Apply `define_lock()'Tommi Rantala2012-09-281-1/+1
* Constify `dwarf_to_unw_regnum_map'Tommi Rantala2012-09-281-1/+1
* Stop including `memory.h'Tommi Rantala2012-09-281-1/+0
* PPC: remove unused `PAGE_START' macro from Ginit.cTommi Rantala2012-09-281-5/+0
* Invert tdep_init() flag logicTommi Rantala2012-09-281-3/+3
* 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
* PPC: add missing debug level in Debug() calls in Gstep.cTommi Rantala2012-09-041-4/+4
* PPC: do not export dwarf_to_unw_regnum_mapTommi Rantala2012-08-211-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-241-1/+2
* Allow caller to block signals.Paul Pluzhnikov2009-09-251-4/+2
* Mark Wielaard <mwielaard@redhat.com> writes:Jan Kratochvil2007-10-011-0/+5
* [PPC32] First check-in to add preliminary support for Linux/PPC32.Jose Flavio Aguilar Paulino2007-09-1217-393/+3
* [PPC64] Get "make check" to work on PPC64 Linux. Add a README entryJose Flavio Aguilar Paulino2007-08-271-0/+1
* [PPC64] Add PPC64 entry to README and fix David's typo in ppc64/get_func_addr.cJose Flavio Aguilar Paulino2007-08-241-3/+5
* Introduce a tdep_get_func_addr_hook() in the ELF lookup_symbol()David Mosberger-Tang2007-08-222-1/+44
* Add PPC64 support.Jose Flavio Aguilar Paulino2007-08-0231-0/+1947