sim: ppc: unify env settings too
[binutils-gdb.git] / gdb / mips-tdep.c
2021-05-27 Simon Marchigdb: fix tab after space indentation issues
2021-05-27 Simon Marchigdb: remove add_alias_cmd overload that accepts a string
2021-05-12 Marco Barisionegdb: generate the prefix name for prefix commands on...
2021-01-19 Luis Machadotrad-frame cleanups
2021-01-19 Luis MachadoConvert some frame functions to use gdb::array_view.
2021-01-04 Luis MachadoRefactor struct trad_frame_saved_regs
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-08 Andrew Burgessgdb: Have allocate_target_description return a unique_ptr
2020-09-17 Tom TromeyChange management of tdesc_arch_data
2020-09-14 Tom TromeyApply 'const' in more places
2020-09-14 Simon Marchigdb: remove TYPE_VECTOR
2020-09-14 Simon Marchigdb: remove TYPE_UNSIGNED
2020-06-08 Simon Marchigdb: remove TYPE_FIELD_TYPE macro
2020-05-23 Simon Marchigdb: remove TYPE_FIELD macro
2020-05-22 Simon Marchigdb: remove TYPE_FIELDS macro
2020-05-22 Simon Marchigdb: remove TYPE_NFIELDS macro
2020-05-14 Simon Marchigdb: remove TYPE_CODE macro
2020-05-03 Tom TromeyUpdate more calls to add_prefix_cmd
2020-04-17 Tom TromeyReplace most calls to help_list and cmd_show_list
2020-03-14 Tom TromeyTwo simple uses of value_print_scalar_formatted
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-11-22 Christian BiesingerReplace the MSYMBOL_*_NAME macros with member functions
2019-09-19 Alan Modrabfd_section_* macros
2019-09-18 Christian BiesingerChange boolean options to bool instead of int
2019-05-08 Tom TromeyRemove mips_pdr_data
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-27 Tom TromeyUse CORE_ADDR_MAX in various "breaks" arrays
2018-07-18 Maciej W. RozyckimicroMIPS: Add SYSCALL instruction decoding
2018-07-02 Maciej W. RozyckiGDB PR tdep/8282: MIPS: Wire in `set disassembler-options'
2018-05-30 Simon MarchiRemove regcache_cooked_write_part
2018-05-30 Simon MarchiRemove regcache_cooked_read_part
2018-05-30 Simon MarchiRemove regcache_raw_write_part
2018-05-30 Simon MarchiRemove regcache_raw_write
2018-05-15 Maciej W. RozyckiMIPS: Make `mask_address_var' static
2018-02-26 Maciej W. RozyckiMIPS: Don't use a 32-bit BFD architecture with a 64...
2018-02-26 Maciej W. RozyckiMIPS: Reorder ABI determination ahead of target descrip...
2018-02-21 Yao QiPass readable_regcache to gdbarch method read_pc
2018-02-21 Yao Qiclass readable_regcache and pass readable_regcache...
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-11-07 Tom TromeyConstify add_setshow_*
2017-11-06 Ulrich WeigandTarget FP: Add string routines to target-float.{c,h}
2017-11-02 Yao Qiconst-fy regcache::m_aspace
2017-10-25 Yao Qis/get_regcache_arch (regcache)/regcache->arch ()/g
2017-10-24 Ulrich WeigandTarget FP printing: Use floatformat_to_string in tdep...
2017-10-11 Tom TromeyConstify add_prefix_cmd
2017-10-05 Ulrich WeigandClean up includes of doublest.h and floatformat.h
2017-09-27 Tom TromeyConstify some commands in mips-tdep.c
2017-09-09 John BaldwinRemove unnecessary function prototypes.
2017-08-07 Maciej W. Rozyckigdbarch: Use an anonymous union for target data in...
2017-08-02 Maciej W. RozyckiMIPS: Factor out FPU type naming in `gdbarch' debug
2017-08-01 Maciej W. RozyckiMIPS: Consistently use MIPS_FPU_TYPE for `gdbarch'...
2017-06-19 John BaldwinDon't throw an error in 'info registers' for unavailabl...
2017-06-14 Yao QiDon't use print_insn_XXX in GDB
2017-06-12 Pedro Alvesmips-tdep.c: Remove MAX_REGISTER_SIZE usage
2017-05-24 Yao QiUse XCNEW gdbarch_tdep
2017-05-08 Alan HaywardRemove some uses of MAX_REGISTER_SIZE from mips-tdep.c
2017-05-02 Simon MarchiChange return type of gdbarch_software_single_step...
2017-04-28 John BaldwinConsistently use fprintf_filtered when displaying MIPS...
2017-04-05 Pedro Alves-Wwrite-strings: The Rest
2017-01-26 Yao QiRefactor disassembly code
2017-01-01 Joel Brobeckerupdate copyright year range in GDB files
2016-11-22 Yao QiChange gdbarch software_single_step frame_info to regcache
2016-11-22 Yao Qigdbarch software_single_step frame_info to regcache...
2016-11-08 Yao QiRemove parameter valaddr from la_val_print
2016-11-08 Yao Qigdbarch software_single_step returns VEC (CORE_ADDR) *
2016-11-03 Yao QiRemove GDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_...
2016-11-03 Yao QiAdd default_breakpoint_from_pc
2016-11-03 Yao QiRemove gdbarch_remote_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-11-03 Yao QiAdd enum for mips breakpoint kinds
2016-11-03 Yao QiGDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_BREAKPO...
2016-10-31 Maciej W. RozyckiMIPS: Remove remains of legacy remote target support
2016-10-31 Maciej W. RozyckiMIPS: Remove remains of IRIX OS ABI support
2016-10-06 Maciej W. Rozyckimips-tdep: Make FCRs always 32-bit
2016-10-06 Maciej W. Rozyckimips-tdep: Rearrange comments in `mips_pseudo_register_...
2016-09-16 Pedro Alvesgdb: Use std::min and std::max throughout
2016-07-14 Tom TromeyRemove unused variables
2016-04-22 Maciej W. RozyckiMIPS: Go back with the default Linux # of registers...
2016-03-31 Pedro AlvesRemove support for "target m32rsdi" and "target mips...
2016-03-07 Pedro AlvesFix "set architecture mips:10000" crash
2016-01-18 Maciej W. RozyckiMIPS: Remove remnants of 48-bit microMIPS instruction...
2016-01-18 Maciej W. RozyckiMIPS: Fix microMIPS instruction size determination
2016-01-07 Maciej W. RozyckiMIPS: Complete `status' to `err' renaming in `mips_brea...
2016-01-01 Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-10-27 Pedro Alvestarget_read_memory&co: no longer return target_xfer_status
2015-10-26 Doug EvansPR symtab/17391 gdb internal error: assertion fails...
2015-09-30 Simon Marchigdbarch.h: Change gdbarch_info::tdep_info's type to...
2015-09-25 Simon MarchiAdd some more casts (2/2)
2015-09-25 Simon MarchiAdd casts to memory allocation related calls
2015-08-26 Simon MarchiReplace some xmalloc-family functions with XNEW-family...
2015-05-26 Martin GalvanRename in_function_epilogue_p to stack_frame_destroyed_p
next