aboutsummaryrefslogtreecommitdiff
path: root/gdb/inf-ptrace.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-01-19Pass inferior down to target_detach and to_detachSimon Marchi1-1/+1
2018-01-19Remove args from target detachSimon Marchi1-7/+3
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-10-25s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi1-4/+4
2017-06-07Share fork_inferior et al with gdbserverSergio Durigan Junior1-3/+12
2017-04-12C++-fy and prepare for sharing fork_inferiorSergio Durigan Junior1-2/+2
2017-04-05-Wwrite-strings: Constify target_pid_to_str and target_thread_extra_thread_infoPedro Alves1-1/+1
2017-03-22Remove lwp -> pid conversion in linux_nat_xfer_partialSimon Marchi1-1/+1
2017-03-20Use ptid from regcache in almost all remaining nat filesSimon Marchi1-12/+6
2017-03-16[Patch] Fix variable type glitch in inf-ptrace.cJiong Wang1-1/+1
2017-03-14inf-ptrace: Do not stop memory transfers after a single wordAndreas Arnez1-73/+69
2017-02-20PR gdb/16188: Verify PTRACE_TRACEME succeededSergio Durigan Junior1-1/+2
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-09-19Consolidate target_mourn_inferior between GDB and gdbserverSergio Durigan Junior1-1/+1
2016-07-01Fix failure to detach if process exits while detaching on LinuxPedro Alves1-0/+10
2016-07-01Factor out "Detaching from program" message printingPedro Alves1-9/+1
2016-01-19Use LWP IDs with ptrace register requests on FreeBSD.John Baldwin1-1/+1
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-11-11Replace long int * cast with PTRACE_TYPE_RET *Simon Marchi1-2/+2
2015-09-25Add casts to memory allocation related callsSimon Marchi1-2/+2
2015-08-07Fix interrupt-noterm.exp on targets always in non-stopPedro Alves1-3/+3