summaryrefslogtreecommitdiff
path: root/gdb/mips-linux-tdep.c
AgeCommit message (Expand)Author
2022-07-21gdb: move the type cast into gdbarch_tdepAndrew Burgess
2022-04-11gdb: remove symbol value macrosSimon Marchi
2022-04-02gdb: rename floatformats_ia64_quad to floatformats_ieee_quadTiezhu Yang
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker
2021-11-15gdb: fix gdbarch_tdep ODR violationSimon Marchi
2021-08-17gdb: Don't assume r_ldsomap when r_version > 1 on LinuxH.J. Lu
2021-01-01Update copyright year range in all GDB filesJoel Brobecker
2020-12-04gdb: make displaced stepping implementation capable of managing multiple buffersSimon Marchi
2020-12-04gdb: move displaced stepping logic to gdbarch, allow starting concurrent disp...Simon Marchi
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi
2020-05-16gdb: fix -Wtautological-overlap-compare warning in mips-linux-tdep.cSimon Marchi
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi
2020-01-01Update copyright year range in all GDB files.Joel Brobecker
2019-09-19bfd_section_* macrosAlan Modra
2019-07-09Rename common to gdbsupportTom Tromey
2019-01-25Normalize includes to use common/Tom Tromey
2019-01-01Update copyright year range in all GDB files.Joel Brobecker
2018-08-27Avoid -Wnarrowing warnings in struct tramp_frame instancesTom Tromey
2018-08-13Split size in regset section iteratorsAlan Hayward
2018-06-21Use thread_info and inferior pointers more throughoutPedro Alves
2018-05-30Remove regcache_raw_collectSimon Marchi
2018-05-30Remove regcache_raw_supplySimon Marchi
2018-05-30Remove regcache_cooked_readSimon Marchi
2018-05-25MIPS/Linux: Correct o32 core file FGR interpretationMaciej W. Rozycki
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