| Commit message (Expand) | Author | Age | Files | Lines |
* | Split TRY_CATCH into TRY + CATCH | Pedro Alves | 2015-03-07 | 1 | -5/+10 |
* | Normalize TRY_CATCH exception handling block | Pedro Alves | 2015-03-07 | 1 | -2/+7 |
* | Move exception_none to common code, and use it | Pedro Alves | 2015-02-27 | 1 | -2/+0 |
* | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 2015-01-01 | 1 | -1/+1 |
* | Introduce common/common-exceptions.[ch] | Gary Benson | 2014-08-29 | 1 | -281/+1 |
* | Introduce common/gdb_setjmp.h | Gary Benson | 2014-08-29 | 1 | -3/+3 |
* | Make error usable earlier | Gary Benson | 2014-08-29 | 1 | -2/+5 |
* | Include string.h in common-defs.h | Gary Benson | 2014-08-07 | 1 | -1/+0 |
* | Include gdb_assert.h in common-defs.h | Gary Benson | 2014-08-07 | 1 | -1/+0 |
* | Rationalize "fatal" error handling outside of gdbserver | Gary Benson | 2014-07-24 | 1 | -2/+12 |
* | Move catch_command_errors and catch_command_errors_const to main.c | Pedro Alves | 2014-07-14 | 1 | -32/+0 |
* | Eliminate exceptions.c:print_any_exception. | Pedro Alves | 2014-07-14 | 1 | -22/+4 |
* | replace XZALLOC with XCNEW | Tom Tromey | 2014-01-13 | 1 | -1/+1 |
* | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 2014-01-01 | 1 | -1/+1 |
* | remove gdb_string.h | Tom Tromey | 2013-11-18 | 1 | -1/+1 |
* | Remove deprecated_throw_reason. | Andrew Burgess | 2013-07-31 | 1 | -22/+0 |
* | Constify main.c:get_init_files. | Pedro Alves | 2013-07-01 | 1 | -0/+16 |
* | Fix catch_command_errors's prototype. | Pedro Alves | 2013-06-27 | 1 | -1/+1 |
* | Update years in copyright notice for the GDB files. | Joel Brobecker | 2013-01-01 | 1 | -1/+1 |
* | * defs.h (quit_flag): Don't declare. | Tom Tromey | 2012-08-22 | 1 | -1/+1 |
* | * top.c (quit_target): Use all_cleanups. | Tom Tromey | 2012-04-19 | 1 | -1/+1 |
* | Copyright year update in most files of the GDB Project. | Joel Brobecker | 2012-01-04 | 1 | -3/+1 |
* | * exceptions.c (catcher_list_size): New function. | Doug Evans | 2011-12-15 | 1 | -7/+51 |
* | gdb/ | Jan Kratochvil | 2011-08-26 | 1 | -4/+0 |
* | gdb/ | Jan Kratochvil | 2011-08-26 | 1 | -10/+1 |
* | gdb/ | Pedro Alves | 2011-08-05 | 1 | -1/+0 |
* | 2011-08-04 Pedro Alves <pedro@codesourcery.com> | Pedro Alves | 2011-08-04 | 1 | -6/+6 |
* | 2011-08-04 Pedro Alves <pedro@codesourcery.com> | Pedro Alves | 2011-08-04 | 1 | -12/+35 |
* | gdb | Tom Tromey | 2011-04-19 | 1 | -1/+1 |
* | * cli/cli-interp.c (struct captured_execute_command_args): | Tom Tromey | 2011-04-04 | 1 | -15/+0 |
* | 2011-01-07 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 2011-01-07 | 1 | -8/+8 |
* | run copyright.sh for 2011. | Joel Brobecker | 2011-01-01 | 1 | -1/+1 |
* | gdb/ | Jan Kratochvil | 2010-11-28 | 1 | -1/+4 |
* | 2010-05-14 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 2010-05-14 | 1 | -0/+9 |
* | gdb/ | Jan Kratochvil | 2010-05-02 | 1 | -6/+6 |
* | gdb/ | Jan Kratochvil | 2010-05-02 | 1 | -1/+1 |
* | Update copyright year in most headers. | Joel Brobecker | 2010-01-01 | 1 | -1/+1 |
* | gdb: | Doug Evans | 2009-05-24 | 1 | -1/+1 |
* | * exceptions.h: Clean up some comments on catch_exceptions usage. | Doug Evans | 2009-03-13 | 1 | -19/+13 |
* | 2008-02-21 Pedro Alves <pedro@codesorcery.com> | Pedro Alves | 2009-02-21 | 1 | -1/+1 |
* | Updated copyright notices for most files. | Joel Brobecker | 2009-01-03 | 1 | -2/+2 |
* | * inferior.h (stop_bpstat): Delete. | Pedro Alves | 2008-09-08 | 1 | -1/+8 |
* | exec_cleanup murder. | Vladimir Prus | 2008-04-24 | 1 | -6/+0 |
* | Async mode fixes. | Vladimir Prus | 2008-03-14 | 1 | -2/+4 |
* | Updated copyright notices for most files. | Daniel Jacobowitz | 2008-01-01 | 1 | -1/+1 |
* | Switch the license of all .c files to GPLv3. | Joel Brobecker | 2007-08-23 | 1 | -4/+2 |
* | Copyright updates for 2007. | Daniel Jacobowitz | 2007-01-09 | 1 | -2/+2 |
* | * exceptions.h (enum errors): Rename NO_ERROR to GDB_NO_ERROR. | Daniel Jacobowitz | 2006-02-03 | 1 | -5/+5 |
* | * breakpoint.c: | Eli Zaretskii | 2005-12-17 | 1 | -3/+3 |
* | From Kaveh R. Ghazi <ghazi@caip.rutgers.edu>: | Daniel Jacobowitz | 2005-07-31 | 1 | -4/+1 |