summaryrefslogtreecommitdiff
path: root/gdb/mips-tdep.c
Commit message (Expand)AuthorAgeFilesLines
* Remove mips_pdr_dataTom Tromey2019-05-081-4/+0
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Pass return_method to _push_dummy_callAlan Hayward2018-11-161-8/+11
* Introduce gdbarch_num_cooked_regsSimon Marchi2018-10-211-6/+3
* Simple -Wshadow=local fixesTom Tromey2018-10-041-17/+21
* Use CORE_ADDR_MAX in various "breaks" arraysTom Tromey2018-08-271-2/+2
* microMIPS: Add SYSCALL instruction decodingMaciej W. Rozycki2018-07-181-6/+24
* GDB PR tdep/8282: MIPS: Wire in `set disassembler-options'Maciej W. Rozycki2018-07-021-36/+24
* Remove regcache_cooked_write_partSimon Marchi2018-05-301-2/+1
* Remove regcache_cooked_read_partSimon Marchi2018-05-301-2/+1
* Remove regcache_raw_write_partSimon Marchi2018-05-301-1/+1
* Remove regcache_raw_writeSimon Marchi2018-05-301-1/+1
* MIPS: Make `mask_address_var' staticMaciej W. Rozycki2018-05-151-1/+1
* MIPS: Don't use a 32-bit BFD architecture with a 64-bit ABIMaciej W. Rozycki2018-02-261-0/+8
* MIPS: Reorder ABI determination ahead of target description loadingMaciej W. Rozycki2018-02-261-182/+178
* Pass readable_regcache to gdbarch method read_pcYao Qi2018-02-211-2/+2
* class readable_regcache and pass readable_regcache to gdbarch pseudo_register...Yao Qi2018-02-211-1/+1
* Replace regcache_raw_read with regcache->raw_readYao Qi2018-01-221-3/+3
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Remove some unused variablesSimon Marchi2017-12-051-5/+0
* Constify add_setshow_*Tom Tromey2017-11-071-5/+4
* Target FP: Add string routines to target-float.{c,h}Ulrich Weigand2017-11-061-8/+7
* const-fy regcache::m_aspaceYao Qi2017-11-021-2/+3
* s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi2017-10-251-8/+8
* Target FP printing: Use floatformat_to_string in tdep codeUlrich Weigand2017-10-241-31/+14
* Constify add_prefix_cmdTom Tromey2017-10-111-3/+3
* Clean up includes of doublest.h and floatformat.hUlrich Weigand2017-10-051-1/+0
* Constify some commands in mips-tdep.cTom Tromey2017-09-271-5/+5
* Remove unnecessary function prototypes.John Baldwin2017-09-091-2/+0
* gdbarch: Use an anonymous union for target data in `gdbarch_info'Maciej W. Rozycki2017-08-071-1/+1
* MIPS: Factor out FPU type naming in `gdbarch' debugMaciej W. Rozycki2017-08-021-8/+20
* MIPS: Consistently use MIPS_FPU_TYPE for `gdbarch' memberMaciej W. Rozycki2017-08-011-2/+2
* Don't throw an error in 'info registers' for unavailable MIPS registers.John Baldwin2017-06-191-2/+8
* Don't use print_insn_XXX in GDBYao Qi2017-06-141-5/+1
* mips-tdep.c: Remove MAX_REGISTER_SIZE usagePedro Alves2017-06-121-17/+23
* Use XCNEW gdbarch_tdepYao Qi2017-05-241-1/+1
* Remove some uses of MAX_REGISTER_SIZE from mips-tdep.cAlan Hayward2017-05-081-3/+6
* Change return type of gdbarch_software_single_step to vector<CORE_ADDR>Simon Marchi2017-05-021-28/+29
* Consistently use fprintf_filtered when displaying MIPS registers.John Baldwin2017-04-281-1/+1
* -Wwrite-strings: The RestPedro Alves2017-04-051-3/+3
* Refactor disassembly codeYao Qi2017-01-261-1/+4
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Change gdbarch software_single_step frame_info to regcacheYao Qi2016-11-221-2/+1
* gdbarch software_single_step frame_info to regcache: mipsYao Qi2016-11-221-69/+71
* Remove parameter valaddr from la_val_printYao Qi2016-11-081-1/+0
* gdbarch software_single_step returns VEC (CORE_ADDR) *Yao Qi2016-11-081-29/+29
* Remove GDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_BREAKPOINT_MANIPULATIONYao Qi2016-11-031-1/+2
* Add default_breakpoint_from_pcYao Qi2016-11-031-9/+0
* Remove gdbarch_remote_breakpoint_from_pcYao Qi2016-11-031-11/+0
* New gdbarch methods breakpoint_kind_from_pc and sw_breakpoint_from_kindYao Qi2016-11-031-0/+4