summaryrefslogtreecommitdiff
path: root/gdb/obsd-nat.c
Commit message (Expand)AuthorAgeFilesLines
* gdb, gdbserver, gdbsupport: fix whitespace issuesSimon Marchi2023-03-091-1/+1
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+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-0/+2
* gdb, gdbserver: make target_waitstatus safeSimon Marchi2021-10-211-5/+4
* gdb: follow-fork: push target and add thread in target_follow_forkSimon Marchi2021-08-031-3/+6
* obsd-nat: Report both thread and PID in ::pid_to_str.John Baldwin2021-07-291-1/+1
* obsd-nat: Various fixes for fork following.John Baldwin2021-07-291-28/+25
* obsd-nat: Various fixes to obsd_nat_target::wait.John Baldwin2021-07-291-49/+12
* gdb: pass child_ptid and fork kind to target_ops::follow_forkSimon Marchi2021-07-141-5/+3
* gdb: make target_ops::follow_fork return voidSimon Marchi2021-04-071-3/+1
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* Make target_wait options use enum flagsTom Tromey2020-09-181-1/+1
* Move OpenBSD-only functions from inf-ptrace to obsd-natKamil Rytarowski2020-04-241-0/+63
* Fix OpenBSD build error.Kamil Rytarowski2020-04-151-6/+6
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Fix return type typo in obsd-nat.c that breaks build on OpenBSDBrian Callahan2019-07-261-1/+1
* Rename common to gdbsupportTom Tromey2019-07-091-1/+1
* Change pid_to_str to return std::stringTom Tromey2019-03-131-7/+2
* Normalize includes to use common/Tom Tromey2019-01-251-1/+1
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Remove ptid_get_lwpTom Tromey2018-07-031-4/+4
* Remove ptid_get_pidTom Tromey2018-07-031-4/+4
* Remove pid_to_ptidTom Tromey2018-07-031-5/+5
* Remove ptid_buildTom Tromey2018-07-031-2/+2
* Convert struct target_ops to C++Pedro Alves2018-05-031-25/+7
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* -Wwrite-strings: Constify target_pid_to_str and target_thread_extra_thread_infoPedro Alves2017-04-051-1/+1
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Push pruning old threads down to the targetPedro Alves2014-10-151-2/+4
* Include gdb_assert.h in common-defs.hGary Benson2014-08-071-1/+0
* Silence ARI warning.Mark Kettenis2014-03-011-1/+1
* Stupid git never fucking does what I want!Mark Kettenis2014-02-281-3/+3
* Support rthreads on OpenBSD 5.2 and later.Mark Kettenis2014-02-281-0/+185