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>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gdb
/
amd64-linux-nat.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[gdb/tdep] Handle mxcsr kernel bug on Intel Skylake CPUs
Tom de Vries
2019-09-24
1
-0
/
+6
*
Rename common to gdbsupport
Tom Tromey
2019-07-09
1
-1
/
+1
*
Fix amd64->i386 linux syscall restart problem
Kevin Buettner
2019-04-10
1
-2
/
+67
*
Revert the header-sorting patch
Tom Tromey
2019-04-06
1
-14
/
+12
*
Sort includes for files gdb/[a-f]*.[chyl].
Tom Tromey
2019-04-05
1
-12
/
+14
*
Normalize includes to use common/
Tom Tromey
2019-01-25
1
-1
/
+1
*
Update copyright year range in all GDB files.
Joel Brobecker
2019-01-01
1
-1
/
+1
*
Remove ptid_get_lwp
Tom Tromey
2018-07-03
1
-2
/
+2
*
Remove ptid_get_pid
Tom Tromey
2018-07-03
1
-2
/
+2
*
Remove regcache_raw_collect
Simon Marchi
2018-05-30
1
-2
/
+2
*
Remove regcache_raw_supply
Simon Marchi
2018-05-30
1
-2
/
+2
*
Remove regcache_get_ptid
Simon Marchi
2018-05-30
1
-4
/
+4
*
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
-11
/
+13
*
Convert struct target_ops to C++
Pedro Alves
2018-05-03
1
-17
/
+16
*
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
-2
/
+2
*
Remove unnecessary function prototypes.
John Baldwin
2017-09-09
1
-3
/
+0
*
amd64-linux-nat: Use ptid from regcache instead of inferior_ptid
Simon Marchi
2017-03-13
1
-4
/
+4
*
Add support for Intel PKRU register to GDB and GDBserver.
Michael Sturm
2017-02-17
1
-0
/
+1
*
amd64-linux: expose system register FS_BASE and GS_BASE for Linux.
Walfred Tedeschi
2017-01-27
1
-5
/
+55
*
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
*
Fix PR gdb/20287 - x32 and "gdb_static_assert (sizeof (nat_siginfo_t) == size...
Pedro Alves
2016-07-26
1
-5
/
+5
*
Merge gdb and gdbserver implementations for siginfo
Walfred Tedeschi
2016-02-02
1
-426
/
+5
*
GDB copyright headers update after running GDB's copyright.py script.
Joel Brobecker
2016-01-01
1
-1
/
+1
*
Linux: sys/ptrace.h -> nat/gdb_ptrace.h everywhere
Pedro Alves
2015-07-24
1
-1
/
+1
*
Convert have_ptrace_getregset to a tri-state boolean
Yao Qi
2015-06-23
1
-2
/
+2
*
Move PTRACE_GETREGSET and PTRACE_SETREGSET to nat/linux-ptrace.h
Yao Qi
2015-06-01
1
-0
/
+1
*
Update year range in copyright notice of all files owned by the GDB project.
Joel Brobecker
2015-01-01
1
-1
/
+1
*
Add <sys/uio.h> #include back in amd64-linux-nat.c.
Joel Brobecker
2014-09-10
1
-0
/
+1
*
Rename 32- and 64-bit Intel files from "i386" to "x86"
Gary Benson
2014-09-02
1
-3
/
+3
*
Remove duplicated include file
Yao Qi
2014-08-06
1
-1
/
+0
*
Tidy #include lists
Gary Benson
2014-07-11
1
-27
/
+5
*
Move duplicated code into new files
Gary Benson
2014-07-11
1
-533
/
+2
*
Comment and whitespace changes
Gary Benson
2014-07-11
1
-0
/
+3
*
Pull out common parts of _initialize_{i386,amd64}_linux_nat
Gary Benson
2014-07-11
1
-23
/
+45
*
Merge ps_get_thread_area
Gary Benson
2014-07-11
1
-20
/
+53
*
Merge {i386,amd64}_linux_read_description
Gary Benson
2014-07-11
1
-82
/
+97
*
Rename identical functions
Gary Benson
2014-07-11
1
-40
/
+40
*
x86 Linux watchpoints: Couldn't write debug register: Invalid argument.
Pedro Alves
2014-06-23
1
-1
/
+9
*
Move shared native target specific code to gdb/nat
Gary Benson
2014-06-20
1
-1
/
+1
*
Add AVX512 registers support to GDB and GDBserver.
Michael Sturm
2014-04-24
1
-3
/
+16
*
Add target_ops argument to to_read_btrace
Tom Tromey
2014-02-19
1
-1
/
+10
*
Add target_ops argument to to_teardown_btrace
Tom Tromey
2014-02-19
1
-1
/
+2
*
Add target_ops argument to to_disable_btrace
Tom Tromey
2014-02-19
1
-1
/
+2
*
Add target_ops argument to to_enable_btrace
Tom Tromey
2014-02-19
1
-1
/
+1
*
Add target_ops argument to to_post_startup_inferior
Tom Tromey
2014-02-19
1
-3
/
+4
*
btrace, gdbserver: read branch trace incrementally
Markus Metzger
2014-01-16
1
-3
/
+3
*
Update Copyright year range in all files maintained by GDB.
Joel Brobecker
2014-01-01
1
-1
/
+1
[next]