summaryrefslogtreecommitdiff
path: root/gdb/inf-ptrace.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 2011-12-27 Mark Kettenis <kettenis@gnu.org>Mark Kettenis2011-12-271-0/+58
* 2011-09-22 Tristan Gingold <gingold@adacore.com>Tristan Gingold2011-09-221-1/+1
* run copyright.sh for 2011.Joel Brobecker2011-01-011-1/+1
* remove target_acknowledge_created_inferiorJoel Brobecker2010-12-281-7/+0
* 2010-07-20 Hui Zhu <teawater@gmail.com>Hui Zhu2010-07-201-2/+2
* gdb/Jan Kratochvil2010-07-191-2/+29
* gdb/Jan Kratochvil2010-02-151-9/+1
* Update copyright year in most headers.Joel Brobecker2010-01-011-1/+1
* Fix build failure in inf-ptrace.c.Joel Brobecker2010-01-011-2/+2
* 2009-10-19 Pedro Alves <pedro@codesourcery.com>Pedro Alves2009-10-191-3/+5
* Implementing catch syscall.Sergio Durigan Junior2009-09-151-1/+6
* gdb/Pedro Alves2009-05-241-34/+2
* * target.h (TARGET_WNOHANG): New.Pedro Alves2009-05-211-1/+1
* * fork-child.c: Don't include frame.h. Include terminal.h.Pedro Alves2009-05-191-5/+9
* * fork-child.c (fork_inferior): Only reset the thread list if thisPedro Alves2009-05-181-1/+3
* * inflow.h (our_process_group): Remove declaration.Pedro Alves2009-05-181-1/+1
* gdb/Pedro Alves2009-05-171-1/+3
* Add a target_ops parameter to the to_kill method in struct target_ops.Joel Brobecker2009-03-171-1/+1