summaryrefslogtreecommitdiff
path: root/gdb/inf-ptrace.c
Commit message (Expand)AuthorAgeFilesLines
* Tweak "Using the running image of ..." outputPedro Alves2023-02-271-1/+1
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* Use false/true for some inferior class members instead of 0/1Philippe Waroquiers2022-11-271-1/+1
* Change target_ops::async to accept boolTom Tromey2022-07-221-1/+1
* Unify gdb printf functionsTom Tromey2022-03-291-6/+6
* inf-ptrace: Add an event_pipe to be used for async mode in subclasses.John Baldwin2022-02-221-0/+15
* inf-ptrace: Support async targets in inf_ptrace_target::wait.John Baldwin2022-02-221-3/+24
* inf-ptrace: Return an IGNORE event if waitpid() fails.John Baldwin2022-02-221-3/+2
* Introduce target_announce_attachTom Tromey2022-01-061-11/+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-1/+1
* gdb: change store_waitstatus to return a target_waitstatus by valueSimon Marchi2021-12-031-1/+2
* gdb, gdbserver: make target_waitstatus safeSimon Marchi2021-10-211-2/+1
* Move scoped_ignore_sigttou to gdbsupport/Pedro Alves2021-06-171-1/+0
* gdb: remove target_is_pushed free functionSimon Marchi2021-03-231-8/+7
* gdb: remove push_target free functionsSimon Marchi2021-03-231-3/+4
* gdb: push target earlier in procfs_target::attach (PR 27435)Simon Marchi2021-02-221-16/+0
* 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
* Don't compare the pid returned from 'wait' against inferior_ptid.John Baldwin2020-07-091-1/+1
* Don't write to inferior_ptid in inf-ptrace.cPedro Alves2020-06-181-10/+9
* Remove unused code block in inf_ptrace_target::waitKamil Rytarowski2020-04-251-38/+0
* Move OpenBSD-only functions from inf-ptrace to obsd-natKamil Rytarowski2020-04-241-70/+0
* Remove obsolete and unused inf_ptrace_target::auxv_parseKamil Rytarowski2020-04-171-36/+0
* gdb: bool-ify follow_forkSimon Marchi2020-03-241-3/+3
* Disable get_ptrace_pid for NetBSDKamil Rytarowski2020-03-191-18/+29
* Fix/Update misc commentsLuis Machado2020-01-141-4/+4
* Multi-target supportPedro Alves2020-01-101-3/+3
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Constify get_exec_fileTom Tromey2019-12-161-2/+1
* Revert "Improve ptrace-error detection on Linux targets"Sergio Durigan Junior2019-09-261-16/+1
* Improve ptrace-error detection on Linux targetsSergio Durigan Junior2019-09-261-1/+16
* Don't include gdbarch.h from defs.hTom Tromey2019-07-101-0/+1
* Rename common to gdbsupportTom Tromey2019-07-091-1/+1
* Change pid_to_str to return std::stringTom Tromey2019-03-131-4/+4
* Remove excess calls to gdb_flushTom Tromey2019-03-051-2/+0
* 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_equalTom Tromey2018-07-031-1/+1
* Remove ptid_get_lwpTom Tromey2018-07-031-1/+1
* Remove ptid_get_pidTom Tromey2018-07-031-11/+11
* Remove pid_to_ptidTom Tromey2018-07-031-9/+9
* target_ops: Use bool throughoutPedro Alves2018-05-031-1/+1
* Convert struct target_ops to C++Pedro Alves2018-05-031-87/+55
* Make inf_ptrace_trad Linux-only, move to separate filePedro Alves2018-05-031-135/+0
* FreeBSD: Fix 'Couldn't get registers: Device busy' error (PR gdb/23077)Pedro Alves2018-04-211-1/+4
* Remove make_cleanup_unpush_targetTom Tromey2018-03-301-6/+22
* Per-inferior target_terminal state, fix PR gdb/13211, morePedro Alves2018-01-301-14/+0
* Make linux_nat_detach/thread_db_detach use the inferior parameterSimon Marchi2018-01-191-5/+3
* Pass inferior down to target_detach and to_detachSimon Marchi2018-01-191-1/+1