aboutsummaryrefslogtreecommitdiff
path: root/gdb/inf-ptrace.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-27gdb: make catch_syscall_enabled return boolSimon Marchi1-1/+1
2023-02-27Tweak "Using the running image of ..." outputPedro Alves1-1/+1
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-11-27Use false/true for some inferior class members instead of 0/1Philippe Waroquiers1-1/+1
2022-07-22Change target_ops::async to accept boolTom Tromey1-1/+1
2022-03-29Unify gdb printf functionsTom Tromey1-6/+6
2022-02-22inf-ptrace: Add an event_pipe to be used for async mode in subclasses.John Baldwin1-0/+15
2022-02-22inf-ptrace: Support async targets in inf_ptrace_target::wait.John Baldwin1-3/+24
2022-02-22inf-ptrace: Return an IGNORE event if waitpid() fails.John Baldwin1-3/+2
2022-01-06Introduce target_announce_attachTom Tromey1-11/+1
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-12-13gdb: make post_startup_inferior a virtual method on inf_ptrace_targetAndrew Burgess1-1/+1
2021-12-03gdb: change store_waitstatus to return a target_waitstatus by valueSimon Marchi1-1/+2
2021-10-21gdb, gdbserver: make target_waitstatus safeSimon Marchi1-2/+1
2021-06-17Move scoped_ignore_sigttou to gdbsupport/Pedro Alves1-1/+0
2021-03-23gdb: remove target_is_pushed free functionSimon Marchi1-8/+7
2021-03-23gdb: remove push_target free functionsSimon Marchi1-3/+4
2021-02-22gdb: push target earlier in procfs_target::attach (PR 27435)Simon Marchi1-16/+0
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-09-18Make target_wait options use enum flagsTom Tromey1-1/+1
2020-07-09Don't compare the pid returned from 'wait' against inferior_ptid.John Baldwin1-1/+1
2020-06-18Don't write to inferior_ptid in inf-ptrace.cPedro Alves1-10/+9
2020-04-25Remove unused code block in inf_ptrace_target::waitKamil Rytarowski1-38/+0
2020-04-24Move OpenBSD-only functions from inf-ptrace to obsd-natKamil Rytarowski1-70/+0
2020-04-17Remove obsolete and unused inf_ptrace_target::auxv_parseKamil Rytarowski1-36/+0
2020-03-24gdb: bool-ify follow_forkSimon Marchi1-3/+3
2020-03-19Disable get_ptrace_pid for NetBSDKamil Rytarowski1-18/+29
2020-01-14Fix/Update misc commentsLuis Machado1-4/+4
2020-01-10Multi-target supportPedro Alves1-3/+3
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-12-16Constify get_exec_fileTom Tromey1-2/+1
2019-09-26Revert "Improve ptrace-error detection on Linux targets"Sergio Durigan Junior1-16/+1
2019-09-26Improve ptrace-error detection on Linux targetsSergio Durigan Junior1-1/+16
2019-07-10Don't include gdbarch.h from defs.hTom Tromey1-0/+1
2019-07-09Rename common to gdbsupportTom Tromey1-1/+1
2019-03-13Change pid_to_str to return std::stringTom Tromey1-4/+4
2019-03-05Remove excess calls to gdb_flushTom Tromey1-2/+0
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_equalTom Tromey1-1/+1
2018-07-03Remove ptid_get_lwpTom Tromey1-1/+1
2018-07-03Remove ptid_get_pidTom Tromey1-11/+11
2018-07-03Remove pid_to_ptidTom Tromey1-9/+9
2018-05-03target_ops: Use bool throughoutPedro Alves1-1/+1
2018-05-03Convert struct target_ops to C++Pedro Alves1-87/+55
2018-05-03Make inf_ptrace_trad Linux-only, move to separate filePedro Alves1-135/+0
2018-04-21FreeBSD: Fix 'Couldn't get registers: Device busy' error (PR gdb/23077)Pedro Alves1-1/+4
2018-03-30Remove make_cleanup_unpush_targetTom Tromey1-6/+22
2018-01-30Per-inferior target_terminal state, fix PR gdb/13211, morePedro Alves1-14/+0
2018-01-19Make linux_nat_detach/thread_db_detach use the inferior parameterSimon Marchi1-5/+3