summaryrefslogtreecommitdiff
path: root/src/mips
Commit message (Expand)AuthorAgeFilesLines
* avoid leaking registers across sigreturnJameson Nash2022-05-221-1/+4
* mips: fix regression after "Handle Gstep according the N64/N32 ABI"Sergey Korolev2021-07-061-2/+5
* Fix a typo caught by CIStephen Webb2020-06-181-1/+1
* Rationalize endianness macrosStephen Webb2020-06-182-6/+4
* Use C11 atomicsSteve MacLean2020-05-213-5/+5
* Fix compilation with -fno-common.Yichao Yu2020-03-311-8/+7
* Delete hardcode of address size to support MIPS64. (#114)archerypp2019-04-241-1/+0
* mips: make _step_n64 as a static functionsnyh2019-04-111-50/+56
* mips: Handle Gstep according the N64/N32 ABI if Dwarf way failed (#100)xiabin2018-12-122-7/+96
* mipsN32: A modification suggestion to support mips N32Deng, Yimin (NSB - CN/Shanghai)2018-04-242-1/+10
* ALIAS unwind_get_accessorsDave Watson2017-12-281-1/+1
* Remove unw_handle_signal_frame from public API.Dave Watson2017-12-281-3/+3
* Remove PROTECTED visibilityDave Watson2017-12-2813-17/+17
* 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
* For architectures that initialize the dwarf ip cache, but do notDoug Moore2017-08-071-0/+2
* 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
* mips/Gstep.c: unw_handle_signal_frame: remove unused 'sp' variableКоролев Сергей2017-02-141-1/+1
* tdep_uc_addr: use +4 offset for UNW_MIPS_PC on MIPS (be)Королев Сергей2017-01-131-1/+1
* Stack-unwinding through signal frames on mipsFaraz Shahbazker2015-04-023-9/+180
* One time whitespace fixup.Arun Sharma2014-09-277-38/+38
* Prefer NULL over zeroTommi Rantala2012-09-281-1/+1
* Apply `define_lock()'Tommi Rantala2012-09-281-1/+1
* MIPS coredump supportTommi Rantala2012-09-287-1/+23
* Stop including `memory.h'Tommi Rantala2012-09-281-1/+0
* Invert tdep_init() flag logicTommi Rantala2012-09-283-5/+5
* Fix memory leaks in unw_create_addr_space() wrong-endian error pathsTommi Rantala2012-08-211-8/+9
* MIPS: implement dwarf_to_unw_regnum() macro without tableTommi Rantala2012-08-211-9/+0
* MIPS: fix symbol naming for `mips_lock', `mips_local_resume', and `mips_local...Tommi Rantala2012-08-211-8/+4
* 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/+4
* Allow caller to block signals.Paul Pluzhnikov2009-09-251-4/+2
* Add initial ARM and MIPS support. To support this, also enable theDaniel Jacobowitz2008-02-0431-0/+1233