summaryrefslogtreecommitdiff
path: root/gdb/obsd-nat.c
Commit message (Expand)AuthorAgeFilesLines
* 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