aboutsummaryrefslogtreecommitdiff
path: root/gdb/inferior.h
AgeCommit message (Expand)AuthorFilesLines
2008-12-26This commit was manufactured by cvs2svn to create branchreverse-20081226-branchpointnobody1-4/+0
2008-11-20This commit was manufactured by cvs2svn to create branchmultiprocess-20081120-branchpointnobody1-20/+23
2008-09-22 Remove the attach_flag global, and make it per-inferior.Pedro Alves1-5/+4
2008-09-22 Make the stop_soon global be per-inferior instead.Pedro Alves1-2/+3
2008-09-22 Implement remote multi-process extensions.Pedro Alves1-0/+3
2008-09-22gdb/Pedro Alves1-0/+98
2008-09-08 * inferior.h (context_switch_to): Delete.Pedro Alves1-2/+0
2008-09-08 Remove the global stop_step in favour of a per-threadPedro Alves1-4/+0
2008-09-08 Remove the global step_multi in favour of a per-threadPedro Alves1-6/+0
2008-09-08 Remove the global stop_signal in favour of a per-threadPedro Alves1-4/+0
2008-09-08 * inferior.h (stop_bpstat): Delete.Pedro Alves1-4/+0
2008-09-08 * inferior.h (step_over_calls): Delete.Pedro Alves1-2/+0
2008-09-08 Remove context switching in favour of accessing thread_info fieldsPedro Alves1-18/+0
2008-07-12 Implement -exec-continue/-exec-interrupt --all.Vladimir Prus1-0/+4
2008-07-09 Non-stop inferior control.Pedro Alves1-0/+6
2008-07-09 Per-thread commands.Pedro Alves1-0/+2
2008-07-09 Add non_stop global.Pedro Alves1-0/+7
2008-07-09 Add "executing" property to threads.Pedro Alves1-6/+0
2008-06-13 Don't suppress *running when doing finish.Vladimir Prus1-1/+5
2008-06-10 Implement *running.Vladimir Prus1-1/+1
2008-06-10 Suppress normal stop observer when it's problematic.Vladimir Prus1-0/+3
2008-05-04 * inferior.h (read_pc_pid, write_pc_pid): Remove.Ulrich Weigand1-4/+0
2008-05-02 Implement displaced stepping.Pedro Alves1-0/+8
2008-01-29 * infrun.c (wait_for_inferior): Add treat_exec_as_sigtrap parameterJoel Brobecker1-1/+1
2008-01-01 Updated copyright notices for most files.Daniel Jacobowitz1-1/+1
2007-08-23 Switch the license of all .c files to GPLv3.Joel Brobecker1-4/+2
2007-07-02 * infrun.c (inferior_ignoring_startup_exec_events): Delete.Daniel Jacobowitz1-18/+8
2007-06-15 * gdbarch.sh (read_pc): Add REGCACHE argument. Remove PTID argument.Ulrich Weigand1-2/+0
2007-05-312007-05-31 Markus Deuling <deuling@de.ibm.com>Ulrich Weigand1-1/+1
2007-05-13 * inferior.h (read_sp): Remove prototype.Ulrich Weigand1-2/+0
2007-05-07 * inftarg.c, infptrace.c: Remove files.Ulrich Weigand1-21/+0
2007-05-06 * target.h (struct regcache): Add forward declaration.Ulrich Weigand1-2/+2
2007-03-30gdb/ChangeLog:Ulrich Weigand1-5/+1
2007-01-09Copyright updates for 2007.Daniel Jacobowitz1-2/+2
2006-10-18 * inferior.h (start_remote): Update prototype.Daniel Jacobowitz1-1/+1
2006-01-24 PR gdb/1914Daniel Jacobowitz1-2/+0
2006-01-24 * infcmd.c: Include "observer.h".Daniel Jacobowitz1-1/+3
2005-12-17 * breakpoint.c:Eli Zaretskii1-3/+3
2005-07-06Index: gdb/ChangeLogBob Rossi1-3/+4
2005-05-142005-05-13 Andrew Cagney <cagney@gnu.org>Andrew Cagney1-5/+5
2005-03-08 * environ.h (struct environ): Rename to ...Mark Mitchell1-2/+3
2004-09-122004-09-12 Andrew Cagney <cagney@gnu.org>Andrew Cagney1-8/+0
2004-08-16* inferior.h (PTRACE_ARG3_TYPE): Define as PTRACE_TYPE_ARG3Mark Kettenis1-2/+2
2004-08-14* inferior.h (call_ptrace): Replace PTRACE_ARG3_TYPE withMark Kettenis1-1/+1
2004-08-052004-08-05 Andrew Cagney <cagney@gnu.org>Andrew Cagney1-4/+0
2004-05-122004-05-12 Andrew Cagney <cagney@redhat.com>Andrew Cagney1-4/+0
2004-05-082004-05-08 Andrew Cagney <cagney@redhat.com>Andrew Cagney1-4/+0
2004-05-082004-05-08 Andrew Cagney <cagney@redhat.com>Andrew Cagney1-11/+0
2004-03-222004-03-22 Andrew Cagney <cagney@redhat.com>Andrew Cagney1-4/+4
2004-03-222004-03-21 Andrew Cagney <cagney@redhat.com>Andrew Cagney1-9/+0