4 Commits (785e5700ce4bda469e323d1dc7eeae9d86980c79)

Author SHA1 Message Date
Tom Tromey 785e5700ce Replace exception_print_same with operator!= 5 years ago
Joel Brobecker 3666a04883 Update copyright year range in all GDB files 6 years ago
Simon Marchi dda83cd783 gdb, gdbserver, gdbsupport: fix leading space vs tabs issues 6 years ago
Tom Tromey 01027315f5 Move gdbsupport to the top level 7 years ago
Joel Brobecker b811d2c292 Update copyright year range in all GDB files. 7 years ago
Tom Tromey 268a13a5a3 Rename common to gdbsupport 7 years ago
Tom Tromey 94aeb44b00 Make exception handling more efficient 7 years ago
Tom Tromey c6fdd8b205 Make SJLJ exceptions more efficient 7 years ago
Tom Tromey cc06b66897 Remove exception_none 7 years ago
Pedro Alves 56be6ea89c Some gdb_exception{,error,quit} tweaks 7 years ago
Tom Tromey 26003a205e Make exception throwing a bit more efficient 8 years ago
Tom Tromey d272eb370a Remove some now-dead exception code 8 years ago
Tom Tromey 230d2906b9 Rename gdb exception types 7 years ago
Tom Tromey 3d6e9d2336 Make exceptions use std::string and be self-managing 8 years ago
Tom Tromey c5c1011821 Simplify exception handling 8 years ago
Tom Tromey 1a5c25988e Normalize include guards in gdb 8 years ago
Joel Brobecker 42a4f53d2b Update copyright year range in all GDB files. 8 years ago
Pedro Alves f7c6f42310 Mark END_CATCH as ATTRIBUTE_NORETURN (-Wmaybe-uninitialized warnings) 8 years ago
Joel Brobecker e2882c8578 Update copyright year range in all GDB files 9 years ago
Pedro Alves 65630365f7 Eliminate catch_exceptions/catch_exceptions_with_msg 9 years ago
Pedro Alves a87c142792 Add missing-END_CATCH detection/protection (to gdb's TRY/CATCH/END_CATCH) 9 years ago
Jan Kratochvil 216f72a1ed DWARF-5: call sites 10 years ago
Joel Brobecker 61baf725ec update copyright year range in GDB files 10 years ago
Pedro Alves ddb6d63387 gdb: Remove some C compiler support leftovers 10 years ago
Pedro Alves 503b1c39dc gdb: Replace operator new / operator new[] 10 years ago
Pedro Alves 6290672f89 Switch gdb's TRY/CATCH to C++ try/catch 10 years ago
Pedro Alves 89525768cd Propagate GDB/C++ exceptions across readline using sj/lj-based TRY/CATCH 10 years ago
Pedro Alves 88c3cd8dcb Switch gdb's TRY/CATCH to sjlj again 10 years ago
Pedro Alves 0f41b320ed [C++] Switch TRY/CATCH to real C++ try/catch by default again 10 years ago
Pedro Alves 173981bc49 Use setjmp/longjmp for TRY/CATCH instead of sigsetjmp/siglongjmp 10 years ago
Pedro Alves 2afc13ff80 Eliminate prepare_to_throw_exception 10 years ago
Joel Brobecker 618f726fcb GDB copyright headers update after running GDB's copyright.py script. 11 years ago
Pedro Alves eec461d0a8 [C++] Always use setjmp/longjmp for exceptions 11 years ago
Pedro Alves 9c6595ab68 Don't assume break/continue inside a TRY block works 11 years ago
Pedro Alves 72df25b28d Make TRY/CATCH use real C++ try/catch in C++ mode 12 years ago
Pedro Alves 492d29ea1c Split TRY_CATCH into TRY + CATCH 12 years ago
Pedro Alves ad6aff7dea Move exception_none to common code, and use it 12 years ago
Gary Benson ef0b411a11 Add max-completions parameter, and implement tab-completion limiting. 12 years ago
Joel Brobecker 32d0add0a6 Update year range in copyright notice of all files owned by the GDB project. 12 years ago
Gary Benson ff55e1b548 Introduce common/common-exceptions.[ch] 12 years ago
Gary Benson e9bcb65852 Introduce common/gdb_setjmp.h 12 years ago
Gary Benson 2c51604d3a Rationalize "fatal" error handling outside of gdbserver 12 years ago
Pedro Alves 9d1e69a214 Move catch_command_errors and catch_command_errors_const to main.c 12 years ago
Pedro Alves 0000e5ccd8 Handle the case of a remote target supporting target side commands, but not on software breakpoints. 13 years ago
Joel Brobecker ecd75fc8ee Update Copyright year range in all files maintained by GDB. 13 years ago
Pedro Alves f23981e991 Eliminate UNSUPPORTED_ERROR. 13 years ago
Pedro Alves 710409a221 New OPTIMIZED_OUT_ERROR error code. 13 years ago
Joel Brobecker 2ea126fa78 Add "undefined-command" error code at end of ^error result... 13 years ago
Tom Tromey df30244622 fix PR python/15816 13 years ago
Andrew Burgess 16f92dd4d4 Remove deprecated_throw_reason. 13 years ago