Remove path name from test case
[binutils-gdb.git] / gdb / xtensa-tdep.c
2023-06-03 Tom de Vries[gdb] Fix typos
2023-03-18 Tom TromeyUnify arch_integer_type and init_integer_type
2023-02-13 Tom TromeyTurn remaining value_contents functions into methods
2023-02-13 Tom TromeyTurn value_type into method
2023-01-05 Simon Marchigdb: make gdbarch_alloc take ownership of the tdep
2023-01-01 Joel BrobeckerUpdate copyright year range in header of all files...
2022-10-19 Pedro Alvesinternal_error: remove need to pass __FILE__/__LINE__
2022-10-10 Tom TromeyChange GDB to use frame_info_ptr
2022-10-02 Andrew Burgessgdb: final cleanup of various gdbarch_register_name...
2022-09-21 Simon Marchigdb: remove TYPE_LENGTH
2022-07-21 Andrew Burgessgdb: move the type cast into gdbarch_tdep
2022-04-28 Tom TromeyRemove "typedef enum ..."
2022-04-07 Andrew Burgessgdb: more 'const' in gdb/reggroups.{c,h}
2022-04-07 Andrew Burgessgdb: always add the default register groups
2022-04-07 Andrew Burgessgdb: make gdbarch_register_reggroup_p take a const...
2022-03-29 Tom TromeyUnify gdb printf functions
2022-01-01 Joel BrobeckerCopyright Year update after running gdb/copyright.py
2021-11-16 Andrew Burgessgdb/gdbsupport: make xstrprintf and xstrvprintf return...
2021-11-15 Simon Marchigdb: fix gdbarch_tdep ODR violation
2021-10-25 Simon Marchigdb: change functions returning value contents to use...
2021-06-29 Simon Marchigdb: add names to unwinders, add debug messages when...
2021-05-27 Simon Marchigdb: fix tab after space indentation issues
2021-01-01 Joel BrobeckerUpdate copyright year range in all GDB files
2020-11-02 Simon Marchigdb, gdbserver, gdbsupport: fix leading space vs tabs...
2020-10-27 Simon Marchigdb: remove unused includes in xtensa-tdep.c
2020-05-14 Simon Marchigdb: remove TYPE_CODE macro
2020-02-08 Tom TromeyMove DWARF code to dwarf2/ subdirectory
2020-01-13 Simon Marchigdb: add back declarations for _initialize functions
2020-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2019-10-26 Tom de Vries[gdb] Fix more typos in comments (2)
2019-10-18 Tom de Vries[gdb] Fix more typos in comments
2019-03-29 Keith SeitzAllow really large fortran array bounds: TYPE_LENGTH...
2019-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2018-11-16 Alan HaywardPass return_method to _push_dummy_call
2018-10-22 Simon MarchiIntroduce gdbarch_num_cooked_regs
2018-10-05 Tom TromeySimple -Wshadow=local fixes
2018-08-13 Alan HaywardSplit size in regset section iterators
2018-08-07 Simon MarchiReplace some uses of xstrprintf with string_printf
2018-05-30 Simon MarchiRemove regcache_raw_supply
2018-05-30 Simon MarchiRemove regcache_cooked_write
2018-05-30 Simon MarchiRemove regcache_raw_write_part
2018-05-30 Simon MarchiRemove regcache_raw_read_part
2018-05-30 Simon MarchiRemove regcache_raw_write
2018-05-30 Simon MarchiRemove regcache_raw_read
2018-05-09 Max Filippovgdb: xtensa: handle privileged registers
2018-02-21 Yao Qiclass readable_regcache and pass readable_regcache...
2018-01-22 Yao Qiregcache_cooked_read -> regcache->cooked_read
2018-01-22 Yao QiReplace regcache_raw_read with regcache->raw_read
2018-01-02 Joel BrobeckerUpdate copyright year range in all GDB files
2017-12-05 Simon MarchiRemove some unused variables
2017-10-25 Yao Qis/get_regcache_arch (regcache)/regcache->arch ()/g
2017-10-05 Ulrich WeigandClean up includes of doublest.h and floatformat.h
2017-09-09 John BaldwinRemove unnecessary function prototypes.
2017-08-15 Stafford Hornextensa: Properly strdup string when building reggroup
2017-06-23 Alan HaywardAdd XTENSA_MAX_REGISTER_SIZE
2017-05-24 Yao QiDelegate opcodes to select disassembler in GDB
2017-04-26 Alan Haywardxtensa_pseudo_register_read/write - Use regcache_raw_re...
2017-04-12 Pedro AlvesTeach GDB that wchar_t is a built-in type in C++ mode
2017-04-05 Pedro Alves-Wwrite-strings: The Rest
2017-03-27 Max Filippovgdb: xtensa-linux: support THREADPTR register
2017-03-27 Max Filippovgdb: xtensa: fix test for privileged register number
2017-03-27 Max Filippovgdb: gdbserver: xtensa: make C0_NREGS available
2017-03-27 Max Filippovgdb: xtensa: clean up xtensa_default_isa initialization
2017-02-02 Pedro AlvesEliminate make_cleanup_ui_file_delete / make ui_file...
2017-01-01 Joel Brobeckerupdate copyright year range in GDB files
2016-11-08 Pedro AlvesUse ui_file_as_string in gdb/xtensa-tdep.c
2016-11-05 Simon MarchiFix a few typos
2016-11-03 Yao QiRemove GDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_...
2016-11-03 Yao QiAdd default_breakpoint_from_pc
2016-11-03 Yao QiNew gdbarch methods breakpoint_kind_from_pc and sw_brea...
2016-11-03 Yao QiSplit breakpoint_from_pc to breakpoint_kind_from_pc...
2016-09-16 Pedro Alvesgdb: Use std::min and std::max throughout
2016-05-08 Trevor Saundersremove trivialy unused variables
2016-03-29 Max Filippovgdb: xtensa: fix frame initialization when PC is invalid
2016-01-01 Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-10-26 Doug EvansPR symtab/17391 gdb internal error: assertion fails...
2015-09-25 Simon MarchiAdd some more casts (2/2)
2015-08-26 Simon MarchiReplace some xmalloc-family functions with XNEW-family...
2015-08-21 Max Filippovxtensa: implement NPTL helpers
2015-05-29 Max Filippovxtensa: fix access to the last pseudo register
2015-01-01 Joel BrobeckerUpdate year range in copyright notice of all files...
2014-09-30 Andreas ArnezXTENSA: Migrate from 'regset_from_core_section' to...
2014-08-07 Gary BensonInclude gdb_assert.h in common-defs.h
2014-01-07 Honggyu KimRemove duplicated #include's from GDB
2014-01-01 Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-04-19 Pedro Alves-Wpointer-sign: xtensa-tdep.c.
2013-04-19 Pedro Alves-Wpointer-sign: char -> gdb_byte.
2013-01-01 Joel BrobeckerUpdate years in copyright notice for the GDB files.
2012-08-02 Yao Qigdb/
2012-05-18 Sergio Durigan Junior2012-05-18 Sergio Durigan Junior <sergiodj@redhat...
2012-05-16 Maciej W. Rozycki gdb/
2012-01-04 Joel BrobeckerCopyright year update in most files of the GDB Project.
2011-04-19 Pierre Muller ARI cleanup.
2011-03-18 Pedro Alves gdb/
2011-03-18 Pedro Alves gdb/
2011-03-11 Maxim Grigoriev2011-03-11 Maxim Grigoriev <maxim2405@gmail.com>
2011-03-11 Maxim Grigoriev2011-03-10 Maxim Grigoriev <maxim2405@gmail.com>
2011-03-11 Maxim Grigoriev2011-03-10 Maxim Grigoriev <maxim2405@gmail.com>
2011-03-10 Maxim Grigoriev2011-03-09 Maxim Grigoriev <maxim2405@gmail.com>
2011-03-09 Maxim Grigoriev2011-03-08 Maxim Grigoriev <maxim2405@gmail.com>
next