summaryrefslogtreecommitdiff
path: root/src/arm
Commit message (Expand)AuthorAgeFilesLines
* Add support for arm fp registers unwindJan Vorlicek2022-07-265-4/+73
* avoid leaking registers across sigreturnJameson Nash2022-05-222-2/+8
* Updated to determine PAGE_SIZE dynamically.Daniel Moody2022-03-101-11/+2
* Prefer EXTBL unwinding on ARMYichao Yu2021-11-262-26/+47
* fix build on ARMJameson Nash2021-02-171-1/+1
* stop lying about the ARM PC locationJameson Nash2021-02-171-1/+1
* Add support for older versions of AndroidOle André Vadla Ravnås2020-12-031-0/+5
* Rationalize endianness macrosStephen Webb2020-06-181-3/+2
* Use C11 atomicsSteve MacLean2020-05-213-5/+5
* Use C11 _Thread_localSteve MacLean2020-05-211-2/+2
* Fix MSVC UNW_REMOTE_ONLY compilation errorsSteve MacLean2020-05-201-2/+2
* src/arm/Gex_tables.c: resolve possible null pointer dereferenceIlya Shipitsin2020-05-181-3/+3
* Fix compilation with -fno-common.Yichao Yu2020-03-311-8/+7
* arm: clear ip thumb/arm mode bit before move to previous instruction (#131)Sim Sun2020-03-261-1/+2
* change asm to __asm__ to support -std=c11 or similar (#149)Billy Donahue2020-03-091-2/+2
* arm: More verbose debug messages in arm_step() (#85)steelman2018-08-071-6/+14
* ALIAS unwind_get_accessorsDave Watson2017-12-282-2/+2
* Remove unw_handle_signal_frame from public API.Dave Watson2017-12-285-7/+10
* Remove PROTECTED visibilityDave Watson2017-12-2816-23/+23
* arm: Handle non-signal frame unwind info lookup in ARM exidx unwinder (#55)Yichao Yu2017-10-311-2/+5
* arm: FreeBSD/ARMv6 portKonstantin Belousov2017-08-2411-193/+402
* arm: argument type for unw_init_local2Guillaume Blanc2017-08-221-1/+1
* 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
* Support dynamic unwind info on ARMYichao Yu2017-08-151-2/+8
* arm: Fix is_signal_frame bug for Thumb/Thumb2 modeMyungJoo Ham2017-08-151-3/+12
* arm: Return code correction for unw_step()MyungJoo Ham2017-08-151-1/+1
* arm: Expand memory validationMyungJoo Ham2017-08-151-5/+5
* For architectures that initialize the dwarf ip cache, but do notDoug Moore2017-08-071-1/+3
* arm: Use dwarf_find_proc_info for arm dwarf processingDoug Moore2017-06-201-84/+61
* Don't give up on proc finding if dwarf_callback fails, butDoug Moore2017-06-161-13/+10
* Arm code uses dwarf before arm for finding proc info, but unlikeDoug Moore2017-06-161-0/+6
* Leave ret_addr_column out of the data that gets copied when pushing/poppingDoug Moore2017-05-201-33/+33
* Drop reference to dwarf.ret_addr_column.Doug Moore2017-05-191-1/+0
* Use the register_state version of ret_addr_column, rather than theDoug Moore2017-05-191-2/+2
* Change dwarf_reg_state from an array of pairs of differently-sized objectsDoug Moore2017-05-161-33/+33
* 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
* Fixup invalid return code checks of unw_is_signal_frame()Chris Redmon2017-01-131-1/+1
* arm: Validate memory before accessVyacheslav Barinov2015-06-071-0/+55
* One time whitespace fixup.Arun Sharma2014-09-2713-366/+366
* Add fast stack trace on ARM.Filip Nyback2014-07-306-0/+670
* Add basic support for the QNX operating systemMatt Fischer2013-05-131-0/+3
* Support building with older compilers.Ladislav Michl2012-11-241-1/+1
* Apply `define_lock()'Tommi Rantala2012-09-281-1/+1
* Define and use `CONST_ATTR'Tommi Rantala2012-09-281-1/+1
* Stop including `memory.h'Tommi Rantala2012-09-281-1/+0
* Invert tdep_init() flag logicTommi Rantala2012-09-283-5/+5
* ARM: invalidate proc info after non-dwarf unw_step()Tommi Rantala2012-09-041-0/+5
* ARM: fix with-signal-frame local unw_resume()Tommi Rantala2012-08-211-4/+5