summaryrefslogtreecommitdiff
path: root/gdb/mips-linux-tdep.c
AgeCommit message (Expand)Author
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-12-05Remove some unused variablesSimon Marchi
2017-10-25s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi
2017-09-09Remove unnecessary function prototypes.John Baldwin
2017-08-07gdbarch: Use an anonymous union for target data in `gdbarch_info'Maciej W. Rozycki
2017-06-13Move initialize_tdesc_mips* calls from mips-linux-nat.c to mips-linux-tdep.cYao Qi
2017-05-26Add regcache raw_supply_integer and raw_collect_integer.Alan Hayward
2017-05-08Remove some uses of MAX_REGISTER_SIZE from mips-linux-tdep.cAlan Hayward
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-10-28Move encoded as 'or' in binutils.Simon Dardis
2015-10-22mips: fix void*/gdb_byte* compilation errorsSimon Marchi
2015-09-25Add some more casts (2/2)Simon Marchi
2015-02-04Fix internal error when core file section is too bigAndreas Arnez
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-12-12MIPS: Keep the ISA bit in compressed code addressesMaciej W. Rozycki
2014-12-03MIPS: Add support for microMIPS Linux signal trampolinesMaciej W. Rozycki
2014-11-20Partial fix for PR breakpoints/10737: Make syscall info be per-arch instead o...Sergio Durigan Junior
2014-09-30MIPS: Migrate from 'regset_from_core_section' to 'iterate_over_regset_sections'Andreas Arnez
2014-08-07Include string.h in common-defs.hGary Benson
2014-08-07Include gdb_assert.h in common-defs.hGary Benson
2014-05-21MIPS: Replace regset_alloc() invocations by static regset structures.Andreas Arnez
2014-02-26start change to progspace independenceTom Tromey
2014-02-26use bound_minsym as result for lookup_minimal_symbol et alTom Tromey
2014-02-26change minsym representationTom Tromey
2014-01-07Remove duplicated #include's from GDBHonggyu Kim
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker
2013-11-18remove gdb_string.hTom Tromey
2013-08-09This patch implements the new gdbarch method gdbarch_gdb_signal_to_target.Sergio Durigan Junior
2013-06-24 * objfiles.h (pc_in_section): New prototype.Maciej W. Rozycki
2013-05-30 * mips-linux-tdep.c: Adjust formatting throughout.Maciej W. Rozycki
2013-03-01Use gdb_byte for bytes from the program being debugged.Pedro Alves
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker
2012-11-09 * gdbarch.sh (target_gdbarch): Remove macro.Tom Tromey
2012-06-11*** empty log message ***Michael Eager
2012-05-22 * NEWS: Add MIPS/Linux DSP support.Maciej W. Rozycki
2012-05-182012-05-18 Sergio Durigan Junior <sergiodj@redhat.com>Sergio Durigan Junior
2012-05-18 * mips-tdep.h (mips_write_pc): New prototype.Maciej W. Rozycki
2012-03-02gdb/Jan Kratochvil
2012-03-01 gdb/Maciej W. Rozycki
2012-02-27 * mips-linux-tdep.c (mips_linux_init_abi): Set num_pseudo_regsMaciej W. Rozycki
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker
2011-02-04gdb/David Daney
2011-01-092011-01-08 Michael Snyder <msnyder@vmware.com>Michael Snyder
2011-01-01run copyright.sh for 2011.Joel Brobecker
2010-08-052010-08-05 Hui Zhu <teawater@gmail.com>Hui Zhu
2010-08-04 * corelow.c (core_pid_to_str): Default to using normal_pid_to_strPedro Alves
2010-02-272010-02-26 David Daney <ddaney@caviumnetworks.com>David Daney
2010-01-01Update copyright year in most headers.Joel Brobecker
2009-07-02 * defs.h (extract_signed_integer, extract_unsigned_integer,Ulrich Weigand