summaryrefslogtreecommitdiff
path: root/gdb/inf-ptrace.c
AgeCommit message (Expand)Author
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
2017-06-07Share fork_inferior et al with gdbserverSergio Durigan Junior
2017-04-12C++-fy and prepare for sharing fork_inferiorSergio Durigan Junior
2017-04-05-Wwrite-strings: Constify target_pid_to_str and target_thread_extra_thread_infoPedro Alves
2017-03-22Remove lwp -> pid conversion in linux_nat_xfer_partialSimon Marchi
2017-03-20Use ptid from regcache in almost all remaining nat filesSimon Marchi
2017-03-16[Patch] Fix variable type glitch in inf-ptrace.cJiong Wang
2017-03-14inf-ptrace: Do not stop memory transfers after a single wordAndreas Arnez
2017-02-20PR gdb/16188: Verify PTRACE_TRACEME succeededSergio Durigan Junior
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-09-19Consolidate target_mourn_inferior between GDB and gdbserverSergio Durigan Junior
2016-07-01Fix failure to detach if process exits while detaching on LinuxPedro Alves
2016-07-01Factor out "Detaching from program" message printingPedro Alves
2016-01-19Use LWP IDs with ptrace register requests on FreeBSD.John Baldwin