aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [gdb] Use gdb::waitpid more oftenTom de Vries2024-11-221-2/+3
* gdb: remove gdbcmd.hSimon Marchi2024-04-251-1/+1
* gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi2024-03-261-1/+0
* Update copyright year range in header of all files managed by GDBAndrew Burgess2024-01-121-1/+1
* Use C++17 [[fallthrough]] attributeTom Tromey2023-11-291-1/+1
* gdb: Replace gdb::optional with std::optionalLancelot Six2023-11-211-3/+3
* gdb: remove target_gdbarchSimon Marchi2023-10-101-1/+1
* fbsd-nat: Fix build failure with GCC 12Enze Li2023-09-261-1/+1
* fbsd-nat: Pacify gcc with no functional changesEnze Li2023-09-221-5/+6
* gdb: centralize "[Thread ...exited]" notificationsPedro Alves2023-08-231-3/+0
* fbsd-nat: Stop a process if it is running before killing it.John Baldwin2023-08-141-17/+76
* fbsd-nat: Fix thread_alive against a running thread.John Baldwin2023-08-141-1/+7
* fbsd-nat: Fix several issues with detaching.John Baldwin2023-08-141-0/+262
* fbsd-nat: Fix resuming and waiting with multiple processes.John Baldwin2023-08-141-84/+311
* fbsd-nat: Defer any ineligible events reported by wait.John Baldwin2023-08-141-1/+34
* fbsd-nat: Add a list of pending events.John Baldwin2023-08-141-55/+73
* gdb: make find_thread_ptid a process_stratum_target methodSimon Marchi2023-04-041-1/+1
* fbsd-nat: Use correct constant for target_waitstatus::sig.John Baldwin2023-03-271-1/+1
* fbsd-nat: Avoid a direct write to target_waitstatus::kind.John Baldwin2023-03-271-1/+1
* fbsd-nat: Add missing spaces.John Baldwin2023-03-271-11/+11
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* fbsd-nat: Pass an optional register base to the register set helpers.John Baldwin2022-11-221-15/+19
* fbsd-nat: Use regset supply/collect methods.John Baldwin2022-11-221-4/+4
* internal_error: remove need to pass __FILE__/__LINE__Pedro Alves2022-10-191-1/+1
* fbsd-nat: Correct the return type of the have_regset method.John Baldwin2022-08-021-1/+1
* gdb/hurd: pass memory_tagged as false to find_memory_region_ftypeEnze Li2022-07-261-1/+1
* Change target_ops::async to accept boolTom Tromey2022-07-221-2/+2
* gdb: remove trailing '.' from perror_with_name callsAndrew Burgess2022-06-081-1/+1
* Constify target_pid_to_exec_fileTom Tromey2022-05-131-1/+1
* fbsd-nat: Add helper routines for register sets using PT_[G]SETREGSET.John Baldwin2022-05-031-0/+75
* Unify gdb printf functionsTom Tromey2022-03-291-74/+74
* Remove some uses of printf_unfilteredTom Tromey2022-03-291-2/+2
* fbsd-nat: Add a low_prepare_to_resume virtual method.John Baldwin2022-03-221-2/+7
* fbsd-nat: Add a low_delete_thread virtual method.John Baldwin2022-03-221-0/+1
* fbsd-nat: Add helper routine to fetch siginfo_t for a ptid.John Baldwin2022-03-221-0/+16
* fbsd-nat: Add a low_new_fork virtual method.John Baldwin2022-03-221-0/+2
* inf-ptrace: Add an event_pipe to be used for async mode in subclasses.John Baldwin2022-02-221-41/+9
* Enable async mode in the target in attach_cmd.John Baldwin2022-02-221-13/+0
* fbsd-nat: Return nullptr rather than failing ::thread_name.John Baldwin2022-02-221-2/+2
* fbsd-nat: Various cleanups to the ::resume entry debug message.John Baldwin2022-02-221-2/+3
* fbsd-nat: Include ptrace operation in error messages.John Baldwin2022-02-221-16/+18
* fbsd-nat: Implement async target support.John Baldwin2022-02-221-2/+152
* fbsd-nat: Return a bool from fetch_register_set and store_register_set.John Baldwin2022-01-281-2/+6
* Reduce explicit use of gdb_stdoutTom Tromey2022-01-251-7/+6
* fbsd-nat: Add include for gdb_argv.John Baldwin2022-01-191-0/+1
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdb: make post_startup_inferior a virtual method on inf_ptrace_targetAndrew Burgess2021-12-131-1/+1
* gdb, gdbserver: make target_waitstatus safeSimon Marchi2021-10-211-15/+18
* Change get_ada_task_ptid parameter typeTom Tromey2021-09-231-2/+2
* Remove defaulted 'tid' parameter to ptid_t constructorTom Tromey2021-09-231-3/+3