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
/
linux-nat.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[gdb/tdep] Fix gdb.base/watchpoint-running.exp on {arm,ppc64le}-linux
Pedro Alves
2024-06-21
1
-0
/
+6
*
gdb: move have_ptrace_getregset declaration into gdb/nat directory
Andrew Burgess
2024-06-14
1
-3
/
+0
*
Use bool in thread_events
Tom Tromey
2024-05-28
1
-1
/
+1
*
Update copyright year range in header of all files managed by GDB
Andrew Burgess
2024-01-12
1
-1
/
+1
*
gdb: Replace gdb::optional with std::optional
Lancelot Six
2023-11-21
1
-1
/
+1
*
gdb: remove regcache's address space
Simon Marchi
2023-11-17
1
-2
/
+0
*
Thread options & clone events (native Linux)
Pedro Alves
2023-11-13
1
-0
/
+2
*
Step over clone syscall w/ breakpoint, TARGET_WAITKIND_THREAD_CLONED
Pedro Alves
2023-11-13
1
-0
/
+2
*
linux-nat: introduce pending_status_str
Pedro Alves
2023-03-27
1
-4
/
+7
*
Update copyright year range in header of all files managed by GDB
Joel Brobecker
2023-01-01
1
-1
/
+1
*
gdb/linux-nat: bool-ify linux_nat_get_siginfo
Simon Marchi
2022-12-05
1
-2
/
+2
*
gdbsupport: convert FILEIO_* macros to an enum
Simon Marchi
2022-09-21
1
-3
/
+3
*
Change target_ops::async to accept bool
Tom Tromey
2022-07-22
1
-1
/
+1
*
Constify target_pid_to_exec_file
Tom Tromey
2022-05-13
1
-1
/
+1
*
inf-ptrace: Add an event_pipe to be used for async mode in subclasses.
John Baldwin
2022-02-22
1
-4
/
+0
*
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
-2
/
+4
*
gdb, gdbserver: make target_waitstatus safe
Simon Marchi
2021-10-21
1
-4
/
+2
*
gdb: use intrusive_list for linux-nat lwp_list
Simon Marchi
2021-09-27
1
-19
/
+16
*
gdb: add destructor to lwp_info
Simon Marchi
2021-09-27
1
-0
/
+4
*
gdb: make lwp_info non-POD
Simon Marchi
2021-09-27
1
-16
/
+22
*
gdb: follow-fork: push target and add thread in target_follow_fork
Simon Marchi
2021-08-03
1
-1
/
+1
*
gdb: pass child_ptid and fork kind to target_ops::follow_fork
Simon Marchi
2021-07-14
1
-1
/
+1
*
gdb: call post_create_inferior at end of follow_fork_inferior
Simon Marchi
2021-07-14
1
-3
/
+0
*
gdb: make target_ops::follow_fork return void
Simon Marchi
2021-04-07
1
-1
/
+1
*
[gdb/threads] Fix lin_thread_get_thread_signals for glibc 2.28
Tom de Vries
2021-02-12
1
-2
/
+5
*
Update copyright year range in all GDB files
Joel Brobecker
2021-01-01
1
-1
/
+1
*
Make target_wait options use enum flags
Tom Tromey
2020-09-18
1
-1
/
+1
*
Add low_new_clone method to linux_nat_target.
Pedro Franco de Carvalho
2020-03-30
1
-0
/
+4
*
gdb: bool-ify follow_fork
Simon Marchi
2020-03-24
1
-1
/
+1
*
Fix/Update misc comments
Luis Machado
2020-01-14
1
-2
/
+2
*
Multi-target support
Pedro Alves
2020-01-10
1
-0
/
+1
*
Update copyright year range in all GDB files.
Joel Brobecker
2020-01-01
1
-1
/
+1
*
Change pid_to_str to return std::string
Tom Tromey
2019-03-13
1
-1
/
+1
*
Normalize include guards in gdb
Tom Tromey
2019-02-07
1
-0
/
+5
*
target_pass_signals/target_program_signals: Use gdb::array_view
Pedro Alves
2019-01-24
1
-1
/
+1
*
Constify target_pass_signals and target_program_signals
Tom Tromey
2019-01-14
1
-1
/
+1
*
Update copyright year range in all GDB files.
Joel Brobecker
2019-01-01
1
-1
/
+1
*
linux_nat_target: More low methods
Pedro Alves
2018-05-03
1
-40
/
+36
*
target_ops: Use bool throughout
Pedro Alves
2018-05-03
1
-18
/
+18
*
Convert struct target_ops to C++
Pedro Alves
2018-05-03
1
-12
/
+129
*
Make inf_ptrace_trad Linux-only, move to separate file
Pedro Alves
2018-05-03
1
-4
/
+3
*
Update copyright year range in all GDB files
Joel Brobecker
2018-01-02
1
-1
/
+1
*
lwp_info: Make the arch code free arch_lwp_info
Simon Marchi
2017-10-12
1
-0
/
+3
*
update copyright year range in GDB files
Joel Brobecker
2017-01-01
1
-1
/
+1
*
[Linux] Optimize PID -> struct lwp_info lookup
Pedro Alves
2016-05-24
1
-1
/
+3
*
Implement 'catch syscall' for gdbserver
Josh Stone
2016-01-12
1
-1
/
+1
*
GDB copyright headers update after running GDB's copyright.py script.
Joel Brobecker
2016-01-01
1
-1
/
+1
*
Remove support for LinuxThreads and vendor 2.4 kernels w/ backported NPTL
Pedro Alves
2015-12-17
1
-5
/
+0
*
Remove support for thread events without PTRACE_EVENT_CLONE in GDB
Antoine Tremblay
2015-12-10
1
-2
/
+0
[next]