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/binutils-2.44
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
/
fbsd-nat.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[gdb] Use gdb::waitpid more often
Tom de Vries
2024-11-22
1
-2
/
+3
*
gdb: remove gdbcmd.h
Simon Marchi
2024-04-25
1
-1
/
+1
*
gdb, gdbserver, gdbsupport: remove includes of early headers
Simon Marchi
2024-03-26
1
-1
/
+0
*
Update copyright year range in header of all files managed by GDB
Andrew Burgess
2024-01-12
1
-1
/
+1
*
Use C++17 [[fallthrough]] attribute
Tom Tromey
2023-11-29
1
-1
/
+1
*
gdb: Replace gdb::optional with std::optional
Lancelot Six
2023-11-21
1
-3
/
+3
*
gdb: remove target_gdbarch
Simon Marchi
2023-10-10
1
-1
/
+1
*
fbsd-nat: Fix build failure with GCC 12
Enze Li
2023-09-26
1
-1
/
+1
*
fbsd-nat: Pacify gcc with no functional changes
Enze Li
2023-09-22
1
-5
/
+6
*
gdb: centralize "[Thread ...exited]" notifications
Pedro Alves
2023-08-23
1
-3
/
+0
*
fbsd-nat: Stop a process if it is running before killing it.
John Baldwin
2023-08-14
1
-17
/
+76
*
fbsd-nat: Fix thread_alive against a running thread.
John Baldwin
2023-08-14
1
-1
/
+7
*
fbsd-nat: Fix several issues with detaching.
John Baldwin
2023-08-14
1
-0
/
+262
*
fbsd-nat: Fix resuming and waiting with multiple processes.
John Baldwin
2023-08-14
1
-84
/
+311
*
fbsd-nat: Defer any ineligible events reported by wait.
John Baldwin
2023-08-14
1
-1
/
+34
*
fbsd-nat: Add a list of pending events.
John Baldwin
2023-08-14
1
-55
/
+73
*
gdb: make find_thread_ptid a process_stratum_target method
Simon Marchi
2023-04-04
1
-1
/
+1
*
fbsd-nat: Use correct constant for target_waitstatus::sig.
John Baldwin
2023-03-27
1
-1
/
+1
*
fbsd-nat: Avoid a direct write to target_waitstatus::kind.
John Baldwin
2023-03-27
1
-1
/
+1
*
fbsd-nat: Add missing spaces.
John Baldwin
2023-03-27
1
-11
/
+11
*
Update copyright year range in header of all files managed by GDB
Joel Brobecker
2023-01-01
1
-1
/
+1
*
fbsd-nat: Pass an optional register base to the register set helpers.
John Baldwin
2022-11-22
1
-15
/
+19
*
fbsd-nat: Use regset supply/collect methods.
John Baldwin
2022-11-22
1
-4
/
+4
*
internal_error: remove need to pass __FILE__/__LINE__
Pedro Alves
2022-10-19
1
-1
/
+1
*
fbsd-nat: Correct the return type of the have_regset method.
John Baldwin
2022-08-02
1
-1
/
+1
*
gdb/hurd: pass memory_tagged as false to find_memory_region_ftype
Enze Li
2022-07-26
1
-1
/
+1
*
Change target_ops::async to accept bool
Tom Tromey
2022-07-22
1
-2
/
+2
*
gdb: remove trailing '.' from perror_with_name calls
Andrew Burgess
2022-06-08
1
-1
/
+1
*
Constify target_pid_to_exec_file
Tom Tromey
2022-05-13
1
-1
/
+1
*
fbsd-nat: Add helper routines for register sets using PT_[G]SETREGSET.
John Baldwin
2022-05-03
1
-0
/
+75
*
Unify gdb printf functions
Tom Tromey
2022-03-29
1
-74
/
+74
*
Remove some uses of printf_unfiltered
Tom Tromey
2022-03-29
1
-2
/
+2
*
fbsd-nat: Add a low_prepare_to_resume virtual method.
John Baldwin
2022-03-22
1
-2
/
+7
*
fbsd-nat: Add a low_delete_thread virtual method.
John Baldwin
2022-03-22
1
-0
/
+1
*
fbsd-nat: Add helper routine to fetch siginfo_t for a ptid.
John Baldwin
2022-03-22
1
-0
/
+16
*
fbsd-nat: Add a low_new_fork virtual method.
John Baldwin
2022-03-22
1
-0
/
+2
*
inf-ptrace: Add an event_pipe to be used for async mode in subclasses.
John Baldwin
2022-02-22
1
-41
/
+9
*
Enable async mode in the target in attach_cmd.
John Baldwin
2022-02-22
1
-13
/
+0
*
fbsd-nat: Return nullptr rather than failing ::thread_name.
John Baldwin
2022-02-22
1
-2
/
+2
*
fbsd-nat: Various cleanups to the ::resume entry debug message.
John Baldwin
2022-02-22
1
-2
/
+3
*
fbsd-nat: Include ptrace operation in error messages.
John Baldwin
2022-02-22
1
-16
/
+18
*
fbsd-nat: Implement async target support.
John Baldwin
2022-02-22
1
-2
/
+152
*
fbsd-nat: Return a bool from fetch_register_set and store_register_set.
John Baldwin
2022-01-28
1
-2
/
+6
*
Reduce explicit use of gdb_stdout
Tom Tromey
2022-01-25
1
-7
/
+6
*
fbsd-nat: Add include for gdb_argv.
John Baldwin
2022-01-19
1
-0
/
+1
*
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, gdbserver: make target_waitstatus safe
Simon Marchi
2021-10-21
1
-15
/
+18
*
Change get_ada_task_ptid parameter type
Tom Tromey
2021-09-23
1
-2
/
+2
*
Remove defaulted 'tid' parameter to ptid_t constructor
Tom Tromey
2021-09-23
1
-3
/
+3
[next]