aboutsummaryrefslogtreecommitdiff
path: root/gdb/inf-ptrace.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-02-19Add target_ops argument to to_post_attachTom Tromey1-1/+1
2014-02-12FIX EOF detection in PT_IO-based to_xfer_partial implementation.Mark Kettenis1-4/+4
2014-02-11Update comments to to_xfer_partial implementations.Yao Qi1-3/+1
2014-02-11Return target_xfer_status in to_xfer_partialYao Qi1-11/+18
2014-02-07Replace -1 with TARGET_XFER_E_IOYao Qi1-5/+5
2014-01-14Change to_xfer_partial 'len' type to ULONGEST.Yao Qi1-1/+1
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-11-18remove gdb_string.hTom Tromey1-1/+1
2013-11-08constify to_detachTom Tromey1-1/+1
2013-10-25Make STARTUP_WITH_SHELL a runtime toggle -- add new "set/show startup-with-sh...Pedro Alves1-3/+0
2013-09-03 * inf-child.c (inf_child_follow_fork) New parameterLuis Machado1-1/+2
2013-05-30cleanup fixes for inf-ptrace.cTom Tromey1-8/+6
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-2/+1
2012-11-09 * gdbarch.sh (target_gdbarch): Remove macro.Tom Tromey1-3/+3
2012-05-24gdb/Pedro Alves1-1/+1
2012-05-24gdb/Pedro Alves1-2/+2
2012-03-12 * inf-ptrace.c (inf_ptrace_post_attach): Make static.Mark Kettenis1-1/+1
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker1-3/+2
2012-01-02 gdb/Yao Qi1-1/+1
2011-12-272011-12-27 Mark Kettenis <kettenis@gnu.org>Mark Kettenis1-0/+58
2011-09-222011-09-22 Tristan Gingold <gingold@adacore.com>Tristan Gingold1-1/+1
2011-01-01run copyright.sh for 2011.Joel Brobecker1-1/+1
2010-12-28remove target_acknowledge_created_inferiorJoel Brobecker1-7/+0
2010-07-202010-07-20 Hui Zhu <teawater@gmail.com>Hui Zhu1-2/+2
2010-07-19gdb/Jan Kratochvil1-2/+29
2010-02-15gdb/Jan Kratochvil1-9/+1
2010-01-01Update copyright year in most headers.Joel Brobecker1-1/+1
2010-01-01Fix build failure in inf-ptrace.c.Joel Brobecker1-2/+2
2009-10-192009-10-19 Pedro Alves <pedro@codesourcery.com>Pedro Alves1-3/+5
2009-09-15Implementing catch syscall.Sergio Durigan Junior1-1/+6
2009-05-24gdb/Pedro Alves1-34/+2
2009-05-21 * target.h (TARGET_WNOHANG): New.Pedro Alves1-1/+1
2009-05-19 * fork-child.c: Don't include frame.h. Include terminal.h.Pedro Alves1-5/+9
2009-05-18 * fork-child.c (fork_inferior): Only reset the thread list if thisPedro Alves1-1/+3
2009-05-18 * inflow.h (our_process_group): Remove declaration.Pedro Alves1-1/+1
2009-05-17gdb/Pedro Alves1-1/+3