summaryrefslogtreecommitdiff
path: root/gdb/inf-ptrace.c
Commit message (Expand)AuthorAgeFilesLines
* Share fork_inferior et al with gdbserverSergio Durigan Junior2017-06-071-3/+12
* C++-fy and prepare for sharing fork_inferiorSergio Durigan Junior2017-04-121-2/+2
* -Wwrite-strings: Constify target_pid_to_str and target_thread_extra_thread_infoPedro Alves2017-04-051-1/+1
* Remove lwp -> pid conversion in linux_nat_xfer_partialSimon Marchi2017-03-221-1/+1
* Use ptid from regcache in almost all remaining nat filesSimon Marchi2017-03-201-12/+6
* [Patch] Fix variable type glitch in inf-ptrace.cJiong Wang2017-03-161-1/+1
* inf-ptrace: Do not stop memory transfers after a single wordAndreas Arnez2017-03-141-73/+69
* PR gdb/16188: Verify PTRACE_TRACEME succeededSergio Durigan Junior2017-02-201-1/+2
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Consolidate target_mourn_inferior between GDB and gdbserverSergio Durigan Junior2016-09-191-1/+1
* Fix failure to detach if process exits while detaching on LinuxPedro Alves2016-07-011-0/+10
* Factor out "Detaching from program" message printingPedro Alves2016-07-011-9/+1
* Use LWP IDs with ptrace register requests on FreeBSD.John Baldwin2016-01-191-1/+1
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Replace long int * cast with PTRACE_TYPE_RET *Simon Marchi2015-11-111-2/+2
* Add casts to memory allocation related callsSimon Marchi2015-09-251-2/+2
* Fix interrupt-noterm.exp on targets always in non-stopPedro Alves2015-08-071-3/+3
* Move gdb_ptrace.h to nat/Pedro Alves2015-07-241-1/+1
* Make "catch fork" work on systems with PT_GET_PROCESS_STATEMark Kettenis2015-03-041-0/+14
* inf-ptrace.c: use ptid_get_pid when resuming all threadsPedro Alves2015-03-031-2/+1
* Linux/ptrace: don't convert ptids when asking inf-ptrace layer to resume LWPPedro Alves2015-03-031-3/+22
* Fix build on OpenBSD.Mark Kettenis2015-01-111-1/+2
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Refactor native follow-fork.Don Breazeal2014-09-301-42/+6
* Include string.h in common-defs.hGary Benson2014-08-071-2/+0
* Include gdb_assert.h in common-defs.hGary Benson2014-08-071-1/+0
* constify to_attachTom Tromey2014-06-041-1/+1
* Native targets: Add inf-child.c:inf_child_mourn_inferior and use it.Pedro Alves2014-05-211-3/+1
* Allow making GDB not automatically connect to the native target.Pedro Alves2014-05-211-4/+2
* Add target_ops argument to to_stopTom Tromey2014-02-191-1/+1
* Add target_ops argument to to_post_startup_inferiorTom Tromey2014-02-191-1/+1
* Add target_ops argument to to_post_attachTom Tromey2014-02-191-1/+1
* FIX EOF detection in PT_IO-based to_xfer_partial implementation.Mark Kettenis2014-02-121-4/+4
* Update comments to to_xfer_partial implementations.Yao Qi2014-02-111-3/+1
* Return target_xfer_status in to_xfer_partialYao Qi2014-02-111-11/+18
* Replace -1 with TARGET_XFER_E_IOYao Qi2014-02-071-5/+5
* Change to_xfer_partial 'len' type to ULONGEST.Yao Qi2014-01-141-1/+1
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* remove gdb_string.hTom Tromey2013-11-181-1/+1
* constify to_detachTom Tromey2013-11-081-1/+1
* Make STARTUP_WITH_SHELL a runtime toggle -- add new "set/show startup-with-sh...Pedro Alves2013-10-251-3/+0
* * inf-child.c (inf_child_follow_fork) New parameterLuis Machado2013-09-031-1/+2
* cleanup fixes for inf-ptrace.cTom Tromey2013-05-301-8/+6
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-2/+1
* * gdbarch.sh (target_gdbarch): Remove macro.Tom Tromey2012-11-091-3/+3
* gdb/Pedro Alves2012-05-241-1/+1
* gdb/Pedro Alves2012-05-241-2/+2
* * inf-ptrace.c (inf_ptrace_post_attach): Make static.Mark Kettenis2012-03-121-1/+1
* Copyright year update in most files of the GDB Project.Joel Brobecker2012-01-041-3/+2
* gdb/Yao Qi2012-01-021-1/+1