summaryrefslogtreecommitdiff
path: root/gdb/xtensa-tdep.c
Commit message (Expand)AuthorAgeFilesLines
* Unify arch_integer_type and init_integer_typeTom Tromey2023-03-181-1/+2
* Turn remaining value_contents functions into methodsTom Tromey2023-02-131-2/+2
* Turn value_type into methodTom Tromey2023-02-131-2/+2
* gdb: make gdbarch_alloc take ownership of the tdepSimon Marchi2023-01-051-5/+5
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* internal_error: remove need to pass __FILE__/__LINE__Pedro Alves2022-10-191-11/+6
* Change GDB to use frame_info_ptrTom Tromey2022-10-101-11/+11
* gdb: final cleanup of various gdbarch_register_name methodsAndrew Burgess2022-10-021-5/+1
* gdb: remove TYPE_LENGTHSimon Marchi2022-09-211-14/+14
* gdb: move the type cast into gdbarch_tdepAndrew Burgess2022-07-211-27/+27
* Remove "typedef enum ..."Tom Tromey2022-04-281-4/+4
* gdb: more 'const' in gdb/reggroups.{c,h}Andrew Burgess2022-04-071-4/+4
* gdb: always add the default register groupsAndrew Burgess2022-04-071-12/+1
* gdb: make gdbarch_register_reggroup_p take a const reggroup *Andrew Burgess2022-04-071-2/+2
* Unify gdb printf functionsTom Tromey2022-03-291-12/+12
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdb/gdbsupport: make xstrprintf and xstrvprintf return a unique_ptrAndrew Burgess2021-11-161-1/+2
* gdb: fix gdbarch_tdep ODR violationSimon Marchi2021-11-151-115/+139
* gdb: change functions returning value contents to use gdb::array_viewSimon Marchi2021-10-251-2/+2
* gdb: add names to unwinders, add debug messages when looking for unwinderSimon Marchi2021-06-291-0/+1
* gdb: fix tab after space indentation issuesSimon Marchi2021-05-271-3/+3
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-22/+22
* gdb: remove unused includes in xtensa-tdep.cSimon Marchi2020-10-271-9/+0
* gdb: remove TYPE_CODE macroSimon Marchi2020-05-141-6/+6
* Move DWARF code to dwarf2/ subdirectoryTom Tromey2020-02-081-2/+2
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* [gdb] Fix more typos in comments (2)Tom de Vries2019-10-261-1/+1
* [gdb] Fix more typos in commentsTom de Vries2019-10-181-7/+7
* Allow really large fortran array bounds: TYPE_LENGTH to ULONGESTKeith Seitz2019-03-291-4/+4
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Pass return_method to _push_dummy_callAlan Hayward2018-11-161-5/+5
* Introduce gdbarch_num_cooked_regsSimon Marchi2018-10-211-16/+6
* Simple -Wshadow=local fixesTom Tromey2018-10-041-6/+3
* Split size in regset section iteratorsAlan Hayward2018-08-131-2/+2
* Replace some uses of xstrprintf with string_printfSimon Marchi2018-08-071-3/+2
* Remove regcache_raw_supplySimon Marchi2018-05-301-19/+18
* Remove regcache_cooked_writeSimon Marchi2018-05-301-3/+3
* Remove regcache_raw_write_partSimon Marchi2018-05-301-1/+1
* Remove regcache_raw_read_partSimon Marchi2018-05-301-1/+1
* Remove regcache_raw_writeSimon Marchi2018-05-301-3/+3
* Remove regcache_raw_readSimon Marchi2018-05-301-2/+2
* gdb: xtensa: handle privileged registersMax Filippov2018-05-091-8/+4
* class readable_regcache and pass readable_regcache to gdbarch pseudo_register...Yao Qi2018-02-211-2/+2
* regcache_cooked_read -> regcache->cooked_readYao Qi2018-01-221-1/+1
* Replace regcache_raw_read with regcache->raw_readYao Qi2018-01-221-5/+4
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Remove some unused variablesSimon Marchi2017-12-051-4/+0
* s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi2017-10-251-5/+5