aboutsummaryrefslogtreecommitdiff
path: root/gdb/inf-ttrace.c
AgeCommit message (Expand)AuthorFilesLines
2014-02-19Add target_ops argument to to_extra_thread_infoTom Tromey1-1/+2
2014-02-19Add target_ops argument to to_region_ok_for_hw_watchpointTom Tromey1-1/+2
2014-02-19Add target_ops argument to to_insert_watchpointTom Tromey1-1/+2
2014-02-19Add target_ops argument to to_remove_watchpointTom Tromey1-1/+2
2014-02-19Add target_ops argument to to_can_use_hw_breakpointTom Tromey1-1/+2
2014-02-19add "this" pointers to more target APIsTom Tromey1-1/+1
2014-02-11Return target_xfer_status in to_xfer_partialYao Qi1-3/+13
2014-02-07Replace -1 with TARGET_XFER_E_IOYao Qi1-4/+4
2014-01-14Change to_xfer_partial 'len' type to ULONGEST.Yao Qi1-1/+1
2014-01-13replace XMALLOC with XNEWTom Tromey1-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-102013-05-10 Joel Brobecker <brobecker@adacore.com>Tom Tromey1-0/+11
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-1/+1
2012-08-16Change detach_breakpoints to take a ptid instead of a pidJoel Brobecker1-2/+2
2012-08-16inf_ttrace_follow_fork: detach_breakpoints called twice for child.Joel Brobecker1-1/+5
2012-06-14Fix copy/paste error in _initialize_inf_ttrace's advance declaration.Joel Brobecker1-1/+1
2012-05-24gdb/Pedro Alves1-1/+1
2012-05-24gdb/Pedro Alves1-3/+3
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker1-2/+1
2011-09-222011-09-22 Tristan Gingold <gingold@adacore.com>Tristan Gingold1-1/+1
2011-01-13[hpux/ttrace] Determine attached process LWP immediately after attaching.Joel Brobecker1-5/+48
2011-01-052011-01-05 Michael Snyder <msnyder@vmware.com>Michael Snyder1-5/+8
2011-01-01run copyright.sh for 2011.Joel Brobecker1-1/+1
2010-12-28remove target_acknowledge_created_inferiorJoel Brobecker1-7/+0
2010-07-072010-07-07 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>gdb_7_2-branchpointThiago Jung Bauermann1-2/+4
2010-05-08Implement task switching on pa-hpux.Joel Brobecker1-0/+10
2010-02-15gdb/Jan Kratochvil1-8/+1
2010-01-01Update copyright year in most headers.Joel Brobecker1-1/+1
2009-10-192009-10-19 Pedro Alves <pedro@codesourcery.com>Pedro Alves1-1/+4
2009-09-17 Fix a build failure on pa-hpux:Joel Brobecker1-2/+2
2009-05-24gdb:Doug Evans1-4/+4
2009-05-24gdb/Pedro Alves1-37/+7
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-1/+6
2009-03-17 Add a target_ops parameter to the to_kill method in struct target_ops.Joel Brobecker1-1/+1
2009-02-23 * corelow.c (get_core_registers): Adjust.Pedro Alves1-12/+14
2009-02-06 * linux-nat.c (linux_nat_wait): Adjust.Pedro Alves1-2/+3
2009-01-26 * linux-nat.c (linux_child_follow_fork): Copy attach_flag from thePedro Alves1-1/+4
2009-01-03 Updated copyright notices for most files.Joel Brobecker1-1/+2
2008-12-162008-12-16 Tristan Gingold <gingold@adacore.com>Tristan Gingold1-2/+0
2008-11-09 Kill pthread_ops_hackVladimir Prus1-5/+5
2008-09-22 Remove the attach_flag global, and make it per-inferior.Pedro Alves1-3/+5
2008-09-22 * gnu-nat.c (gnu_attach): Add process to inferiors table.Pedro Alves1-2/+8
2008-09-10 * inf-ttrace.c (inf_ttrace_follow_fork): Declare locals at thePedro Alves1-8/+9
2008-09-08 Remove context switching in favour of accessing thread_info fieldsPedro Alves1-0/+19
2008-09-08 * inf-ttrace.c (inf_ttrace_wait): On TTEVT_LWP_CREATE andPedro Alves1-6/+20