GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/binutils-gdb.git
gentoo/binutils-2.29.1
gentoo/binutils-2.30
gentoo/binutils-2.31
gentoo/binutils-2.31.1
gentoo/binutils-2.32
gentoo/binutils-2.33.1
gentoo/binutils-2.34
gentoo/binutils-2.35
gentoo/binutils-2.35.1
gentoo/binutils-2.35.2
gentoo/binutils-2.36
gentoo/binutils-2.36.1
gentoo/binutils-2.37
gentoo/binutils-2.38
gentoo/binutils-2.39
gentoo/binutils-2.40
gentoo/binutils-2.41
gentoo/binutils-2.42
gentoo/binutils-2.43
gentoo/dilfridge/test-libctf
master
Gentoo vendor branches of the binutils / gdb code
Gentoo toolchain team <toolchain@gentoo.org>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gdb
/
mips-linux-nat.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Unify gdb printf functions
Tom Tromey
2022-03-29
1
-15
/
+15
*
Unify gdb puts functions
Tom Tromey
2022-03-29
1
-2
/
+2
*
Automatic Copyright Year update after running gdb/copyright.py
Joel Brobecker
2022-01-01
1
-1
/
+1
*
Send debugging data to gdb_stdlog in mips-linux-nat.c
Tom Tromey
2021-12-29
1
-16
/
+17
*
gdb: use intrusive_list for linux-nat lwp_list
Simon Marchi
2021-09-27
1
-5
/
+2
*
Update copyright year range in all GDB files
Joel Brobecker
2021-01-01
1
-1
/
+1
*
gdb, gdbserver, gdbsupport: fix leading space vs tabs issues
Simon Marchi
2020-11-02
1
-1
/
+1
*
gdb: add back declarations for _initialize functions
Simon Marchi
2020-01-13
1
-1
/
+2
*
Update copyright year range in all GDB files.
Joel Brobecker
2020-01-01
1
-1
/
+1
*
Update copyright year range in all GDB files.
Joel Brobecker
2019-01-01
1
-1
/
+1
*
Remove some unused variables
Simon Marchi
2018-07-22
1
-1
/
+0
*
MIPS/Linux/native: Convert to `get_ptrace_pid' for PID extraction
Maciej W. Rozycki
2018-07-20
1
-5
/
+1
*
Remove ptid_get_lwp
Tom Tromey
2018-07-03
1
-6
/
+6
*
Remove ptid_get_pid
Tom Tromey
2018-07-03
1
-1
/
+1
*
Remove regcache_get_ptid
Simon Marchi
2018-05-30
1
-2
/
+2
*
MIPS/Linux: Correct o32 core file FGR interpretation
Maciej W. Rozycki
2018-05-25
1
-10
/
+2
*
MIPS/Linux: Disable n32 USR `ptrace' accesses to 64-bit registers
Maciej W. Rozycki
2018-05-22
1
-0
/
+5
*
MIPS/Linux/native: Supply $zero for the !PTRACE_GETREGS case
Maciej W. Rozycki
2018-05-15
1
-1
/
+7
*
target factories, target open and multiple instances of targets
Pedro Alves
2018-05-03
1
-1
/
+1
*
linux_nat_target: More low methods
Pedro Alves
2018-05-03
1
-6
/
+7
*
target_ops: Use bool throughout
Pedro Alves
2018-05-03
1
-8
/
+8
*
Convert struct target_ops to C++
Pedro Alves
2018-05-03
1
-85
/
+91
*
Make inf_ptrace_trad Linux-only, move to separate file
Pedro Alves
2018-05-03
1
-1
/
+1
*
Update copyright year range in all GDB files
Joel Brobecker
2018-01-02
1
-1
/
+1
*
s/get_regcache_arch (regcache)/regcache->arch ()/g
Yao Qi
2017-10-25
1
-6
/
+6
*
Remove unnecessary function prototypes.
John Baldwin
2017-09-09
1
-2
/
+0
*
Move initialize_tdesc_mips* calls from mips-linux-nat.c to mips-linux-tdep.c
Yao Qi
2017-06-13
1
-11
/
+0
*
Use ptid method lwp in mips_linux_new_thread
Yao Qi
2017-04-28
1
-1
/
+1
*
[MIPS] Use lwpid from lwp_info instead of inferior_ptid
Yao Qi
2017-04-28
1
-3
/
+2
*
Use ptid from regcache in almost all remaining nat files
Simon Marchi
2017-03-20
1
-6
/
+3
*
update copyright year range in GDB files
Joel Brobecker
2017-01-01
1
-1
/
+1
*
Sync proc_service definition with GLIBC
Adhemerval Zanella
2016-08-25
1
-1
/
+1
*
GDB copyright headers update after running GDB's copyright.py script.
Joel Brobecker
2016-01-01
1
-1
/
+1
*
Replace some xmalloc-family functions with XNEW-family ones
Simon Marchi
2015-08-26
1
-2
/
+1
*
Mostly trivial enum fixes
Simon Marchi
2015-07-31
1
-3
/
+6
*
MIPS ptrace build fixes
Simon Marchi
2015-07-29
1
-2
/
+2
*
Linux: sys/ptrace.h -> nat/gdb_ptrace.h everywhere
Pedro Alves
2015-07-24
1
-1
/
+1
*
Update year range in copyright notice of all files owned by the GDB project.
Joel Brobecker
2015-01-01
1
-1
/
+1
*
Introduce show_debug_regs
Gary Benson
2014-09-11
1
-7
/
+3
*
Reset errno before PTRACE_PEEKUSER for MIPS DSP_CONTROL
James Hogan
2014-09-03
1
-0
/
+1
*
Include gdb_assert.h in common-defs.h
Gary Benson
2014-08-07
1
-1
/
+0
*
Move shared native target specific code to gdb/nat
Gary Benson
2014-06-20
1
-1
/
+1
*
Unbreak mips native build
Yao Qi
2014-02-24
1
-2
/
+2
*
Add target_ops argument to to_region_ok_for_hw_watchpoint
Tom Tromey
2014-02-19
1
-1
/
+2
*
Add target_ops argument to to_insert_watchpoint
Tom Tromey
2014-02-19
1
-1
/
+2
*
Add target_ops argument to to_remove_watchpoint
Tom Tromey
2014-02-19
1
-1
/
+2
*
Add target_ops argument to to_can_use_hw_breakpoint
Tom Tromey
2014-02-19
1
-1
/
+2
*
Add target_ops argument to to_close
Tom Tromey
2014-02-19
1
-1
/
+1
*
add "this" pointers to more target APIs
Tom Tromey
2014-02-19
1
-1
/
+1
*
Update Copyright year range in all files maintained by GDB.
Joel Brobecker
2014-01-01
1
-1
/
+1
[next]