aboutsummaryrefslogtreecommitdiff
path: root/gdb/obsd-nat.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-26gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi1-1/+0
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-03-09gdb, gdbserver, gdbsupport: fix whitespace issuesSimon Marchi1-1/+1
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+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-0/+2
2021-10-21gdb, gdbserver: make target_waitstatus safeSimon Marchi1-5/+4
2021-08-03gdb: follow-fork: push target and add thread in target_follow_forkSimon Marchi1-3/+6
2021-07-29obsd-nat: Report both thread and PID in ::pid_to_str.John Baldwin1-1/+1
2021-07-29obsd-nat: Various fixes for fork following.John Baldwin1-28/+25
2021-07-29obsd-nat: Various fixes to obsd_nat_target::wait.John Baldwin1-49/+12
2021-07-14gdb: pass child_ptid and fork kind to target_ops::follow_forkSimon Marchi1-5/+3
2021-04-07gdb: make target_ops::follow_fork return voidSimon Marchi1-3/+1
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-09-18Make target_wait options use enum flagsTom Tromey1-1/+1
2020-04-24Move OpenBSD-only functions from inf-ptrace to obsd-natKamil Rytarowski1-0/+63
2020-04-15Fix OpenBSD build error.Kamil Rytarowski1-6/+6
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-07-26Fix return type typo in obsd-nat.c that breaks build on OpenBSDBrian Callahan1-1/+1
2019-07-09Rename common to gdbsupportTom Tromey1-1/+1
2019-03-13Change pid_to_str to return std::stringTom Tromey1-7/+2
2019-01-25Normalize includes to use common/Tom Tromey1-1/+1
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-07-03Remove ptid_get_lwpTom Tromey1-4/+4
2018-07-03Remove ptid_get_pidTom Tromey1-4/+4
2018-07-03Remove pid_to_ptidTom Tromey1-5/+5
2018-07-03Remove ptid_buildTom Tromey1-2/+2
2018-05-03Convert struct target_ops to C++Pedro Alves1-25/+7
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-04-05-Wwrite-strings: Constify target_pid_to_str and target_thread_extra_thread_infoPedro Alves1-1/+1
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-10-15Push pruning old threads down to the targetPedro Alves1-2/+4
2014-08-07Include gdb_assert.h in common-defs.hGary Benson1-1/+0
2014-03-01Silence ARI warning.Mark Kettenis1-1/+1
2014-02-28Stupid git never fucking does what I want!Mark Kettenis1-3/+3
2014-02-28Support rthreads on OpenBSD 5.2 and later.Mark Kettenis1-0/+185