Remove path name from test case
[binutils-gdb.git] / gdb / arch-utils.c
2023-10-16 Andrew Burgessgdb: replace architecture_changed with new_architecture...
2023-10-10 Simon Marchigdb: remove target_gdbarch
2023-10-10 Simon Marchigdb: move set_target_gdbarch to inferior::set_arch
2023-10-10 Simon Marchigdb: add inferior parameter to architecture_changed...
2023-10-10 Simon Marchigdb: add inferior::{arch, set_arch}
2023-10-04 Luis Machadocorefile/bug: Add hook to control the use of target...
2023-09-20 Tom TromeyRemove explanatory comments from includes
2023-06-03 Tom de Vries[gdb] Fix typos
2023-04-21 Tom TromeyHandle erroneous DW_AT_call_return_pc
2023-04-18 Carl LovePowerPC: fix _Float128 type output string
2023-02-13 Tom TromeyTurn some value_contents functions into methods
2023-02-13 Tom TromeyTurn allocate_value into a static "constructor"
2023-02-02 Lancelot SIXgdb: add supports_arch_info callback to gdbarch_register
2023-01-05 Simon Marchigdb: make gdbarch_alloc take ownership of the tdep
2023-01-03 Tom TromeyDon't emit gdbarch_return_value
2023-01-03 Tom TromeyAdd new overload of gdbarch_return_value
2023-01-01 Joel BrobeckerUpdate copyright year range in header of all files...
2022-12-16 Luis Machado[aarch64] Fix removal of non-address bits for PAuth
2022-11-30 Tom de Vries[gdb] Improve printing of float formats
2022-11-14 Carl LovePowerPC, fix support for printing the function return...
2022-10-19 Pedro Alvesinternal_error: remove need to pass __FILE__/__LINE__
2022-10-17 TaiseiItoFix null pointer representations
2022-10-10 Tom TromeyChange GDB to use frame_info_ptr
2022-10-02 Andrew Burgessgdb: update now gdbarch_register_name doesn't return...
2022-09-20 Tom TromeyMove solib_ops into gdbarch
2022-08-16 Tom TromeyRemove register_gdbarch_init
2022-08-04 Tom TromeyUse registry in gdbarch
2022-08-04 Tom TromeyUse new and delete for gdbarch
2022-08-04 Tom TromeyUse bool in gdbarch
2022-07-26 Andrew Burgessgdb: rename gdbarch_tdep struct to fix g++ 4.8 build
2022-07-21 Andrew Burgessgdb: move the type cast into gdbarch_tdep
2022-03-29 Tom TromeyUnify gdb printf functions
2022-01-26 Tom TromeyFix another crash with gdb parameters in Python
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 TromeySend arch-utils error messages to gdb_stderr
2021-12-17 Tom TromeyMove ordinary gdbarch code to arch-utils
2021-11-17 Aaron Mereygdb: Add aliases for read_core_file_mappings callbacks
2021-08-12 Simon Marchigdb: make gdbarch_printable_names return a vector
2021-06-28 Simon Marchigdb: remove gdbarch_info_init
2021-05-27 Simon Marchigdb: remove add_alias_cmd overload that accepts a string
2021-04-22 Andrew Burgessgdb: allow default_addressable_memory_unit_size to...
2021-04-16 Luis MachadoPrint bfloat16 DWARF types correctly
2021-03-24 Luis MachadoNew gdbarch memory tagging hooks
2021-01-01 Joel BrobeckerUpdate copyright year range in all GDB files
2020-11-19 Simon Marchigdb: remove `other` parameter in read_core_file_mapping...
2020-11-02 Simon Marchigdb, gdbserver, gdbsupport: fix leading space vs tabs...
2020-10-29 Simon Marchigdb: remove parameter of gdbarch_displaced_step_hw_sing...
2020-10-29 Tom TromeyRemove the exec_bfd macro
2020-10-20 Simon Marchigdb: make gdbarch_displaced_step_hw_singlestep return...
2020-07-22 Kevin BuettnerAdd new gdbarch method, read_core_file_mappings
2020-07-14 Andrew Burgessgdb: Improve formatting of 'show endian' messages
2020-07-14 Andrew Burgessgdb: Improve formatting of 'show architecture' messages
2020-01-29 Luis MachadoRecognize more program breakpoint patterns
2020-01-13 Simon Marchigdb: add back declarations for _initialize functions
2020-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2019-12-20 Tankut Baris Aktemurinfcall, c++: allow more info to be computed for pass...
2019-10-18 Tom de Vries[gdb] Fix more typos in comments
2019-10-15 Tom TromeyChange gcc_target_options to return std::string
2019-08-16 Alan HaywardMove [PAC] into a new MI field addr_flags
2019-07-09 Tom TromeyRename common to gdbsupport
2019-04-08 Tom TromeyRename gdb exception types
2019-04-08 Tom TromeyRewrite TRY/CATCH
2019-04-06 Tom TromeyRevert the header-sorting patch
2019-04-06 Tom TromeySort includes for files gdb/[a-f]*.[chyl].
2019-02-27 Andrew Burgessgdb: Restructure type_align and gdbarch_type_align
2019-01-25 Tom TromeyNormalize includes to use common/
2019-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2018-07-20 Tom TromeyDo not use buildsym.h in some files
2018-06-14 Simon Marchitype alignment: Use type_length_units
2018-05-31 Maciej W. Rozyckiarch-utils: Make the last endianness actually chosen...
2018-05-30 Simon MarchiRemove regcache_raw_supply
2018-04-30 Tom TromeyAdd initial type alignment support
2018-04-13 Markus Metzgerinfrun: step through indirect branch thunks
2018-04-07 Simon MarchiMake "set osabi none" really work (PR 22980)
2018-02-24 Tom TromeyRemove cleanups from check_fast_tracepoint_sals
2018-01-02 Joel BrobeckerUpdate copyright year range in all GDB files
2017-11-07 Tom TromeyConstify add_setshow_*
2017-10-25 Yao Qis/get_regcache_arch (regcache)/regcache->arch ()/g
2017-10-13 Simon MarchiRemove simple_displaced_step_copy_insn
2017-09-09 John BaldwinRemove unnecessary function prototypes.
2017-08-07 Maciej W. RozyckiGDB/opcodes: Remove arch/mach/endian disassembler asser...
2017-07-25 Yao QiCatch exceptions thrown from gdbarch_skip_prologue
2017-06-09 Simon Marchigdbarch: Remove displaced_step_free_closure
2017-05-24 Yao QiDelegate opcodes to select disassembler in GDB
2017-04-26 Jiong Wang[gdbarch] New method "execute_dwarf_cfa_vendor_op"...
2017-01-01 Joel Brobeckerupdate copyright year range in GDB files
2016-11-03 Yao QiDetermine the kind of single step breakpoint
2016-11-03 Yao QiAdd default_breakpoint_from_pc
2016-11-03 Yao QiRemove gdbarch_remote_breakpoint_from_pc
2016-09-06 Ulrich WeigandAdd gdbarch callback to provide formats for debug info...
2016-07-14 Tom TromeyRemove some variables but call functions for side effects
2016-05-23 Yao QiSkip unwritable frames in command "finish"
2016-02-18 Marcin Koƛcielnickigdb: Add guess_tracepoint_registers hook to gdbarch.
2016-01-01 Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-09-25 Simon MarchiAdd casts to memory allocation related calls
2015-07-31 Simon MarchiMostly trivial enum fixes
2015-07-30 Pierre LangloisRemove isize output argument from fast_tracepoint_valid_at
2015-06-12 Simon Marchigdbarch: add addressable_memory_unit_size method
2015-06-03 Jan Kratochvilcompile: Use also inferior munmap
next