aboutsummaryrefslogtreecommitdiff
path: root/gdb/mips-linux-nat.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-10gdb: remove target_gdbarchSimon Marchi1-3/+3
2023-07-14*-linux-nat: Handle null inferior in read_description.John Baldwin1-0/+4
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-03-29Unify gdb printf functionsTom Tromey1-15/+15
2022-03-29Unify gdb puts functionsTom Tromey1-2/+2
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-12-29Send debugging data to gdb_stdlog in mips-linux-nat.cTom Tromey1-16/+17
2021-09-27gdb: use intrusive_list for linux-nat lwp_listSimon Marchi1-5/+2
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-1/+1
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-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-07-22Remove some unused variablesSimon Marchi1-1/+0
2018-07-20MIPS/Linux/native: Convert to `get_ptrace_pid' for PID extractionMaciej W. Rozycki1-5/+1
2018-07-03Remove ptid_get_lwpTom Tromey1-6/+6
2018-07-03Remove ptid_get_pidTom Tromey1-1/+1
2018-05-30Remove regcache_get_ptidSimon Marchi1-2/+2
2018-05-25MIPS/Linux: Correct o32 core file FGR interpretationMaciej W. Rozycki1-10/+2
2018-05-22MIPS/Linux: Disable n32 USR `ptrace' accesses to 64-bit registersMaciej W. Rozycki1-0/+5
2018-05-15MIPS/Linux/native: Supply $zero for the !PTRACE_GETREGS caseMaciej W. Rozycki1-1/+7
2018-05-03target factories, target open and multiple instances of targetsPedro Alves1-1/+1
2018-05-03linux_nat_target: More low methodsPedro Alves1-6/+7
2018-05-03target_ops: Use bool throughoutPedro Alves1-8/+8
2018-05-03Convert struct target_ops to C++Pedro Alves1-85/+91
2018-05-03Make inf_ptrace_trad Linux-only, move to separate filePedro Alves1-1/+1
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-10-25s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi1-6/+6
2017-09-09Remove unnecessary function prototypes.John Baldwin1-2/+0
2017-06-13Move initialize_tdesc_mips* calls from mips-linux-nat.c to mips-linux-tdep.cYao Qi1-11/+0
2017-04-28Use ptid method lwp in mips_linux_new_threadYao Qi1-1/+1
2017-04-28[MIPS] Use lwpid from lwp_info instead of inferior_ptidYao Qi1-3/+2
2017-03-20Use ptid from regcache in almost all remaining nat filesSimon Marchi1-6/+3
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-08-25Sync proc_service definition with GLIBCAdhemerval Zanella1-1/+1
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-2/+1
2015-07-31Mostly trivial enum fixesSimon Marchi1-3/+6
2015-07-29MIPS ptrace build fixesSimon Marchi1-2/+2
2015-07-24Linux: sys/ptrace.h -> nat/gdb_ptrace.h everywherePedro Alves1-1/+1
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-09-11Introduce show_debug_regsGary Benson1-7/+3
2014-09-03Reset errno before PTRACE_PEEKUSER for MIPS DSP_CONTROLJames Hogan1-0/+1
2014-08-07Include gdb_assert.h in common-defs.hGary Benson1-1/+0
2014-06-20Move shared native target specific code to gdb/natGary Benson1-1/+1
2014-02-24Unbreak mips native buildYao Qi1-2/+2
2014-02-19Add target_ops argument to to_region_ok_for_hw_watchpointTom Tromey1-1/+2
2014-02-19Add target_ops argument to to_insert_watchpointTom Tromey1-1/+2
2014-02-19Add target_ops argument to to_remove_watchpointTom Tromey1-1/+2
2014-02-19Add target_ops argument to to_can_use_hw_breakpointTom Tromey1-1/+2