summaryrefslogtreecommitdiff
path: root/gdb/arm-tdep.c
Commit message (Expand)AuthorAgeFilesLines
* Remove ALL_OBJFILE_OSECTIONSTom Tromey2023-05-071-3/+1
* Replace field_is_static with a methodTom Tromey2023-05-011-1/+1
* gdb: fix reg corruption from displaced stepping on amd64Andrew Burgess2023-04-061-1/+25
* gdb/arm: Fix backtrace for pthread_cond_timedwaitJan Kratochvil2023-04-011-17/+25
* Unify arch_float_type and init_float_typeTom Tromey2023-03-181-3/+6
* gdb: add gdbarch::displaced_step_buffer_lengthAndrew Burgess2023-03-131-1/+3
* gdb, gdbserver, gdbsupport: fix whitespace issuesSimon Marchi2023-03-091-1/+1
* Remove old GNU indent directivesTom Tromey2023-02-271-2/+0
* Turn remaining value_contents functions into methodsTom Tromey2023-02-131-1/+1
* Turn some value_contents functions into methodsTom Tromey2023-02-131-2/+2
* Turn allocate_value into a static "constructor"Tom Tromey2023-02-131-2/+2
* Turn value_type into methodTom Tromey2023-02-131-3/+3
* gdb/arm: Use new dwarf2 function cacheTorbjörn SVENSSON2023-01-251-32/+65
* gdb: remove language.h include from frame.hSimon Marchi2023-01-201-0/+1
* gdb: make gdbarch_alloc take ownership of the tdepSimon Marchi2023-01-051-3/+3
* Fix inferior calls with variably-sized return typeTom Tromey2023-01-031-11/+19
* Convert selected architectures to gdbarch_return_value_as_valueTom Tromey2023-01-031-2/+9
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* sim: move register headers into sim/ namespace [PR sim/29869]Mike Frysinger2022-12-201-1/+1
* gdb/arm: Include FType bit in EXC_RETURN pattern on v8mTorbjörn SVENSSON2022-11-231-6/+13
* gdb/arm: Fix obvious typo in b0b23e06c3aTorbjörn SVENSSON2022-11-221-2/+2
* gdb/arm: Ensure that stack pointers are in syncTorbjörn SVENSSON2022-11-211-28/+62
* gdb/arm: Update active msp/psp when switching stackTorbjörn SVENSSON2022-11-211-2/+17
* gdb/arm: Fix M-profile EXC_RETURNLuis Machado2022-10-261-2/+2
* gdb/arm: fix IPSR field test in arm_m_exception_cache ()Luis Machado2022-10-261-1/+1
* gdb/arm: Terminate frame unwinding in M-profile lockupLuis Machado2022-10-261-3/+53
* internal_error: remove need to pass __FILE__/__LINE__Pedro Alves2022-10-191-29/+20
* gdb/arm: Don't rely on loop detection to stop unwindingTorbjörn SVENSSON2022-10-151-7/+6
* gdb/arm: Stop unwinding on error, but do not assertTorbjörn SVENSSON2022-10-141-7/+40
* Change GDB to use frame_info_ptrTom Tromey2022-10-101-32/+32
* gdb/arm: Handle lazy FPU state preservationTorbjörn SVENSSON2022-10-061-16/+40
* gdb: remove TYPE_LENGTHSimon Marchi2022-09-211-24/+24
* gdb: remove TYPE_TARGET_TYPESimon Marchi2022-09-211-3/+3
* Fix endianness handling for arm record self testsLuis Machado2022-09-071-82/+68
* [Arm] Cleanup arm_m_exception_cacheTorbjörn SVENSSON2022-08-111-178/+203
* Use gdb_bfd_ref_ptr in objfileTom Tromey2022-08-031-10/+11
* Rewrite registry.hTom Tromey2022-07-281-2/+2
* gdb/arm: Sync sp with other *sp registersYvan Roux2022-07-251-0/+80
* gdb/arm: Use if-else if instead of switchTorbjörn SVENSSON2022-07-251-15/+10
* gdb: move the type cast into gdbarch_tdepAndrew Burgess2022-07-211-55/+55
* gdb: select suitable thread for gdbarch_adjust_breakpoint_addressAndrew Burgess2022-07-211-4/+8
* gdb/arm: move fetch of arm_gdbarch_tdep to a more inner scopeAndrew Burgess2022-07-211-10/+14
* [arm] Rename arm_cache_is_sp_register to arm_is_alternative_sp_registerTorbjörn SVENSSON2022-07-211-9/+6
* gdb/arm: Only stack S16..S31 when FPU registers are secureYvan Roux2022-06-291-1/+8
* gdb/arm: Unwind Non-Secure callbacks from SecureYvan Roux2022-06-271-30/+84
* gdb/arm: Update the value of active sp when base sp changesYvan Roux2022-06-241-5/+11
* gdb/arm: Make sp alias for one of the other stack pointersYvan Roux2022-06-151-9/+11
* gdb/arm: Track msp and pspYvan Roux2022-06-151-0/+18
* gdb/arm: Fetch initial sp value prior to compareYvan Roux2022-06-151-0/+1
* gdb: add new base class to gdb_disassemblerAndrew Burgess2022-06-151-2/+2