aboutsummaryrefslogtreecommitdiff
path: root/gdb/inf-ptrace.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-07-24Move gdb_ptrace.h to nat/Pedro Alves1-1/+1
2015-03-04Make "catch fork" work on systems with PT_GET_PROCESS_STATEMark Kettenis1-0/+14
2015-03-03inf-ptrace.c: use ptid_get_pid when resuming all threadsPedro Alves1-2/+1
2015-03-03Linux/ptrace: don't convert ptids when asking inf-ptrace layer to resume LWPPedro Alves1-3/+22
2015-01-11Fix build on OpenBSD.Mark Kettenis1-1/+2
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-09-30Refactor native follow-fork.Don Breazeal1-42/+6
2014-08-07Include string.h in common-defs.hGary Benson1-2/+0
2014-08-07Include gdb_assert.h in common-defs.hGary Benson1-1/+0
2014-06-04constify to_attachTom Tromey1-1/+1
2014-05-21Native targets: Add inf-child.c:inf_child_mourn_inferior and use it.Pedro Alves1-3/+1
2014-05-21Allow making GDB not automatically connect to the native target.Pedro Alves1-4/+2
2014-02-19Add target_ops argument to to_stopTom Tromey1-1/+1
2014-02-19Add target_ops argument to to_post_startup_inferiorTom Tromey1-1/+1