summaryrefslogtreecommitdiff
path: root/gdb/inf-ptrace.c
AgeCommit message (Expand)Author
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
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-11-11Replace long int * cast with PTRACE_TYPE_RET *Simon Marchi
2015-09-25Add casts to memory allocation related callsSimon Marchi
2015-08-07Fix interrupt-noterm.exp on targets always in non-stopPedro Alves
2015-07-24Move gdb_ptrace.h to nat/Pedro Alves
2015-03-04Make "catch fork" work on systems with PT_GET_PROCESS_STATEMark Kettenis
2015-03-03inf-ptrace.c: use ptid_get_pid when resuming all threadsPedro Alves
2015-03-03Linux/ptrace: don't convert ptids when asking inf-ptrace layer to resume LWPPedro Alves
2015-01-11Fix build on OpenBSD.Mark Kettenis
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-09-30Refactor native follow-fork.Don Breazeal
2014-08-07Include string.h in common-defs.hGary Benson
2014-08-07Include gdb_assert.h in common-defs.hGary Benson
2014-06-04constify to_attachTom Tromey
2014-05-21Native targets: Add inf-child.c:inf_child_mourn_inferior and use it.Pedro Alves
2014-05-21Allow making GDB not automatically connect to the native target.Pedro Alves
2014-02-19Add target_ops argument to to_stopTom Tromey
2014-02-19Add target_ops argument to to_post_startup_inferiorTom Tromey
2014-02-19Add target_ops argument to to_post_attachTom Tromey
2014-02-12FIX EOF detection in PT_IO-based to_xfer_partial implementation.Mark Kettenis
2014-02-11Update comments to to_xfer_partial implementations.Yao Qi
2014-02-11Return target_xfer_status in to_xfer_partialYao Qi
2014-02-07Replace -1 with TARGET_XFER_E_IOYao Qi
2014-01-14Change to_xfer_partial 'len' type to ULONGEST.Yao Qi
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker
2013-11-18remove gdb_string.hTom Tromey
2013-11-08constify to_detachTom Tromey
2013-10-25Make STARTUP_WITH_SHELL a runtime toggle -- add new "set/show startup-with-sh...Pedro Alves
2013-09-03 * inf-child.c (inf_child_follow_fork) New parameterLuis Machado
2013-05-30cleanup fixes for inf-ptrace.cTom Tromey
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker
2012-11-09 * gdbarch.sh (target_gdbarch): Remove macro.Tom Tromey
2012-05-24gdb/Pedro Alves
2012-05-24gdb/Pedro Alves
2012-03-12 * inf-ptrace.c (inf_ptrace_post_attach): Make static.Mark Kettenis