Age | Commit message (Expand) | Author | Files | Lines |
2014-01-20 | convert flags to bitfields | Tom Tromey | 1 | -1/+1 |
2014-01-13 | remove use_windows | Tom Tromey | 1 | -5/+0 |
2014-01-13 | remove deprecated_set_hook | Tom Tromey | 1 | -5/+0 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2014-01-01 | Update copyright year in gdb/gdbserver/gdbreplay version output. | Joel Brobecker | 1 | -1/+1 |
2013-11-20 | Move target-dcache out of target.c | Yao Qi | 1 | -0/+1 |
2013-11-18 | remove gdb_stat.h | Tom Tromey | 1 | -1/+1 |
2013-11-18 | remove gdb_string.h | Tom Tromey | 1 | -1/+1 |
2013-11-06 | Revert "2013-11-06 Muhammad Bilal <mbilal@codesourcery.com>" | Muhammad Bilal | 1 | -1/+1 |
2013-11-06 | 2013-11-06 Muhammad Bilal <mbilal@codesourcery.com> | Muhammad Bilal | 1 | -1/+1 |
2013-11-06 | 2013-11-06 Muhammad Bilal <mbilal@codesourcery.com> | Muhammad Bilal | 1 | -2/+1 |
2013-10-10 | Rename "set/show remotebaud" command into "set/show serial baud" | Joel Brobecker | 1 | -7/+0 |
2013-09-09 | Remove use of deprecated_init_ui_hook from quit_confirm. | Andrew Burgess | 1 | -12/+3 |
2013-09-05 | Remove deprecated_command_loop_hook. | Andrew Burgess | 1 | -5/+0 |
2013-08-29 | 2013-08-29 Phil Muldoon <pmuldoon@redhat.com> | Phil Muldoon | 1 | -1/+1 |
2013-08-15 | 2013-08-15 Muhammad Bilal <mbilal@codesourcery.com> | Muhammad Bilal | 1 | -1/+2 |
2013-07-30 | 2013-07-30 Muhammad Bilal <mbilal@codesorcery.com> | Muhammad Bilal | 1 | -1/+13 |
2013-07-22 | 2013-07-22 Phil Muldoon <pmuldoon@redhat.com> | Phil Muldoon | 1 | -1/+7 |
2013-07-06 | top.c (print_gdb_configuration): Explain in output of --configuration | Eli Zaretskii | 1 | -0/+6 |
2013-07-01 | Reimplement DJGPP's .gdbinit -> gdb.ini renaming. | Pedro Alves | 1 | -13/+2 |
2013-05-30 | fix top.c | Tom Tromey | 1 | -0/+1 |
2013-04-17 | gdb/ | Yao Qi | 1 | -0/+9 |
2013-04-12 | Implement a new command to show GDB build-time configuration parameters. | Eli Zaretskii | 1 | -2/+88 |
2013-04-10 | Accept "set foo unlimited" in integer/uinteger/zuinteger_unlimited commands. | Pedro Alves | 1 | -1/+4 |
2013-04-10 | make -gdb-exit call disconnect_tracing too, and don't lose history if the tar... | Pedro Alves | 1 | -25/+41 |
2013-03-27 | Forbid "set history size (INT_MAX..UINT_MAX)" | Pedro Alves | 1 | -31/+52 |
2013-03-26 | Use readline's 'history_max_entries' instead of the old 'max_input_history'. | Pedro Alves | 1 | -7/+2 |
2013-03-21 | New commands "mt set per-command {space,time,symtab} {on,off}". | Doug Evans | 1 | -0/+1 |
2013-03-20 | gdb/ | Jan Kratochvil | 1 | -1/+1 |
2013-03-13 | Constify strings in tracepoint.c, lookup_cmd and the completers. | Pedro Alves | 1 | -3/+5 |
2013-01-25 | gdb/ | Yao Qi | 1 | -0/+1 |
2013-01-07 | PR cli/7719: | Tom Tromey | 1 | -2/+0 |
2013-01-01 | Update years in copyright notice for the GDB files. | Joel Brobecker | 1 | -1/+1 |
2013-01-01 | Update copyright year in gdb/gdbserver/gdbreplay version output. | Joel Brobecker | 1 | -1/+1 |
2012-12-18 | * Makefile.in (init.c): Declare initialize_all_files; | Tom Tromey | 1 | -1/+2 |
2012-12-17 | * top.c (xgdb_verbose): Remove. | Tom Tromey | 1 | -1/+0 |
2012-08-28 | gdb/ | Yao Qi | 1 | -13/+14 |
2012-08-22 | * defs.h (quit_flag): Don't declare. | Tom Tromey | 1 | -1/+2 |
2012-08-09 | gdb/ | Yao Qi | 1 | -2/+4 |
2012-07-31 | gdb/ | Yao Qi | 1 | -1/+1 |
2012-05-11 | gdb/ | Jan Kratochvil | 1 | -1/+11 |
2012-04-19 | * top.c (quit_target): Use all_cleanups. | Tom Tromey | 1 | -2/+2 |
2012-03-01 | * NEWS: Mention new python command class gdb.COMMAND_USER. | Doug Evans | 1 | -1/+2 |
2012-01-23 | 2012-01-23 Pedro Alves <palves@redhat.com> | Pedro Alves | 1 | -7/+7 |
2012-01-23 | gdb/ | Pedro Alves | 1 | -5/+7 |
2012-01-04 | Copyright year update in most files of the GDB Project. | Joel Brobecker | 1 | -3/+1 |
2012-01-02 | gdb/gdbserver/gdbreplay: Update copyright year in version out | Joel Brobecker | 1 | -1/+1 |
2011-12-16 | 2011-12-16 Pedro Alves <pedro@codesourcery.com> | Pedro Alves | 1 | -32/+42 |
2011-09-21 | * event-top.c (async_disconnect): If an exception is thrown from | Joseph Myers | 1 | -3/+2 |
2011-09-06 | 2011-09-06 Pedro Alves <pedro@codesourcery.com> | Pedro Alves | 1 | -101/+23 |