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
/
aarch64-linux-nat.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gdb/aarch64: fix 32-bit arm compatibility
Andrew Burgess
2022-06-09
1
-14
/
+100
*
gdb: remove trailing '.' from perror_with_name calls
Andrew Burgess
2022-06-08
1
-15
/
+15
*
Use aarch64_features to describe register features in target descriptions.
John Baldwin
2022-05-18
1
-4
/
+6
*
Read the tpidr register from NT_ARM_TLS on Linux.
John Baldwin
2022-05-03
1
-1
/
+67
*
Add an aarch64-tls feature which includes the tpidr register.
John Baldwin
2022-05-03
1
-1
/
+2
*
aarch64: Add an aarch64_nat_target mixin class.
John Baldwin
2022-03-22
1
-350
/
+6
*
nat: Split out platform-independent aarch64 debug register support.
John Baldwin
2022-03-22
1
-5
/
+9
*
Automatic Copyright Year update after running gdb/copyright.py
Joel Brobecker
2022-01-01
1
-1
/
+1
*
gdb: make post_startup_inferior a virtual method on inf_ptrace_target
Andrew Burgess
2021-12-13
1
-1
/
+1
*
gdb: adjust gdbarch_tdep calls in nat files
Simon Marchi
2021-11-15
1
-6
/
+13
*
gdb: remove gdbarch_info_init
Simon Marchi
2021-06-28
1
-1
/
+0
*
[gdb/tdep] Use pid to choose process 64/32-bitness
Tom de Vries
2021-05-23
1
-1
/
+1
*
AArch64: Implement memory tagging target methods for AArch64
Luis Machado
2021-03-24
1
-0
/
+50
*
AArch64: Add MTE register set support for GDB and gdbserver
Luis Machado
2021-03-24
1
-0
/
+68
*
AArch64: Add target description/feature for MTE registers
Luis Machado
2021-03-24
1
-2
/
+5
*
AArch64: Add MTE CPU feature check support
Luis Machado
2021-03-24
1
-0
/
+2
*
Update copyright year range in all GDB files
Joel Brobecker
2021-01-01
1
-1
/
+1
*
Fix TBI handling for watchpoints
Luis Machado
2020-12-16
1
-1
/
+7
*
gdb: add back declarations for _initialize functions
Simon Marchi
2020-01-13
1
-1
/
+2
*
Multi-target support
Pedro Alves
2020-01-10
1
-1
/
+1
*
[AArch64] Fix erroneous use of spu architecture bfd
Luis Machado
2020-01-05
1
-1
/
+1
*
Update copyright year range in all GDB files.
Joel Brobecker
2020-01-01
1
-1
/
+1
*
Arm: Add read_description read funcs and use in GDB
Alan Hayward
2019-07-19
1
-3
/
+2
*
Arm/AArch64: Use a single set of Arm register set size defines
Alan Hayward
2019-07-04
1
-6
/
+7
*
AArch64 SVE: Support changing vector lengths for ptrace
Alan Hayward
2019-04-15
1
-0
/
+5
*
AArch64 SVE: Check for vector length change when getting gdbarch
Alan Hayward
2019-04-15
1
-0
/
+31
*
Revert the header-sorting patch
Tom Tromey
2019-04-06
1
-18
/
+18
*
Sort includes for files gdb/[a-f]*.[chyl].
Tom Tromey
2019-04-05
1
-18
/
+18
*
Add linux_get_hwcap
Alan Hayward
2019-03-25
1
-4
/
+4
*
AArch64: Read pauth registers
Alan Hayward
2019-03-22
1
-0
/
+35
*
AArch64: Use HWCAP to detect pauth feature
Alan Hayward
2019-03-22
1
-2
/
+5
*
AArch64: Add pointer authentication feature
Alan Hayward
2019-03-22
1
-2
/
+3
*
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
/
+1
*
Remove ptid_get_lwp
Tom Tromey
2018-07-03
1
-7
/
+7
*
Remove ptid_get_pid
Tom Tromey
2018-07-03
1
-8
/
+8
*
Enable hardware watchpoints on attach for aarch64
Richard Bunt
2018-06-21
1
-0
/
+18
*
Ptrace support for Aarch64 SVE
Alan Hayward
2018-06-18
1
-2
/
+52
*
Enable SVE for GDB
Alan Hayward
2018-06-04
1
-2
/
+2
*
Add Aarch64 SVE target description
Alan Hayward
2018-05-31
1
-1
/
+2
*
Remove regcache_raw_collect
Simon Marchi
2018-05-30
1
-8
/
+5
*
Remove regcache_raw_supply
Simon Marchi
2018-05-30
1
-5
/
+4
*
Remove regcache_register_status
Simon Marchi
2018-05-30
1
-4
/
+4
*
Remove regcache_get_ptid
Simon Marchi
2018-05-30
1
-4
/
+4
*
aarch64: PR 19806: watchpoints: false negatives + PR 20207 contiguous ones
Jan Kratochvil
2018-05-04
1
-3
/
+25
*
target factories, target open and multiple instances of targets
Pedro Alves
2018-05-03
1
-3
/
+1
*
linux_nat_target: More low methods
Pedro Alves
2018-05-03
1
-17
/
+26
*
target_ops: Use bool throughout
Pedro Alves
2018-05-03
1
-10
/
+10
*
Convert struct target_ops to C++
Pedro Alves
2018-05-03
1
-93
/
+84
*
Update copyright year range in all GDB files
Joel Brobecker
2018-01-02
1
-1
/
+1
[next]