summaryrefslogtreecommitdiff
path: root/gdb/inf-ttrace.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* * linux-nat.c (linux_nat_wait): Adjust.Pedro Alves2009-02-061-2/+3
* * linux-nat.c (linux_child_follow_fork): Copy attach_flag from thePedro Alves2009-01-261-1/+4
* Updated copyright notices for most files.Joel Brobecker2009-01-031-1/+2
* 2008-12-16 Tristan Gingold <gingold@adacore.com>Tristan Gingold2008-12-161-2/+0
* Kill pthread_ops_hackVladimir Prus2008-11-091-5/+5
* Remove the attach_flag global, and make it per-inferior.Pedro Alves2008-09-221-3/+5
* * gnu-nat.c (gnu_attach): Add process to inferiors table.Pedro Alves2008-09-221-2/+8
* * inf-ttrace.c (inf_ttrace_follow_fork): Declare locals at thePedro Alves2008-09-101-8/+9
* Remove context switching in favour of accessing thread_info fieldsPedro Alves2008-09-081-0/+19
* * inf-ttrace.c (inf_ttrace_wait): On TTEVT_LWP_CREATE andPedro Alves2008-09-081-6/+20
* * inf-ttrace.c: Include <signal.h>Pedro Alves2008-09-081-29/+87
* * inf-ttrace.c (inf_ttrace_follow_fork): Register the main threadPedro Alves2008-09-081-31/+55
* Adjust fork/vfork/exec to pass ptids around.Pedro Alves2008-07-091-3/+12
* * breakpoint.c (mark_breakpoints_out): Make public.Pedro Alves2008-07-081-0/+6
* 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>Daniel Jacobowitz2008-03-211-1/+2
* * infrun.c (wait_for_inferior): Add treat_exec_as_sigtrap parameterJoel Brobecker2008-01-291-8/+0
* Inform about new thread in a single place.Vladimir Prus2008-01-231-1/+0
* Updated copyright notices for most files.Daniel Jacobowitz2008-01-011-1/+1
* * inf-ttrace.c (inf_ttrace_private_thread_info): New structure type.Jerome Guitton2007-09-181-5/+36
* Switch the license of all .c files to GPLv3.Joel Brobecker2007-08-231-4/+2
* Copyright updates for 2007.Daniel Jacobowitz2007-01-091-1/+1
* * breakpoint.c (TARGET_REGION_OK_FOR_HW_WATCHPOINT): Delete.Wu Zhou2006-02-081-3/+3
* PR gdb/1914Daniel Jacobowitz2006-01-241-5/+0
* * infcmd.c: Include "observer.h".Daniel Jacobowitz2006-01-241-7/+1
* 2005-12-23 Michael Snyder <msnyder@redhat.com>Michael Snyder2005-12-231-1/+1
* * breakpoint.c:Eli Zaretskii2005-12-171-3/+3
* * inf-ttrace.c (inf_ttrace_wait): Comment out TARGET_WAITKIND_EXECMark Kettenis2005-10-291-0/+8
* * inf-ttrace.c (inf_ttrace_mourn_inferior): Remove redundant cast.Mark Kettenis2005-10-281-35/+35
* * inf-child.c (inf_child_follow_fork): Add OPS argument.Daniel Jacobowitz2005-09-041-1/+1
* * inf-ttrace.c (inf_ttrace_wait): Properly report TTEVT_EXECMark Kettenis2005-07-211-4/+9
* * inf-ttrace.c (inf_ttrace_vfork_ppid): New variable.Mark Kettenis2005-07-201-6/+193
* * target.c (normal_pid_to_str): Use xsnprintf instead of snprintf.Mark Kettenis2005-07-181-4/+2
* * inf-ttrace.c (inf_ttrace_xfer_partial): Change type of readbufMark Kettenis2005-06-211-3/+3
* * inf-ttrace.c (inf_ttrace_pid_to_str): Use snprintf instead ofMark Kettenis2005-03-131-2/+5
* 2005-02-11 Andrew Cagney <cagney@gnu.org>Andrew Cagney2005-02-121-11/+11
* 2005-02-11 Andrew Cagney <cagney@gnu.org>Andrew Cagney2005-02-111-23/+23
* 2005-02-10 Andrew Cagney <cagney@gnu.org>gdb-post-i18n-errorwarning-20050211Andrew Cagney2005-02-111-2/+2
* * inf-ttrace.c (inf_ttrace_him): Set TTEVT_BPT_SSTEP if available.Mark Kettenis2004-12-111-3/+31
* * inf-ttrace.c (_initialize_inf_ttrace): Unconditionially compile.Mark Kettenis2004-12-111-1/+3
* * inf-ttrace.c: Include "gdbthread.h".Mark Kettenis2004-12-071-22/+107