summaryrefslogtreecommitdiff
path: root/gdb/mips-linux-tdep.c
Commit message (Expand)AuthorAgeFilesLines
* Remove old GNU indent directivesTom Tromey2023-02-271-4/+0
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* Change GDB to use frame_info_ptrTom Tromey2022-10-101-11/+11
* Move solib_ops into gdbarchTom Tromey2022-09-201-1/+1
* gdb: move the type cast into gdbarch_tdepAndrew Burgess2022-07-211-2/+2
* gdb: remove symbol value macrosSimon Marchi2022-04-111-1/+1
* gdb: rename floatformats_ia64_quad to floatformats_ieee_quadTiezhu Yang2022-04-021-10/+2
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdb: fix gdbarch_tdep ODR violationSimon Marchi2021-11-151-2/+2
* gdb: Don't assume r_ldsomap when r_version > 1 on LinuxH.J. Lu2021-08-171-3/+3
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb: make displaced stepping implementation capable of managing multiple buffersSimon Marchi2020-12-041-1/+1
* gdb: move displaced stepping logic to gdbarch, allow starting concurrent disp...Simon Marchi2020-12-041-1/+1
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-34/+34
* gdb: fix -Wtautological-overlap-compare warning in mips-linux-tdep.cSimon Marchi2020-05-161-4/+2
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* bfd_section_* macrosAlan Modra2019-09-191-1/+1
* Rename common to gdbsupportTom Tromey2019-07-091-2/+2
* Normalize includes to use common/Tom Tromey2019-01-251-1/+1
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Avoid -Wnarrowing warnings in struct tramp_frame instancesTom Tromey2018-08-271-32/+32
* Split size in regset section iteratorsAlan Hayward2018-08-131-6/+8
* Use thread_info and inferior pointers more throughoutPedro Alves2018-06-211-2/+2
* Remove regcache_raw_collectSimon Marchi2018-05-301-4/+4
* Remove regcache_raw_supplySimon Marchi2018-05-301-8/+5
* Remove regcache_cooked_readSimon Marchi2018-05-301-1/+1
* MIPS/Linux: Correct o32 core file FGR interpretationMaciej W. Rozycki2018-05-251-96/+13
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Remove some unused variablesSimon Marchi2017-12-051-1/+0
* s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi2017-10-251-10/+10
* Remove unnecessary function prototypes.John Baldwin2017-09-091-3/+0
* gdbarch: Use an anonymous union for target data in `gdbarch_info'Maciej W. Rozycki2017-08-071-2/+1
* Move initialize_tdesc_mips* calls from mips-linux-nat.c to mips-linux-tdep.cYao Qi2017-06-131-0/+11
* Add regcache raw_supply_integer and raw_collect_integer.Alan Hayward2017-05-261-29/+4
* Remove some uses of MAX_REGISTER_SIZE from mips-linux-tdep.cAlan Hayward2017-05-081-14/+4
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Move encoded as 'or' in binutils.Simon Dardis2015-10-281-4/+6
* mips: fix void*/gdb_byte* compilation errorsSimon Marchi2015-10-221-3/+5
* Add some more casts (2/2)Simon Marchi2015-09-251-1/+2
* Fix internal error when core file section is too bigAndreas Arnez2015-02-041-8/+8
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* MIPS: Keep the ISA bit in compressed code addressesMaciej W. Rozycki2014-12-121-1/+7
* MIPS: Add support for microMIPS Linux signal trampolinesMaciej W. Rozycki2014-12-031-6/+107
* Partial fix for PR breakpoints/10737: Make syscall info be per-arch instead o...Sergio Durigan Junior2014-11-201-3/+3
* MIPS: Migrate from 'regset_from_core_section' to 'iterate_over_regset_sections'Andreas Arnez2014-09-301-30/+17
* Include string.h in common-defs.hGary Benson2014-08-071-1/+0
* Include gdb_assert.h in common-defs.hGary Benson2014-08-071-1/+0
* MIPS: Replace regset_alloc() invocations by static regset structures.Andreas Arnez2014-05-211-29/+24