Age | Commit message (Expand) | Author | Files | Lines |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-02-11 | Remove some ui_file_* functions | Tom Tromey | 1 | -1/+1 |
2020-01-10 | exceptions.c:print_flush: Remove obsolete check | Pedro Alves | 1 | -5/+1 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-10-18 | [gdb] Fix more typos in comments | Tom de Vries | 1 | -1/+1 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -1/+1 |
2019-04-25 | Make exception handling more efficient | Tom Tromey | 1 | -4/+5 |
2019-04-08 | Make exceptions use std::string and be self-managing | Tom Tromey | 1 | -8/+3 |
2019-04-06 | Revert the header-sorting patch | Tom Tromey | 1 | -8/+6 |
2019-04-05 | Sort includes for files gdb/[a-f]*.[chyl]. | Tom Tromey | 1 | -6/+8 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-06-07 | target_stack -> current_top_target() throughout | Pedro Alves | 1 | -1/+1 |
2018-05-03 | Convert struct target_ops to C++ | Pedro Alves | 1 | -1/+5 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-10-10 | Eliminate catch_exceptions/catch_exceptions_with_msg | Pedro Alves | 1 | -83/+0 |
2017-10-10 | Eliminate catch_errors | Pedro Alves | 1 | -39/+0 |
2017-09-20 | Remove make_cleanup_restore_target_terminal | Tom Tromey | 1 | -5/+4 |
2017-04-05 | -Wwrite-strings: The Rest | Pedro Alves | 1 | -2/+2 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-10-26 | PR 20569, segv in follow_exec | Sandra Loosemore | 1 | -0/+18 |
2016-06-21 | Make out and error streams be per UI | Pedro Alves | 1 | -1/+3 |
2016-04-12 | Eliminate prepare_to_throw_exception | Pedro Alves | 1 | -5/+0 |
2016-04-12 | Eliminate immediate_quit | Pedro Alves | 1 | -7/+1 |
2016-04-12 | Use target_terminal_ours_for_output in exceptions.c | Pedro Alves | 1 | -1/+7 |
2016-04-12 | Don't call clear_quit_flag in prepare_to_throw_exception | Pedro Alves | 1 | -1/+0 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-03-07 | Split TRY_CATCH into TRY + CATCH | Pedro Alves | 1 | -5/+10 |
2015-03-07 | Normalize TRY_CATCH exception handling block | Pedro Alves | 1 | -2/+7 |
2015-02-27 | Move exception_none to common code, and use it | Pedro Alves | 1 | -2/+0 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-08-29 | Introduce common/common-exceptions.[ch] | Gary Benson | 1 | -281/+1 |
2014-08-29 | Introduce common/gdb_setjmp.h | Gary Benson | 1 | -3/+3 |
2014-08-29 | Make error usable earlier | Gary Benson | 1 | -2/+5 |
2014-08-07 | Include string.h in common-defs.h | Gary Benson | 1 | -1/+0 |
2014-08-07 | Include gdb_assert.h in common-defs.h | Gary Benson | 1 | -1/+0 |
2014-07-24 | Rationalize "fatal" error handling outside of gdbserver | Gary Benson | 1 | -2/+12 |
2014-07-14 | Move catch_command_errors and catch_command_errors_const to main.c | Pedro Alves | 1 | -32/+0 |
2014-07-14 | Eliminate exceptions.c:print_any_exception. | Pedro Alves | 1 | -22/+4 |
2014-01-13 | replace XZALLOC with XCNEW | Tom Tromey | 1 | -1/+1 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-11-18 | remove gdb_string.h | Tom Tromey | 1 | -1/+1 |
2013-07-31 | Remove deprecated_throw_reason. | Andrew Burgess | 1 | -22/+0 |
2013-07-01 | Constify main.c:get_init_files. | Pedro Alves | 1 | -0/+16 |
2013-06-27 | Fix catch_command_errors's prototype. | Pedro Alves | 1 | -1/+1 |
2013-01-01 | Update years in copyright notice for the GDB files. | Joel Brobecker | 1 | -1/+1 |
2012-08-22 | * defs.h (quit_flag): Don't declare. | Tom Tromey | 1 | -1/+1 |
2012-04-19 | * top.c (quit_target): Use all_cleanups. | Tom Tromey | 1 | -1/+1 |
2012-01-04 | Copyright year update in most files of the GDB Project. | Joel Brobecker | 1 | -3/+1 |
2011-12-15 | * exceptions.c (catcher_list_size): New function. | Doug Evans | 1 | -7/+51 |
2011-08-26 | gdb/ | Jan Kratochvil | 1 | -4/+0 |