summaryrefslogtreecommitdiff
path: root/gdb/mips-linux-nat.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* Unify gdb printf functionsTom Tromey2022-03-291-15/+15
* Unify gdb puts functionsTom Tromey2022-03-291-2/+2
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* Send debugging data to gdb_stdlog in mips-linux-nat.cTom Tromey2021-12-291-16/+17
* gdb: use intrusive_list for linux-nat lwp_listSimon Marchi2021-09-271-5/+2
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-1/+1
* 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
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Remove some unused variablesSimon Marchi2018-07-221-1/+0
* MIPS/Linux/native: Convert to `get_ptrace_pid' for PID extractionMaciej W. Rozycki2018-07-201-5/+1
* Remove ptid_get_lwpTom Tromey2018-07-031-6/+6
* Remove ptid_get_pidTom Tromey2018-07-031-1/+1
* Remove regcache_get_ptidSimon Marchi2018-05-301-2/+2
* MIPS/Linux: Correct o32 core file FGR interpretationMaciej W. Rozycki2018-05-251-10/+2
* MIPS/Linux: Disable n32 USR `ptrace' accesses to 64-bit registersMaciej W. Rozycki2018-05-221-0/+5
* MIPS/Linux/native: Supply $zero for the !PTRACE_GETREGS caseMaciej W. Rozycki2018-05-151-1/+7
* target factories, target open and multiple instances of targetsPedro Alves2018-05-031-1/+1
* linux_nat_target: More low methodsPedro Alves2018-05-031-6/+7
* target_ops: Use bool throughoutPedro Alves2018-05-031-8/+8
* Convert struct target_ops to C++Pedro Alves2018-05-031-85/+91
* Make inf_ptrace_trad Linux-only, move to separate filePedro Alves2018-05-031-1/+1
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi2017-10-251-6/+6
* Remove unnecessary function prototypes.John Baldwin2017-09-091-2/+0
* Move initialize_tdesc_mips* calls from mips-linux-nat.c to mips-linux-tdep.cYao Qi2017-06-131-11/+0
* Use ptid method lwp in mips_linux_new_threadYao Qi2017-04-281-1/+1
* [MIPS] Use lwpid from lwp_info instead of inferior_ptidYao Qi2017-04-281-3/+2
* Use ptid from regcache in almost all remaining nat filesSimon Marchi2017-03-201-6/+3
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Sync proc_service definition with GLIBCAdhemerval Zanella2016-08-251-1/+1
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-2/+1
* Mostly trivial enum fixesSimon Marchi2015-07-311-3/+6
* MIPS ptrace build fixesSimon Marchi2015-07-291-2/+2
* Linux: sys/ptrace.h -> nat/gdb_ptrace.h everywherePedro Alves2015-07-241-1/+1
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Introduce show_debug_regsGary Benson2014-09-111-7/+3
* Reset errno before PTRACE_PEEKUSER for MIPS DSP_CONTROLJames Hogan2014-09-031-0/+1
* Include gdb_assert.h in common-defs.hGary Benson2014-08-071-1/+0
* Move shared native target specific code to gdb/natGary Benson2014-06-201-1/+1
* Unbreak mips native buildYao Qi2014-02-241-2/+2
* Add target_ops argument to to_region_ok_for_hw_watchpointTom Tromey2014-02-191-1/+2
* Add target_ops argument to to_insert_watchpointTom Tromey2014-02-191-1/+2
* Add target_ops argument to to_remove_watchpointTom Tromey2014-02-191-1/+2
* Add target_ops argument to to_can_use_hw_breakpointTom Tromey2014-02-191-1/+2
* Add target_ops argument to to_closeTom Tromey2014-02-191-1/+1
* add "this" pointers to more target APIsTom Tromey2014-02-191-1/+1