Age | Commit message (Expand) | Author | Files | Lines |
2017-04-05 | -Wwrite-strings: Constify warning_pre_print | Pedro Alves | 1 | -2/+4 |
2017-02-02 | Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchy | Pedro Alves | 1 | -1/+1 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-11-09 | gdb: Use vector::emplace_back | Pedro Alves | 1 | -21/+10 |
2016-10-26 | PR 20569, segv in follow_exec | Sandra Loosemore | 1 | -2/+16 |
2016-10-21 | Remove last cleanup from captured_main_1 | Tom Tromey | 1 | -53/+40 |
2016-10-21 | Change command stats reporting to use class | Tom Tromey | 1 | -9/+16 |
2016-09-19 | gdb: Fix build breakage with GCC 4.1 and --disable-nls | Pedro Alves | 1 | -0/+2 |
2016-08-09 | Fix PR gdb/18653: gdb disturbs inferior's inherited signal dispositions | Pedro Alves | 1 | -0/+2 |
2016-06-21 | Add new command to create extra console/mi UIs | Pedro Alves | 1 | -11/+1 |
2016-06-21 | Make stdin be per UI | Pedro Alves | 1 | -1/+1 |
2016-06-21 | Make main_ui be heap allocated | Pedro Alves | 1 | -15/+12 |
2016-06-21 | Replace the sync_execution global with a new enum prompt_state tristate | Pedro Alves | 1 | -4/+7 |
2016-06-21 | Simplify starting the command event loop | Pedro Alves | 1 | -1/+6 |
2016-06-21 | Make out and error streams be per UI | Pedro Alves | 1 | -1/+5 |
2016-06-21 | Make input_fd be per UI | Pedro Alves | 1 | -0/+1 |
2016-06-21 | Make instream be per UI | Pedro Alves | 1 | -2/+5 |
2016-06-21 | Introduce interpreter factories | Pedro Alves | 1 | -1/+1 |
2016-06-21 | Make the interpreters be per UI | Pedro Alves | 1 | -1/+1 |
2016-06-21 | Make gdb_stdout&co be per UI | Pedro Alves | 1 | -4/+0 |
2016-04-21 | Add missing sentinel 'char *' casts in concat/reconcat calls | Pedro Alves | 1 | -2/+2 |
2016-04-19 | Cast the pointer assigned to ss_sp to char *. | John Baldwin | 1 | -1/+3 |
2016-04-12 | Don't call clear_quit_flag in captured_main | Pedro Alves | 1 | -1/+0 |
2016-03-09 | Simplify saved_command_line handling | Pedro Alves | 1 | -2/+1 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-09-25 | Add some more casts (2/2) | Simon Marchi | 1 | -1/+1 |
2015-05-06 | Get rid of deprecated_init_ui_hook | Joel Brobecker | 1 | -2/+1 |
2015-04-11 | Remove --xdb | Jan Kratochvil | 1 | -5/+0 |
2015-04-02 | Make the default sysroot be "target:" | Gary Benson | 1 | -0/+6 |
2015-03-07 | kill volatile struct gdb_exception | Pedro Alves | 1 | -1/+1 |
2015-03-07 | Split TRY_CATCH into TRY + CATCH | Pedro Alves | 1 | -8/+16 |
2015-02-27 | catch_command_errors: Remove 'mask' parameter | Pedro Alves | 1 | -27/+22 |
2015-02-27 | Fix struct, union, and enum nesting in C++ | Tom Tromey | 1 | -13/+17 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-10-08 | Remove spurious exceptions.h inclusions | Gary Benson | 1 | -2/+0 |
2014-09-11 | gdb/17347 - Regression: GDB stopped on run with attached process | Pedro Alves | 1 | -0/+9 |
2014-08-29 | Unify startup and option-parsing warnings | Gary Benson | 1 | -21/+10 |
2014-08-29 | Replace all usage errors with calls to error | Gary Benson | 1 | -30/+10 |
2014-08-29 | Replace hardwired error handler in captured_main | Gary Benson | 1 | -6/+1 |
2014-08-07 | Include string.h in common-defs.h | Gary Benson | 1 | -2/+0 |
2014-07-30 | constify exec_file_attach | Tom Tromey | 1 | -4/+4 |
2014-07-14 | Canceling pagination caused by execution command from command line aborts rea... | Pedro Alves | 1 | -8/+22 |
2014-07-14 | Move catch_command_errors and catch_command_errors_const to main.c | Pedro Alves | 1 | -0/+44 |
2014-06-19 | Demangler crash handler | Gary Benson | 1 | -0/+25 |
2014-06-06 | add -q in help info and doc | xmj | 1 | -1/+2 |
2014-05-16 | New command line option -D. | Doug Evans | 1 | -2/+47 |
2014-02-05 | Extension Language API | Doug Evans | 1 | -1/+0 |
2014-01-13 | remove use_windows | Tom Tromey | 1 | -13/+0 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-11-18 | remove gdb_stat.h | Tom Tromey | 1 | -1/+1 |