PR gdb/9747:
[deliverable/binutils-gdb.git] / gdb / infrun.c
2009-01-18  Pedro Alves PR gdb/9747:
2009-01-15  Doug Evans * target.h (target_signal_to_string): Make return...
2009-01-07  Pedro Alvesgdb/
2009-01-03  Joel Brobecker Updated copyright notices for most files.
2008-12-31  Pedro Alves2008-12-31 Pedro Alves <pedro@codesourcery.com>
2008-12-12  Pedro Alves * infrun.c (handle_inferior_event): Correctly tag...
2008-12-11  Pedro Alves * infrun.c (handle_inferior_event): On a TARGET_WAITKI...
2008-12-02  Doug Evans * infrun.c (handle_inferior_event): Remove redundant...
2008-12-02  Doug Evans * infrun.c (handle_inferior_event): Delete unused...
2008-12-02  Doug Evans* infrun.c (proceed): Delete unused local stop_signal.
2008-11-22  Joel Brobecker Remove the unused BPSTAT_WHAT_CHECK_SHLIBS_RESU...
2008-11-20  Pedro Alves * infrun.c (resume): If following a fork, also reset...
2008-11-20  Pedro Alves * infrun.c (resume): If following a fork, reread the...
2008-11-20  Doug Evans * inferior.h (proceed_to_finish): Delete, unused.
2008-11-17  Ulrich Weigand PR gdb/2250
2008-11-16  Joel Brobecker Remove support for catch load and catch unload...
2008-11-05  Pedro Alves * defs.h (add_inferior_continuation)
2008-10-31  Pedro Alves * inferior.h (write_inferior_status_register): Delete.
2008-10-27  Michael Snyder2008-10-26 Michael Snyder <msnyder@vmware.com>
2008-10-25  Joel Brobecker * infrun.c: Minor comment reformatting.
2008-10-24  Hui Zhu2008-10-24 Hui Zhu <teawater@gmail.com>
2008-10-23  Pedro Alvesgdb/
2008-10-20  Hui Zhu2008-10-19 Hui Zhu <teawater@gmail.com>
2008-10-18  Pedro Alves * infrun.c (adjust_pc_after_break): Do nothing if...
2008-10-17  Michael Snyder2008-10-17 Michael Snyder <msnyder@vmware.com>
2008-10-15  Pedro Alvesgdb/
2008-10-14  Pedro Alves * infrun.c (displaced_step_prepare): Switch thread...
2008-10-05  Michael Snyder2008-10-05 Michael Snyder <msnyder@promb-2s-dhcp59...
2008-10-03  Paul Pluzhnikov2008-10-03 Paul Pluzhnikov <ppluzhnikov@google.com>
2008-10-02  Daniel Jacobowitz * mips-linux-tdep.c (mips_linux_in_dynsym_resolve_code...
2008-09-22  Pedro Alves * infrun.c (follow_exec): Don't do a generic mourn...
2008-09-22  Pedro Alves * infrun.c (handle_inferior_event): In the follow...
2008-09-22  Pedro Alves Make the stop_soon global be per-inferior instead.
2008-09-17  Jan Kratochvil Fix a crash on uninitialized ECS->EVENT_THREAD for...
2008-09-11  Ulrich Weigand * defs.h (struct gdbarch): Add forward declaration.
2008-09-09  Pedro Alvesgdb/
2008-09-08  Pedro Alves * inferior.h (context_switch_to): Delete.
2008-09-08  Pedro Alves * infrun.c (context_switch): Don't context-switch...
2008-09-08  Pedro Alves Remove the global stop_step in favour of a per-thread
2008-09-08  Pedro Alves Remove the global step_multi in favour of a per-thread
2008-09-08  Pedro Alves Remove the global stop_signal in favour of a per-thread
2008-09-08  Pedro Alves * gdbthread.h (struct thread_info): Add comments around
2008-09-08  Pedro Alves * inferior.h (stop_bpstat): Delete.
2008-09-08  Pedro Alves * inferior.h (step_over_calls): Delete.
2008-09-08  Pedro Alves Remove context switching in favour of accessing thread...
2008-08-26  Ulrich Weigand * dummy-frame.h (dummy_frame_pop): Add prototype.
2008-08-22  Ulrich Weigand * infrun.c (adjust_pc_after_break): Do not call get_th...
2008-08-22  Pedro Alves * infrun.c (proceed): Move back setting previous_infer...
2008-08-19  Vladimir Prus * infrun.c (resume): If the thread is placed to the...
2008-08-18  Pedro Alves2008-08-18 Pedro Alves <pedro@codesourcery.com>
2008-08-16  Pedro Alves * infrun.c (fetch_inferior_event): Only call normal_st...
2008-07-22  Stan Shebs Scrub remnants of IN_SOLIB_DYNSYM_RESOLVE_CODE.
2008-07-15  Daniel JacobowitzRevert frame_unwind_caller_pc / frame_unwind_caller_id.
2008-07-15  Daniel Jacobowitz * frame.c (frame_unwind_id): Renamed to ...
2008-07-15  Luis Machado * infrun.c (handle_inferior_event): Tag threads as...
2008-07-12  Pedro Alves2008-07-12 Pedro Alves <pedro@codesourcery.com>
2008-07-12  Vladimir Prus * infrun.c (resume): Discard cleanups on early exit...
2008-07-12  Vladimir Prus * infrun.c (normal_stop): For MI, report which...
2008-07-11  Pedro Alves * infrun.c (handle_inferior_event): Also ignore a
2008-07-11  Pedro Alves Exited threads.
2008-07-09  Pedro Alves Non-stop inferior control.
2008-07-09  Pedro Alves Don't rely on ecs->wait_for_more.
2008-07-09  Pedro Alves Refactor infrun a bit.
2008-07-09  Pedro Alves Per-thread commands.
2008-07-09  Pedro Alves Add non_stop global.
2008-07-09  Pedro Alves Adjust fork/vfork/exec to pass ptids around.
2008-07-09  Pedro Alves Add "executing" property to threads.
2008-07-08  Pedro Alves * infrun.c (follow_exec): Reset shared libraries befor...
2008-06-28  Vladimir Prus * breakpoint.c (moribund_locations): New.
2008-06-27  Pedro Alves * infrun.c (start_remote): Don't clear thread list...
2008-06-24  Michael Snyder2008-06-24 Michael Snyder <msnyder@specifix.com>
2008-06-13  Vladimir Prus Don't suppress *running when doing finish.
2008-06-10  Vladimir Prus Implement *running.
2008-06-10  Vladimir Prus Suppress normal stop observer when it's problematic.
2008-06-06  Nick Roberts* annotate.c (annotate_thread_changed): New function.
2008-05-04  Pedro Alvesgdb/
2008-05-04  Ulrich Weigand * inferior.h (read_pc_pid, write_pc_pid): Remove.
2008-05-03  Ulrich Weigand * infrun.c (handle_inferior_event): Do not insert...
2008-05-02  Pedro Alves Implement displaced stepping.
2008-05-02  Andrew Stubbs2008-05-02 Andrew Stubbs <andrew.stubbs@st.com>
2008-05-01  Daniel Jacobowitz2008-05-01 Daniel Jacobowitz <dan@codesourcery.com>
2008-04-25  Pedro Alves * breakpoint.h (enum bpstat_what_main_action): Delete
2008-04-24  Vladimir Prus exec_cleanup murder.
2008-04-24  Vladimir Prus * breakpoint.h (bp_location_p): New typedef.
2008-04-15  Aleksandar RistovskiPR gdb/2424
2008-03-15  Vladimir Prus Remove ignoring leading exec events code.
2008-01-29  Daniel Jacobowitz * Makefile.in (symfile.o): Update.
2008-01-29  Joel Brobecker * infrun.c (wait_for_inferior): Add treat_exec_...
2008-01-23  Vladimir Prus Inform about new thread in a single place.
2008-01-21  Vladimir Prus * infrun.c (handle_inferior_event): If
2008-01-01  Daniel Jacobowitz Updated copyright notices for most files.
2007-12-23  Joel Brobecker * infrun.c (handle_inferior_event): Remove...
2007-12-19  Joel Brobecker * infrun.c (handle_inferior_event): Fix spellin...
2007-12-16  Vladimir Prus * target.h (target_pid_or_tid_to_str): Remove.
2007-12-07  Daniel Jacobowitz * infrun.c (init_wait_for_inferior): Reset target_last...
2007-12-06  Vladimir Prus Localize infrun use of remove_breakpoints.
2007-12-06  Vladimir Prus Clarify infrun variable naming.
2007-11-30  Vladimir Prus * infrun.c (handle_inferior_event): Don't
2007-11-30  Vladimir Prus Make insert_breakpoints return void.
2007-11-29  Vladimir Prus Stop infrun from tracking breakpoint insertion status.
next
This page took 0.525351 seconds and 107 git commands to generate.