aboutsummaryrefslogtreecommitdiff
path: root/gdb/mips-linux-tdep.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-05-182012-05-18 Sergio Durigan Junior <sergiodj@redhat.com>Sergio Durigan Junior1-3/+3
2012-05-18 * mips-tdep.h (mips_write_pc): New prototype.Maciej W. Rozycki1-1/+4
2012-03-02gdb/Jan Kratochvil1-1/+1
2012-03-01 gdb/Maciej W. Rozycki1-12/+2
2012-02-27 * mips-linux-tdep.c (mips_linux_init_abi): Set num_pseudo_regsMaciej W. Rozycki1-0/+1
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker1-2/+1
2011-02-04gdb/David Daney1-0/+39
2011-01-092011-01-08 Michael Snyder <msnyder@vmware.com>Michael Snyder1-2/+4
2011-01-01run copyright.sh for 2011.Joel Brobecker1-1/+1
2010-08-052010-08-05 Hui Zhu <teawater@gmail.com>Hui Zhu1-39/+114
2010-08-04 * corelow.c (core_pid_to_str): Default to using normal_pid_to_strPedro Alves1-0/+3
2010-02-272010-02-26 David Daney <ddaney@caviumnetworks.com>David Daney1-16/+13
2010-01-01Update copyright year in most headers.Joel Brobecker1-1/+1
2009-07-02 * defs.h (extract_signed_integer, extract_unsigned_integer,Ulrich Weigand1-15/+26