aboutsummaryrefslogtreecommitdiff
path: root/gdb/exceptions.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-10exceptions.c:print_flush: Remove obsolete checkPedro Alves1-5/+1
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-10-18[gdb] Fix more typos in commentsTom de Vries1-1/+1
2019-07-09Rename common to gdbsupportTom Tromey1-1/+1
2019-04-25Make exception handling more efficientTom Tromey1-4/+5
2019-04-08Make exceptions use std::string and be self-managingTom Tromey1-8/+3
2019-04-06Revert the header-sorting patchTom Tromey1-8/+6
2019-04-05Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey1-6/+8
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-06-07target_stack -> current_top_target() throughoutPedro Alves1-1/+1
2018-05-03Convert struct target_ops to C++Pedro Alves1-1/+5
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-10-10Eliminate catch_exceptions/catch_exceptions_with_msgPedro Alves1-83/+0
2017-10-10Eliminate catch_errorsPedro Alves1-39/+0
2017-09-20Remove make_cleanup_restore_target_terminalTom Tromey1-5/+4
2017-04-05-Wwrite-strings: The RestPedro Alves1-2/+2
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-10-26PR 20569, segv in follow_execSandra Loosemore1-0/+18
2016-06-21Make out and error streams be per UIPedro Alves1-1/+3
2016-04-12Eliminate prepare_to_throw_exceptionPedro Alves1-5/+0
2016-04-12Eliminate immediate_quitPedro Alves1-7/+1
2016-04-12Use target_terminal_ours_for_output in exceptions.cPedro Alves1-1/+7
2016-04-12Don't call clear_quit_flag in prepare_to_throw_exceptionPedro Alves1-1/+0
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves1-5/+10
2015-03-07Normalize TRY_CATCH exception handling blockPedro Alves1-2/+7
2015-02-27Move exception_none to common code, and use itPedro Alves1-2/+0
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-08-29Introduce common/common-exceptions.[ch]Gary Benson1-281/+1
2014-08-29Introduce common/gdb_setjmp.hGary Benson1-3/+3
2014-08-29Make error usable earlierGary Benson1-2/+5
2014-08-07Include string.h in common-defs.hGary Benson1-1/+0
2014-08-07Include gdb_assert.h in common-defs.hGary Benson1-1/+0
2014-07-24Rationalize "fatal" error handling outside of gdbserverGary Benson1-2/+12
2014-07-14Move catch_command_errors and catch_command_errors_const to main.cPedro Alves1-32/+0
2014-07-14Eliminate exceptions.c:print_any_exception.Pedro Alves1-22/+4
2014-01-13replace XZALLOC with XCNEWTom Tromey1-1/+1
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-11-18remove gdb_string.hTom Tromey1-1/+1
2013-07-31Remove deprecated_throw_reason.Andrew Burgess1-22/+0
2013-07-01Constify main.c:get_init_files.Pedro Alves1-0/+16
2013-06-27Fix catch_command_errors's prototype.Pedro Alves1-1/+1
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-1/+1
2012-08-22 * defs.h (quit_flag): Don't declare.Tom Tromey1-1/+1
2012-04-19 * top.c (quit_target): Use all_cleanups.Tom Tromey1-1/+1
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker1-3/+1
2011-12-15 * exceptions.c (catcher_list_size): New function.Doug Evans1-7/+51
2011-08-26gdb/Jan Kratochvil1-4/+0
2011-08-26gdb/Jan Kratochvil1-10/+1
2011-08-05 gdb/Pedro Alves1-1/+0