2012-03-08 Luis Machado <lgustavo@codesourcery.com>
[deliverable/binutils-gdb.git] / gdb / top.c
2012-03-01  Doug Evans * NEWS: Mention new python command class gdb.COMMAND_USER.
2012-01-23  Pedro Alves2012-01-23 Pedro Alves <palves@redhat.com>
2012-01-23  Pedro Alvesgdb/
2012-01-04  Joel BrobeckerCopyright year update in most files of the GDB Project.
2012-01-02  Joel Brobeckergdb/gdbserver/gdbreplay: Update copyright year in versi...
2011-12-16  Pedro Alves2011-12-16 Pedro Alves <pedro@codesourcery.com>
2011-09-21  Joseph Myers * event-top.c (async_disconnect): If an exception...
2011-09-06  Pedro Alves2011-09-06 Pedro Alves <pedro@codesourcery.com>
2011-09-05  Pedro Alves2011-09-05 Pedro Alves <pedro@codesourcery.com>
2011-09-02  Pedro Alves2011-09-02 Pedro Alves <pedro@codesourcery.com>
2011-08-26  Jan Kratochvilgdb/
2011-08-04  Pedro Alves2011-08-04 Pedro Alves <pedro@codesourcery.com>
2011-08-04  Pedro Alves2011-08-04 Pedro Alves <pedro@codesourcery.com>
2011-07-22  Phil Muldoon2011-07-22 Phil Muldoon <pmuldoon@redhat.com>
2011-07-21  Phil Muldoon2011-07-21 Phil Muldoon <pmuldoon@redhat.com>
2011-06-27  Tom Tromey * valops.c (find_overload_match): Call do_cleanups...
2011-06-13  Pedro Alves2011-06-13 Pedro Alves <pedro@codesourcery.com>
2011-05-13  Thiago Jung Bauermanngdb/
2011-04-19  Tom Tromeygdb
2011-03-12  Michael Snyder2011-03-11 Michael Snyder <msnyder@vmware.com>
2011-03-11  Michael Snyder2011-03-11 Michael Snyder <msnyder@vmware.com>
2011-01-31  Tom Tromey PR python/12216:
2011-01-21  Joel Brobeckermove handing of "set interactive-mode" to gdb_has_a_ter...
2011-01-13  Joel Brobeckerproblem sourcing GDB script in interactive-mode on
2011-01-11  Michael Snyder2011-01-11 Michael Snyder <msnyder@vmware.com>
2011-01-05  Michael Snyder2011-01-05 Michael Snyder <msnyder@vmware.com>
2011-01-01  Joel Brobeckerrun copyright.sh for 2011.
2011-01-01  Joel BrobeckerUpdate copyright year in version of output (gdb/gdbserv...
2010-12-29  Michael Snyder2010-12-28 Michael Snyder <msnyder@vmware.com>
2010-11-02  Doug Evans * top.c: #include "python/python.h".
2010-09-11  Jan Kratochvilgdb/
2010-08-07  Jan Kratochvilgdb/
2010-07-27  Jan Kratochvilgdb/
2010-06-26  Paul N. HilfingerRefactor 'maint time' command statistics.
2010-05-17  Michael Snyder2010-05-16 Michael Snyder <msnyder@vmware.com>
2010-05-07  Michael Snyder2010-05-06 Michael Snyder <msnyder@vmware.com>
2010-04-07  Doug Evans * top.c (source_file_name): Make const char *.
2010-01-19  Tom Tromey * top.c (stop_sig, float_handler, do_nothing): Remove.
2010-01-01  Joel BrobeckerUpdate copyright year in most headers.
2010-01-01  Joel Brobecker * top.c (print_gdb_version): Update copyright...
2009-12-02  Paul Pluzhnikovgdb/ChangeLog:
2009-11-05  Daniel Jacobowitz * top.c (execute_command): Select a frame before check...
2009-10-19  Pedro Alves2009-10-19 Pedro Alves <pedro@codesourcery.com>
2009-09-10  Joel Brobecker * top.c (interactive_mode): New static variable.
2009-08-31  Doug Evans Implement TARGET_OBJECT_STACK_MEMORY.
2009-08-28  Doug Evans * top.c (execute_command): Remove redundant comment.
2009-08-14  Pedro Alves2009-08-14 Pedro Alves <pedro@codesourcery.com>
2009-06-07  Pedro Alves * target.h (struct target_ops): Make to_has_all_memory,
2009-05-23  Jan Kratochvilgdb/
2009-05-21  Pedro Alves * target.h (TARGET_WNOHANG): New.
2009-04-23  Tom Tromeygdb
2009-03-25  Pedro Alves * infrun.c (normal_stop): Use has_stack_frames instead of
2009-03-25  Pierre Muller Fix completer problem for filename completion on the...
2009-03-03  Pedro Alves * top.c (quit_target): Check for target_has_execution...
2009-02-25  Hui Zhu2009-02-25 Hui Zhu <teawater@gmail.com>
2009-01-09  Pedro Alves * defs.h (deprecated_error_hook): Delete declaration.
2009-01-07  Doug Evans * top.c (gdb_prompt_string): Delete, unused.
2009-01-06  Jim Blandy* top.c (gdb_init): Don't set the current directory...
2009-01-03  Joel Brobecker Updated copyright notices for most files.
2009-01-03  Joel Brobecker * top.c (print_gdb_version): Update copyright...
2008-09-22  Pedro Alves * top.c (any_thread_of, kill_or_detach): New functions.
2008-09-22  Pedro Alves Remove the attach_flag global, and make it per-inferior.
2008-09-08  Pedro Alves * inferior.h (stop_bpstat): Delete.
2008-08-16  Pedro Alves * gdbthread.h: Add comments.
2008-08-16  Pedro Alves * target.h (pop_all_targets): Declare.
2008-07-28  Tom Tromey * annotate.h (deprecated_annotate_starting_hook):...
2008-07-13  Vladimir Prus Allow all CLI command even if target is executing.
2008-07-12  Pedro Alves Replace struct continuation_args by void* and per...
2008-07-11  Pedro Alves Exited threads.
2008-07-09  Pedro Alves Per-thread commands.
2008-07-09  Pedro Alves Add "executing" property to threads.
2008-06-10  Andreas Schwab(print_gdb_version): Don't print final newline.
2008-06-05  Joseph Myers2008-06-05 Vladimir Prus <vladimir@codesourcery.com>
2008-05-05  Vladimir Prus * top.c (command_line_handler_continuation...
2008-05-05  Vladimir Prus * inf-loop.c (inferior_event_handler): Call bpstat_do_...
2008-04-24  Vladimir Prus exec_cleanup murder.
2008-04-17  Tom Tromey * cli/cli-decode.h (CMD_ASYNC_OK): New define.
2008-03-23  Daniel JacobowitzRevert 2008-03-21 changes.
2008-03-21  Daniel Jacobowitz PR gdb/544
2008-03-21  Daniel Jacobowitz * top.c (quit_confirm): Warn that we will kill the...
2008-03-17  Ulrich Weigand * top.c (execute_command): Fix uninitialized variable...
2008-03-14  Vladimir Prus Async mode fixes.
2008-03-14  Vladimir Prus * top.c (simplified_command_loop): Remove.
2008-03-14  Pedro Alves * top.c (execute_command): Disable break and stop
2008-03-14  Pedro Alves * top.c (execute_command): Enable break, info and...
2008-01-01  Daniel Jacobowitz Updated copyright notices for most files.
2008-01-01  Joel Brobecker * top.c (print_gdb_version): Update copyright...
2007-12-07  Maciej W. Rozycki* target.c (update_current_target): Inherit to_log_command.
2007-10-22  Daniel Jacobowitz * top.c (command_loop): Fix output for shrinkage.
2007-09-02  Jan Kratochvil * top.c (print_gdb_version): Fixed a string end-of...
2007-09-02  Daniel Jacobowitz * top.c (print_gdb_version): Update for GPL version 3.
2007-08-23  Joel Brobecker Switch the license of all .c files to GPLv3.
2007-08-08  Michael Snyder2007-08-08 Michael Snyder <msnyder@access-company...
2007-07-01  Daniel Jacobowitz2007-07-01 Daniel Jacobowitz <dan@codesourcery.com>
2007-03-29  Daniel Jacobowitz * defs.h (deprecated_registers_changed_hook): Delete...
2007-02-28  Daniel Jacobowitz * top.c (gdb_readline_wrapper_cleanup): Remove invalid...
2007-01-09  Daniel JacobowitzCopyright updates for 2007.
2007-01-03  Daniel Jacobowitz2007-01-03 Jan Kratochvil <jan.kratochvil@redhat...
2007-01-01  Joel Brobecker Followed the Start of New Year Procedure:
2006-07-21  Andrew Stubbs2006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
next
This page took 0.792821 seconds and 106 git commands to generate.