summaryrefslogtreecommitdiff
path: root/gdb/obsd-nat.c
AgeCommit message (Expand)Author
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker
2021-12-13gdb: make post_startup_inferior a virtual method on inf_ptrace_targetAndrew Burgess
2021-10-21gdb, gdbserver: make target_waitstatus safeSimon Marchi
2021-08-03gdb: follow-fork: push target and add thread in target_follow_forkSimon Marchi
2021-07-29obsd-nat: Report both thread and PID in ::pid_to_str.John Baldwin
2021-07-29obsd-nat: Various fixes for fork following.John Baldwin
2021-07-29obsd-nat: Various fixes to obsd_nat_target::wait.John Baldwin
2021-07-14gdb: pass child_ptid and fork kind to target_ops::follow_forkSimon Marchi
2021-04-07gdb: make target_ops::follow_fork return voidSimon Marchi
2021-01-01Update copyright year range in all GDB filesJoel Brobecker
2020-09-18Make target_wait options use enum flagsTom Tromey
2020-04-24Move OpenBSD-only functions from inf-ptrace to obsd-natKamil Rytarowski
2020-04-15Fix OpenBSD build error.Kamil Rytarowski
2020-01-01Update copyright year range in all GDB files.Joel Brobecker
2019-07-26Fix return type typo in obsd-nat.c that breaks build on OpenBSDBrian Callahan
2019-07-09Rename common to gdbsupportTom Tromey
2019-03-13Change pid_to_str to return std::stringTom Tromey
2019-01-25Normalize includes to use common/Tom Tromey
2019-01-01Update copyright year range in all GDB files.Joel Brobecker
2018-07-03Remove ptid_get_lwpTom Tromey
2018-07-03Remove ptid_get_pidTom Tromey
2018-07-03Remove pid_to_ptidTom Tromey
2018-07-03Remove ptid_buildTom Tromey
2018-05-03Convert struct target_ops to C++Pedro Alves
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-04-05-Wwrite-strings: Constify target_pid_to_str and target_thread_extra_thread_infoPedro Alves
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-10-15Push pruning old threads down to the targetPedro Alves
2014-08-07Include gdb_assert.h in common-defs.hGary Benson
2014-03-01Silence ARI warning.Mark Kettenis
2014-02-28Stupid git never fucking does what I want!Mark Kettenis
2014-02-28Support rthreads on OpenBSD 5.2 and later.Mark Kettenis