]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/arm-tdep.c
libsframe: fix error code in sframe_decode
[thirdparty/binutils-gdb.git] / gdb / arm-tdep.c
9 days ago  Tom TromeyChange file initialization to use INIT_GDB_FILE macro
2025-05-21  Tom TromeyMinor spelling fixes in gdb directory
2025-04-08  Tom TromeyUpdate copyright dates to include 2025
2025-04-03  Tom TromeyMany minor typo fixes
2025-03-06  Tom TromeyUse 'const' in some gdbarch methods
2025-02-28  Simon Marchigdb, gdbserver, gdbsupport: fix some namespace comment...
2025-01-27  Yury KhrustalevFix some broken links in docs and comments
2025-01-17  Guinevere Larsengdb: Migrate frame unwinders to use C++ classes
2025-01-17  Guinevere Larsengdb: add "unwinder class" to frame unwinders
2024-11-23  Tom de Vries[gdb/contrib] Add two rules in common-misspellings.txt
2024-11-13  Tom de Vries[gdb/tdep] Fix recording of T1 push
2024-10-06  Tom de Vries[gdb] Fix common misspellings
2024-08-12  Simon Marchigdb: pass inferior to gdbarch_update_p
2024-08-12  Simon Marchigdb: add program_space parameter to lookup_minimal_symbol
2024-08-12  Simon Marchigdb: make lookup_minimal_symbol objf and sfile paramete...
2024-08-12  Simon Marchigdb: drop struct keyword when using bound_minimal_symbol
2024-04-25  Simon Marchigdb: remove gdbcmd.h
2024-04-23  Simon Marchigdb: move store/extract integer functions to extract...
2024-03-27  Simon Marchigdb, gdbserver, gdbsupport: remove includes of early...
2024-03-22  Tom TromeyUse std::string for disassembler options
2024-03-22  Tom TromeyConstify get_disassembler_options
2024-02-20  Simon Marchigdb: pass frames as `const frame_info_ptr &`
2024-02-13  Tom de Vries[gdb/tdep] Fix reverse execution of LDR(immediate) T4
2024-02-05  Tom de Vries[gdb/tdep] Fix use-after-free in arm_exidx_fill_cache
2024-01-24  Thiago Jung Bauermanngdb/arm: Fix epilogue frame id
2024-01-12  Andrew BurgessUpdate copyright year range in header of all files...
2023-12-14  Simon Marchigdb: migrate arm to new gdbarch_pseudo_register_write
2023-12-14  Simon Marchigdb: migrate arm to gdbarch_pseudo_register_read_value
2023-12-14  Simon Marchigdb: rename gdbarch_pseudo_register_write to gdbarch_de...
2023-12-14  Simon Marchigdb: change value_of_register and value_of_register_laz...
2023-12-14  Simon Marchigdb: use reg_buffer_common throughout gdbsupport/common...
2023-11-29  Tom TromeyUse C++17 [[fallthrough]] attribute
2023-11-21  Lancelot Sixgdb: Replace gdb::optional with std::optional
2023-11-07  Simon Marchigdb/arm: remove thumb bit in arm_adjust_breakpoint_address
2023-10-30  Tom TromeyFix fixed-point "return" on ARM
2023-10-30  Tom TromeyFix range-type "return" command on ARM
2023-10-30  Tom TromeyFix "finish" for vector types on ARM
2023-10-30  Tom TromeyFix "finish" with range types on ARM
2023-10-30  Tom TromeyFix calls with small integers on ARM
2023-10-10  Simon Marchigdb: remove target_gdbarch
2023-10-05  Simon Marchigdb: add all_objfiles_removed observer
2023-09-20  Tom TromeyRemove explanatory comments from includes
2023-08-31  Simon Marchigdb: remove TYPE_FIELD_BITSIZE
2023-06-09  Luis Machado[AArch64,arm] Fix some formatting issues in the aarch64...
2023-06-07  Tom de VriesFix PR30369 regression on aarch64/arm (PR30506)
2023-06-05  Tom de Vries[gdb] Fix more typos
2023-05-07  Tom TromeyRemove ALL_OBJFILE_OSECTIONS
2023-05-01  Tom TromeyReplace field_is_static with a method
2023-04-06  Andrew Burgessgdb: fix reg corruption from displaced stepping on...
2023-04-01  Jan Kratochvilgdb/arm: Fix backtrace for pthread_cond_timedwait
2023-03-18  Tom TromeyUnify arch_float_type and init_float_type
2023-03-13  Andrew Burgessgdb: add gdbarch::displaced_step_buffer_length
2023-03-09  Simon Marchigdb, gdbserver, gdbsupport: fix whitespace issues
2023-02-27  Tom TromeyRemove old GNU indent directives
2023-02-13  Tom TromeyTurn remaining value_contents functions into methods
2023-02-13  Tom TromeyTurn some value_contents functions into methods
2023-02-13  Tom TromeyTurn allocate_value into a static "constructor"
2023-02-13  Tom TromeyTurn value_type into method
2023-01-25  Torbjörn SVENSSONgdb/arm: Use new dwarf2 function cache
2023-01-20  Simon Marchigdb: remove language.h include from frame.h
2023-01-05  Simon Marchigdb: make gdbarch_alloc take ownership of the tdep
2023-01-03  Tom TromeyFix inferior calls with variably-sized return type
2023-01-03  Tom TromeyConvert selected architectures to gdbarch_return_value_...
2023-01-01  Joel BrobeckerUpdate copyright year range in header of all files...
2022-12-21  Mike Frysingersim: move register headers into sim/ namespace [PR...
2022-11-23  Torbjörn SVENSSONgdb/arm: Include FType bit in EXC_RETURN pattern on v8m
2022-11-22  Torbjörn SVENSSONgdb/arm: Fix obvious typo in b0b23e06c3a
2022-11-21  Torbjörn SVENSSONgdb/arm: Ensure that stack pointers are in sync
2022-11-21  Torbjörn SVENSSONgdb/arm: Update active msp/psp when switching stack
2022-10-26  Luis Machadogdb/arm: Fix M-profile EXC_RETURN
2022-10-26  Luis Machadogdb/arm: fix IPSR field test in arm_m_exception_cache ()
2022-10-26  Luis Machadogdb/arm: Terminate frame unwinding in M-profile lockup
2022-10-19  Pedro Alvesinternal_error: remove need to pass __FILE__/__LINE__
2022-10-15  Torbjörn SVENSSONgdb/arm: Don't rely on loop detection to stop unwinding
2022-10-14  Torbjörn SVENSSONgdb/arm: Stop unwinding on error, but do not assert
2022-10-10  Tom TromeyChange GDB to use frame_info_ptr
2022-10-06  Torbjörn SVENSSONgdb/arm: Handle lazy FPU state preservation
2022-09-21  Simon Marchigdb: remove TYPE_LENGTH
2022-09-21  Simon Marchigdb: remove TYPE_TARGET_TYPE
2022-09-07  Luis MachadoFix endianness handling for arm record self tests
2022-08-11  Torbjörn SVENSSON[Arm] Cleanup arm_m_exception_cache
2022-08-03  Tom TromeyUse gdb_bfd_ref_ptr in objfile
2022-07-28  Tom TromeyRewrite registry.h
2022-07-25  Yvan Rouxgdb/arm: Sync sp with other *sp registers
2022-07-25  Torbjörn SVENSSONgdb/arm: Use if-else if instead of switch
2022-07-21  Andrew Burgessgdb: move the type cast into gdbarch_tdep
2022-07-21  Andrew Burgessgdb: select suitable thread for gdbarch_adjust_breakpoi...
2022-07-21  Andrew Burgessgdb/arm: move fetch of arm_gdbarch_tdep to a more inner...
2022-07-21  Torbjörn SVENSSON[arm] Rename arm_cache_is_sp_register to arm_is_alterna...
2022-06-29  Yvan Rouxgdb/arm: Only stack S16..S31 when FPU registers are...
2022-06-27  Yvan Rouxgdb/arm: Unwind Non-Secure callbacks from Secure
2022-06-24  Yvan Rouxgdb/arm: Update the value of active sp when base sp...
2022-06-15  Yvan Rouxgdb/arm: Make sp alias for one of the other stack pointers
2022-06-15  Yvan Rouxgdb/arm: Track msp and psp
2022-06-15  Yvan Rouxgdb/arm: Fetch initial sp value prior to compare
2022-06-15  Andrew Burgessgdb: add new base class to gdb_disassembler
2022-06-09  Yvan Rouxgdb/arm: Document and fix exception stack offsets
2022-06-09  Yvan Rouxgdb/arm: Simplify logic for updating addresses
2022-06-09  Yvan Rouxgdb/arm: Terminate unwinding when LR is 0xffffffff
2022-06-02  Tom TromeyODR warnings for "struct insn_decode_record_t"
next