summaryrefslogtreecommitdiff
path: root/gdb/exceptions.c
AgeCommit message (Expand)Author
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess
2023-11-21gdb: Replace gdb::optional with std::optionalLancelot Six
2023-05-01gdb: move struct ui and related things to ui.{c,h}Simon Marchi
2023-03-30PR gdb/30219: Clear sync_quit_force_run in quit_forceKevin Buettner
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker
2022-10-19internal_error: remove need to pass __FILE__/__LINE__Pedro Alves
2022-03-29Remove unnecessary calls to wrap_here and gdb_flushTom Tromey
2022-03-29Unify gdb printf functionsTom Tromey
2022-03-29Unify gdb puts functionsTom Tromey
2022-03-29Unify vprintf functionsTom Tromey
2022-01-26Always call the wrap_here methodTom Tromey
2022-01-26Convert wrap_here to use integer parameterTom Tromey
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker
2021-07-30Replace exception_print_same with operator!=Tom Tromey
2021-01-01Update copyright year range in all GDB filesJoel Brobecker
2020-02-11Remove some ui_file_* functionsTom Tromey
2020-01-10exceptions.c:print_flush: Remove obsolete checkPedro Alves
2020-01-01Update copyright year range in all GDB files.Joel Brobecker
2019-10-18[gdb] Fix more typos in commentsTom de Vries
2019-07-09Rename common to gdbsupportTom Tromey
2019-04-25Make exception handling more efficientTom Tromey
2019-04-08Make exceptions use std::string and be self-managingTom Tromey
2019-04-06Revert the header-sorting patchTom Tromey
2019-04-05Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey
2019-01-01Update copyright year range in all GDB files.Joel Brobecker
2018-06-07target_stack -> current_top_target() throughoutPedro Alves
2018-05-03Convert struct target_ops to C++Pedro Alves
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-10-10Eliminate catch_exceptions/catch_exceptions_with_msgPedro Alves
2017-10-10Eliminate catch_errorsPedro Alves
2017-09-20Remove make_cleanup_restore_target_terminalTom Tromey
2017-04-05-Wwrite-strings: The RestPedro Alves
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-10-26PR 20569, segv in follow_execSandra Loosemore
2016-06-21Make out and error streams be per UIPedro Alves
2016-04-12Eliminate prepare_to_throw_exceptionPedro Alves
2016-04-12Eliminate immediate_quitPedro Alves
2016-04-12Use target_terminal_ours_for_output in exceptions.cPedro Alves
2016-04-12Don't call clear_quit_flag in prepare_to_throw_exceptionPedro Alves
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves
2015-03-07Normalize TRY_CATCH exception handling blockPedro Alves
2015-02-27Move exception_none to common code, and use itPedro Alves
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-08-29Introduce common/common-exceptions.[ch]Gary Benson
2014-08-29Introduce common/gdb_setjmp.hGary Benson
2014-08-29Make error usable earlierGary Benson
2014-08-07Include string.h in common-defs.hGary Benson
2014-08-07Include gdb_assert.h in common-defs.hGary Benson
2014-07-24Rationalize "fatal" error handling outside of gdbserverGary Benson