aboutsummaryrefslogtreecommitdiff
path: root/gdb/fbsd-nat.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-29Use C++17 [[fallthrough]] attributeTom Tromey1-1/+1
2023-11-21gdb: Replace gdb::optional with std::optionalLancelot Six1-3/+3
2023-10-10gdb: remove target_gdbarchSimon Marchi1-1/+1
2023-09-26fbsd-nat: Fix build failure with GCC 12Enze Li1-1/+1
2023-09-22fbsd-nat: Pacify gcc with no functional changesEnze Li1-5/+6
2023-08-23gdb: centralize "[Thread ...exited]" notificationsPedro Alves1-3/+0
2023-08-14fbsd-nat: Stop a process if it is running before killing it.John Baldwin1-17/+76
2023-08-14fbsd-nat: Fix thread_alive against a running thread.John Baldwin1-1/+7
2023-08-14fbsd-nat: Fix several issues with detaching.John Baldwin1-0/+262
2023-08-14fbsd-nat: Fix resuming and waiting with multiple processes.John Baldwin1-84/+311
2023-08-14fbsd-nat: Defer any ineligible events reported by wait.John Baldwin1-1/+34
2023-08-14fbsd-nat: Add a list of pending events.John Baldwin1-55/+73
2023-04-04gdb: make find_thread_ptid a process_stratum_target methodSimon Marchi1-1/+1
2023-03-27fbsd-nat: Use correct constant for target_waitstatus::sig.John Baldwin1-1/+1
2023-03-27fbsd-nat: Avoid a direct write to target_waitstatus::kind.John Baldwin1-1/+1
2023-03-27fbsd-nat: Add missing spaces.John Baldwin1-11/+11
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-11-22fbsd-nat: Pass an optional register base to the register set helpers.John Baldwin1-15/+19
2022-11-22fbsd-nat: Use regset supply/collect methods.John Baldwin1-4/+4
2022-10-19internal_error: remove need to pass __FILE__/__LINE__Pedro Alves1-1/+1
2022-08-02fbsd-nat: Correct the return type of the have_regset method.John Baldwin1-1/+1
2022-07-26gdb/hurd: pass memory_tagged as false to find_memory_region_ftypeEnze Li1-1/+1
2022-07-22Change target_ops::async to accept boolTom Tromey1-2/+2
2022-06-08gdb: remove trailing '.' from perror_with_name callsAndrew Burgess1-1/+1
2022-05-13Constify target_pid_to_exec_fileTom Tromey1-1/+1
2022-05-03fbsd-nat: Add helper routines for register sets using PT_[G]SETREGSET.John Baldwin1-0/+75
2022-03-29Unify gdb printf functionsTom Tromey1-74/+74
2022-03-29Remove some uses of printf_unfilteredTom Tromey1-2/+2
2022-03-22fbsd-nat: Add a low_prepare_to_resume virtual method.John Baldwin1-2/+7
2022-03-22fbsd-nat: Add a low_delete_thread virtual method.John Baldwin1-0/+1
2022-03-22fbsd-nat: Add helper routine to fetch siginfo_t for a ptid.John Baldwin1-0/+16
2022-03-22fbsd-nat: Add a low_new_fork virtual method.John Baldwin1-0/+2
2022-02-22inf-ptrace: Add an event_pipe to be used for async mode in subclasses.John Baldwin1-41/+9
2022-02-22Enable async mode in the target in attach_cmd.John Baldwin1-13/+0
2022-02-22fbsd-nat: Return nullptr rather than failing ::thread_name.John Baldwin1-2/+2
2022-02-22fbsd-nat: Various cleanups to the ::resume entry debug message.John Baldwin1-2/+3
2022-02-22fbsd-nat: Include ptrace operation in error messages.John Baldwin1-16/+18
2022-02-22fbsd-nat: Implement async target support.John Baldwin1-2/+152
2022-01-28fbsd-nat: Return a bool from fetch_register_set and store_register_set.John Baldwin1-2/+6
2022-01-25Reduce explicit use of gdb_stdoutTom Tromey1-7/+6
2022-01-19fbsd-nat: Add include for gdb_argv.John Baldwin1-0/+1
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-12-13gdb: make post_startup_inferior a virtual method on inf_ptrace_targetAndrew Burgess1-1/+1
2021-10-21gdb, gdbserver: make target_waitstatus safeSimon Marchi1-15/+18
2021-09-23Change get_ada_task_ptid parameter typeTom Tromey1-2/+2
2021-09-23Remove defaulted 'tid' parameter to ptid_t constructorTom Tromey1-3/+3
2021-08-30fbsd-nat: Don't use '%jd' and '%ju' with printf_filtered.John Baldwin1-22/+23
2021-08-03gdb: follow-fork: push target and add thread in target_follow_forkSimon Marchi1-2/+6
2021-07-14gdb: pass child_ptid and fork kind to target_ops::follow_forkSimon Marchi1-4/+4
2021-07-13fbsd-nat: Add helper functions to fetch and store register sets.John Baldwin1-0/+46