Turn some value_contents functions into methods
[binutils-gdb.git] / gdb / arm-tdep.c
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"
2022-06-02 Tom TromeyODR warning for "struct stack_item"
2022-06-01 Yvan Roux[arm] Don't use special treatment for PC
2022-06-01 Yvan Roux[arm] Add support for FPU registers in prologue unwinder
2022-06-01 Yvan Roux[arm] d0..d15 are 64-bit each, not 32-bit
2022-06-01 Yvan Roux[arm] Cleanup: use hex for offsets
2022-05-03 John BaldwinAdd an arm-tls feature which includes the tpidruro...
2022-04-28 Tom TromeyRemove "typedef enum ..."
2022-04-27 Christophe Lyongdb/arm: Extend arm_m_addr_is_magic to support FNC_RETU...
2022-04-27 Christophe Lyongdb/arm: Add support for multiple stack pointers on...
2022-04-27 Christophe Lyongdb/arm: Introduce arm_cache_init
2022-04-27 Christophe Lyongdb/arm: Define MSP and PSP registers for M-Profile
2022-04-27 Christophe Lyongdb/arm: Fix prologue analysis to support vpush
2022-04-11 Simon Marchigdb: remove MSYMBOL_TARGET_FLAG_{1,2} macros
2022-04-11 Simon Marchigdb: remove symbol value macros
2022-04-07 Andrew Burgessgdb: make gdbarch_register_reggroup_p take a const...
2022-04-06 Luis MachadoEnable ARMv8.1-m PACBTI support
2022-03-29 Tom TromeyUnify gdb printf functions
2022-03-29 Tom TromeyUnify gdb putc functions
2022-03-29 Tom TromeyUnify gdb puts functions
2022-03-23 Luis MachadoUpdate the list of recognized m-profile TAG_CPU_ARCH_*
2022-03-14 Luis Machado[aarch64/arm] Properly extract the return value returne...
2022-02-06 Simon Marchigdb: remove COMPUNIT_PRODUCER macro, add getter/setter
2022-01-26 Tom TromeyFix another crash with gdb parameters in Python
2022-01-05 Tom TromeyUse filtered output for gdbarch dump
2022-01-01 Joel BrobeckerCopyright Year update after running gdb/copyright.py
2021-12-29 Tom TromeyUse filtered output in show callbacks
2021-12-29 Tom TromeyUse correct stream for process record output
2021-12-02 Joel Brobecker(ARM/fixed-point) wrong value shown by "finish" command:
2021-11-15 Simon Marchigdb: fix gdbarch_tdep ODR violation
2021-10-29 Simon Marchigdb: remove TYPE_FIELD_BITPOS
2021-10-28 Simon Marchigdb: add add_setshow_prefix_cmd
2021-10-25 Simon Marchigdb: change functions returning value contents to use...
2021-10-11 Srinath Parvathaneni[ARM] Add support for M-profile MVE extension
2021-10-11 Luis Machado[ARM] Refactor pseudo register numbering
2021-10-11 Luis Machado[ARM] Small refactoring of arm gdbarch initialization
2021-09-13 Tom de Vries[gdb/tdep] Fix exec check in gdb_print_insn_arm
2021-06-29 Simon Marchigdb: add names to unwinders, add debug messages when...
2021-06-28 Simon Marchigdb: convert obj_section macros to methods
2021-06-28 Simon Marchigdb: remove gdbarch_info_init
2021-05-27 Simon Marchigdb: fix tab after space indentation issues
2021-05-27 Simon Marchigdb: fix some indentation issues
2021-05-12 Marco Barisionegdb: generate the prefix name for prefix commands on...
2021-05-11 Simon Marchigdb: fix indentation in arm_record_data_proc_misc_ld_str
2021-04-24 Simon Marchigdbsupport, gdb: give names to observers
2021-03-22 Martin LiskaAdd startswith function and use it instead of CONST_STRNEQ.
2021-01-21 Simon Marchigdb: convert arm to new-style debug macros
2021-01-21 Simon Marchigdb: make some variables static
2021-01-19 Luis Machadotrad-frame cleanups
2021-01-04 Luis MachadoRefactor struct trad_frame_saved_regs
2021-01-01 Joel BrobeckerUpdate copyright year range in all GDB files
2020-12-04 Simon Marchigdb: move displaced stepping logic to gdbarch, allow...
2020-12-04 Simon Marchigdb: rename displaced_step_closure to displaced_step_co...
2020-11-14 Simon Marchigdb: fix comment in arm-tdep.c
2020-11-13 Simon Marchigdb/arm: avoid undefined behavior shift when decoding...
2020-11-02 Simon Marchigdb, gdbserver, gdbsupport: fix leading space vs tabs...
next