summaryrefslogtreecommitdiff
path: root/gdb/xtensa-tdep.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Clean up includes of doublest.h and floatformat.hUlrich Weigand2017-10-051-1/+0
* Remove unnecessary function prototypes.John Baldwin2017-09-091-3/+0
* xtensa: Properly strdup string when building reggroupStafford Horne2017-08-161-5/+1
* Add XTENSA_MAX_REGISTER_SIZEAlan Hayward2017-06-231-2/+5
* Delegate opcodes to select disassembler in GDBYao Qi2017-05-241-2/+0
* xtensa_pseudo_register_read/write - Use regcache_raw_read_unsignedAlan Hayward2017-04-261-12/+9
* Teach GDB that wchar_t is a built-in type in C++ modePedro Alves2017-04-121-0/+3
* -Wwrite-strings: The RestPedro Alves2017-04-051-1/+1
* gdb: xtensa-linux: support THREADPTR registerMax Filippov2017-03-271-0/+4
* gdb: xtensa: fix test for privileged register numberMax Filippov2017-03-271-1/+2
* gdb: gdbserver: xtensa: make C0_NREGS availableMax Filippov2017-03-271-1/+0
* gdb: xtensa: clean up xtensa_default_isa initializationMax Filippov2017-03-271-4/+3
* Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves2017-02-021-19/+12
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Use ui_file_as_string in gdb/xtensa-tdep.cPedro Alves2016-11-081-6/+3
* Fix a few typosSimon Marchi2016-11-041-1/+1
* Remove GDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_BREAKPOINT_MANIPULATIONYao Qi2016-11-031-1/+4
* Add default_breakpoint_from_pcYao Qi2016-11-031-2/+0
* New gdbarch methods breakpoint_kind_from_pc and sw_breakpoint_from_kindYao Qi2016-11-031-0/+4
* Split breakpoint_from_pc to breakpoint_kind_from_pc and sw_breakpoint_from_kindYao Qi2016-11-031-27/+26
* gdb: Use std::min and std::max throughoutPedro Alves2016-09-161-2/+3
* remove trivialy unused variablesTrevor Saunders2016-05-071-4/+0
* gdb: xtensa: fix frame initialization when PC is invalidMax Filippov2016-03-301-3/+3
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* PR symtab/17391 gdb internal error: assertion fails in regcache.c:178Doug Evans2015-10-261-3/+1
* Add some more casts (2/2)Simon Marchi2015-09-251-5/+5