summaryrefslogtreecommitdiff
path: root/gdb/inf-ttrace.c
Commit message (Expand)AuthorAgeFilesLines
* Remove HPUXJan Kratochvil2015-03-131-1224/+0
* C++ keyword cleanliness, mostly auto-generatedPedro Alves2015-02-271-16/+16
* 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-158/+21
* 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-2/+1
* Allow making GDB not automatically connect to the native target.Pedro Alves2014-05-211-4/+6
* Add target_ops argument to to_get_ada_task_ptidTom Tromey2014-02-191-1/+1
* Add target_ops argument to to_extra_thread_infoTom Tromey2014-02-191-1/+2
* Add target_ops argument to to_region_ok_for_hw_watchpointTom Tromey2014-02-191-1/+2
* Add target_ops argument to to_insert_watchpointTom Tromey2014-02-191-1/+2
* Add target_ops argument to to_remove_watchpointTom Tromey2014-02-191-1/+2
* Add target_ops argument to to_can_use_hw_breakpointTom Tromey2014-02-191-1/+2
* add "this" pointers to more target APIsTom Tromey2014-02-191-1/+1
* Return target_xfer_status in to_xfer_partialYao Qi2014-02-111-3/+13
* Replace -1 with TARGET_XFER_E_IOYao Qi2014-02-071-4/+4
* Change to_xfer_partial 'len' type to ULONGEST.Yao Qi2014-01-141-1/+1
* replace XMALLOC with XNEWTom Tromey2014-01-131-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
* 2013-05-10 Joel Brobecker <brobecker@adacore.com>Tom Tromey2013-05-101-0/+11
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-1/+1
* Change detach_breakpoints to take a ptid instead of a pidJoel Brobecker2012-08-161-2/+2
* inf_ttrace_follow_fork: detach_breakpoints called twice for child.Joel Brobecker2012-08-161-1/+5
* Fix copy/paste error in _initialize_inf_ttrace's advance declaration.Joel Brobecker2012-06-141-1/+1
* gdb/Pedro Alves2012-05-241-1/+1
* gdb/Pedro Alves2012-05-241-3/+3
* Copyright year update in most files of the GDB Project.Joel Brobecker2012-01-041-2/+1
* 2011-09-22 Tristan Gingold <gingold@adacore.com>Tristan Gingold2011-09-221-1/+1
* [hpux/ttrace] Determine attached process LWP immediately after attaching.Joel Brobecker2011-01-131-5/+48
* 2011-01-05 Michael Snyder <msnyder@vmware.com>Michael Snyder2011-01-051-5/+8
* run copyright.sh for 2011.Joel Brobecker2011-01-011-1/+1
* remove target_acknowledge_created_inferiorJoel Brobecker2010-12-281-7/+0
* 2010-07-07 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>gdb_7_2-branchpointThiago Jung Bauermann2010-07-071-2/+4
* Implement task switching on pa-hpux.Joel Brobecker2010-05-081-0/+10
* gdb/Jan Kratochvil2010-02-151-8/+1
* Update copyright year in most headers.Joel Brobecker2010-01-011-1/+1
* 2009-10-19 Pedro Alves <pedro@codesourcery.com>Pedro Alves2009-10-191-1/+4
* Fix a build failure on pa-hpux:Joel Brobecker2009-09-171-2/+2
* gdb:Doug Evans2009-05-241-4/+4
* gdb/Pedro Alves2009-05-241-37/+7
* * 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-1/+6
* Add a target_ops parameter to the to_kill method in struct target_ops.Joel Brobecker2009-03-171-1/+1
* * corelow.c (get_core_registers): Adjust.Pedro Alves2009-02-231-12/+14