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