summaryrefslogtreecommitdiff
path: root/gdb/exceptions.c
Commit message (Expand)AuthorAgeFilesLines
* gdb: move struct ui and related things to ui.{c,h}Simon Marchi2023-05-011-1/+1
* PR gdb/30219: Clear sync_quit_force_run in quit_forceKevin Buettner2023-03-301-0/+1
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* internal_error: remove need to pass __FILE__/__LINE__Pedro Alves2022-10-191-1/+1
* Remove unnecessary calls to wrap_here and gdb_flushTom Tromey2022-03-291-7/+3
* Unify gdb printf functionsTom Tromey2022-03-291-1/+1
* Unify gdb puts functionsTom Tromey2022-03-291-1/+1
* Unify vprintf functionsTom Tromey2022-03-291-1/+1
* Always call the wrap_here methodTom Tromey2022-01-261-1/+1
* Convert wrap_here to use integer parameterTom Tromey2022-01-261-1/+1
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* Replace exception_print_same with operator!=Tom Tromey2021-07-301-14/+0
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* Remove some ui_file_* functionsTom Tromey2020-02-111-1/+1
* exceptions.c:print_flush: Remove obsolete checkPedro Alves2020-01-101-5/+1
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* [gdb] Fix more typos in commentsTom de Vries2019-10-181-1/+1
* Rename common to gdbsupportTom Tromey2019-07-091-1/+1
* Make exception handling more efficientTom Tromey2019-04-251-4/+5
* Make exceptions use std::string and be self-managingTom Tromey2019-04-081-8/+3
* Revert the header-sorting patchTom Tromey2019-04-061-8/+6
* Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey2019-04-051-6/+8
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* target_stack -> current_top_target() throughoutPedro Alves2018-06-071-1/+1
* Convert struct target_ops to C++Pedro Alves2018-05-031-1/+5
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Eliminate catch_exceptions/catch_exceptions_with_msgPedro Alves2017-10-101-83/+0
* Eliminate catch_errorsPedro Alves2017-10-101-39/+0
* Remove make_cleanup_restore_target_terminalTom Tromey2017-09-201-5/+4
* -Wwrite-strings: The RestPedro Alves2017-04-051-2/+2
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* PR 20569, segv in follow_execSandra Loosemore2016-10-261-0/+18
* Make out and error streams be per UIPedro Alves2016-06-211-1/+3
* Eliminate prepare_to_throw_exceptionPedro Alves2016-04-121-5/+0
* Eliminate immediate_quitPedro Alves2016-04-121-7/+1
* Use target_terminal_ours_for_output in exceptions.cPedro Alves2016-04-121-1/+7
* Don't call clear_quit_flag in prepare_to_throw_exceptionPedro Alves2016-04-121-1/+0
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Split TRY_CATCH into TRY + CATCHPedro Alves2015-03-071-5/+10
* Normalize TRY_CATCH exception handling blockPedro Alves2015-03-071-2/+7
* Move exception_none to common code, and use itPedro Alves2015-02-271-2/+0
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Introduce common/common-exceptions.[ch]Gary Benson2014-08-291-281/+1
* Introduce common/gdb_setjmp.hGary Benson2014-08-291-3/+3
* Make error usable earlierGary Benson2014-08-291-2/+5
* Include string.h in common-defs.hGary Benson2014-08-071-1/+0
* Include gdb_assert.h in common-defs.hGary Benson2014-08-071-1/+0
* Rationalize "fatal" error handling outside of gdbserverGary Benson2014-07-241-2/+12
* Move catch_command_errors and catch_command_errors_const to main.cPedro Alves2014-07-141-32/+0
* Eliminate exceptions.c:print_any_exception.Pedro Alves2014-07-141-22/+4