aboutsummaryrefslogtreecommitdiff
path: root/gdb/mips-linux-tdep.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-16gdb: fix -Wtautological-overlap-compare warning in mips-linux-tdep.cSimon Marchi1-4/+2
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-09-19bfd_section_* macrosAlan Modra1-1/+1
2019-07-09Rename common to gdbsupportTom Tromey1-2/+2
2019-01-25Normalize includes to use common/Tom Tromey1-1/+1
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-08-27Avoid -Wnarrowing warnings in struct tramp_frame instancesTom Tromey1-32/+32
2018-08-13Split size in regset section iteratorsAlan Hayward1-6/+8
2018-06-21Use thread_info and inferior pointers more throughoutPedro Alves1-2/+2
2018-05-30Remove regcache_raw_collectSimon Marchi1-4/+4
2018-05-30Remove regcache_raw_supplySimon Marchi1-8/+5
2018-05-30Remove regcache_cooked_readSimon Marchi1-1/+1
2018-05-25MIPS/Linux: Correct o32 core file FGR interpretationMaciej W. Rozycki1-96/+13
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-12-05Remove some unused variablesSimon Marchi1-1/+0
2017-10-25s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi1-10/+10
2017-09-09Remove unnecessary function prototypes.John Baldwin1-3/+0
2017-08-07gdbarch: Use an anonymous union for target data in `gdbarch_info'Maciej W. Rozycki1-2/+1
2017-06-13Move initialize_tdesc_mips* calls from mips-linux-nat.c to mips-linux-tdep.cYao Qi1-0/+11
2017-05-26Add regcache raw_supply_integer and raw_collect_integer.Alan Hayward1-29/+4
2017-05-08Remove some uses of MAX_REGISTER_SIZE from mips-linux-tdep.cAlan Hayward1-14/+4
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-10-28Move encoded as 'or' in binutils.Simon Dardis1-4/+6
2015-10-22mips: fix void*/gdb_byte* compilation errorsSimon Marchi1-3/+5
2015-09-25Add some more casts (2/2)Simon Marchi1-1/+2
2015-02-04Fix internal error when core file section is too bigAndreas Arnez1-8/+8
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-12-12MIPS: Keep the ISA bit in compressed code addressesMaciej W. Rozycki1-1/+7
2014-12-03MIPS: Add support for microMIPS Linux signal trampolinesMaciej W. Rozycki1-6/+107
2014-11-20Partial fix for PR breakpoints/10737: Make syscall info be per-arch instead o...Sergio Durigan Junior1-3/+3
2014-09-30MIPS: Migrate from 'regset_from_core_section' to 'iterate_over_regset_sections'Andreas Arnez1-30/+17
2014-08-07Include string.h in common-defs.hGary Benson1-1/+0
2014-08-07Include gdb_assert.h in common-defs.hGary Benson1-1/+0
2014-05-21MIPS: Replace regset_alloc() invocations by static regset structures.Andreas Arnez1-29/+24
2014-02-26start change to progspace independenceTom Tromey1-1/+1
2014-02-26use bound_minsym as result for lookup_minimal_symbol et alTom Tromey1-2/+2
2014-02-26change minsym representationTom Tromey1-1/+1
2014-01-07Remove duplicated #include's from GDBHonggyu Kim1-1/+0
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-11-18remove gdb_string.hTom Tromey1-1/+1
2013-08-09This patch implements the new gdbarch method gdbarch_gdb_signal_to_target.Sergio Durigan Junior1-56/+185
2013-06-24 * objfiles.h (pc_in_section): New prototype.Maciej W. Rozycki1-9/+20
2013-05-30 * mips-linux-tdep.c: Adjust formatting throughout.Maciej W. Rozycki1-59/+56
2013-03-01Use gdb_byte for bytes from the program being debugged.Pedro Alves1-2/+2
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-1/+1
2012-11-09 * gdbarch.sh (target_gdbarch): Remove macro.Tom Tromey1-2/+2
2012-06-11*** empty log message ***Michael Eager1-0/+94
2012-05-22 * NEWS: Add MIPS/Linux DSP support.Maciej W. Rozycki1-7/+105