summaryrefslogtreecommitdiff
path: root/gdb/inf-ptrace.c
AgeCommit message (Expand)Author
2022-07-22Change target_ops::async to accept boolTom Tromey
2022-03-29Unify gdb printf functionsTom Tromey
2022-02-22inf-ptrace: Add an event_pipe to be used for async mode in subclasses.John Baldwin
2022-02-22inf-ptrace: Support async targets in inf_ptrace_target::wait.John Baldwin
2022-02-22inf-ptrace: Return an IGNORE event if waitpid() fails.John Baldwin
2022-01-06Introduce target_announce_attachTom Tromey
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker
2021-12-13gdb: make post_startup_inferior a virtual method on inf_ptrace_targetAndrew Burgess
2021-12-03gdb: change store_waitstatus to return a target_waitstatus by valueSimon Marchi
2021-10-21gdb, gdbserver: make target_waitstatus safeSimon Marchi
2021-06-17Move scoped_ignore_sigttou to gdbsupport/Pedro Alves
2021-03-23gdb: remove target_is_pushed free functionSimon Marchi
2021-03-23gdb: remove push_target free functionsSimon Marchi
2021-02-22gdb: push target earlier in procfs_target::attach (PR 27435)Simon Marchi
2021-01-01Update copyright year range in all GDB filesJoel Brobecker
2020-09-18Make target_wait options use enum flagsTom Tromey
2020-07-09Don't compare the pid returned from 'wait' against inferior_ptid.John Baldwin
2020-06-18Don't write to inferior_ptid in inf-ptrace.cPedro Alves
2020-04-25Remove unused code block in inf_ptrace_target::waitKamil Rytarowski
2020-04-24Move OpenBSD-only functions from inf-ptrace to obsd-natKamil Rytarowski
2020-04-17Remove obsolete and unused inf_ptrace_target::auxv_parseKamil Rytarowski
2020-03-24gdb: bool-ify follow_forkSimon Marchi
2020-03-19Disable get_ptrace_pid for NetBSDKamil Rytarowski
2020-01-14Fix/Update misc commentsLuis Machado
2020-01-10Multi-target supportPedro Alves
2020-01-01Update copyright year range in all GDB files.Joel Brobecker
2019-12-16Constify get_exec_fileTom Tromey
2019-09-26Revert "Improve ptrace-error detection on Linux targets"Sergio Durigan Junior
2019-09-26Improve ptrace-error detection on Linux targetsSergio Durigan Junior
2019-07-10Don't include gdbarch.h from defs.hTom Tromey
2019-07-09Rename common to gdbsupportTom Tromey
2019-03-13Change pid_to_str to return std::stringTom Tromey
2019-03-05Remove excess calls to gdb_flushTom Tromey
2019-01-25Normalize includes to use common/Tom Tromey
2019-01-01Update copyright year range in all GDB files.Joel Brobecker
2018-07-03Remove ptid_equalTom Tromey
2018-07-03Remove ptid_get_lwpTom Tromey
2018-07-03Remove ptid_get_pidTom Tromey
2018-07-03Remove pid_to_ptidTom Tromey
2018-05-03target_ops: Use bool throughoutPedro Alves
2018-05-03Convert struct target_ops to C++Pedro Alves
2018-05-03Make inf_ptrace_trad Linux-only, move to separate filePedro Alves
2018-04-21FreeBSD: Fix 'Couldn't get registers: Device busy' error (PR gdb/23077)Pedro Alves
2018-03-30Remove make_cleanup_unpush_targetTom Tromey
2018-01-30Per-inferior target_terminal state, fix PR gdb/13211, morePedro Alves
2018-01-19Make linux_nat_detach/thread_db_detach use the inferior parameterSimon Marchi
2018-01-19Pass inferior down to target_detach and to_detachSimon Marchi
2018-01-19Remove args from target detachSimon Marchi
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-10-25s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi