aboutsummaryrefslogtreecommitdiff
path: root/gdb/obsd-nat.c
AgeCommit message (Expand)AuthorFilesLines
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