Searched refs:throw_error (Results 1 - 25 of 64) sorted by relevance

123

/netbsd-current/external/gpl3/gdb.old/dist/gdbsupport/
H A Dcommon-regcache.cc33 throw_error (NOT_AVAILABLE_ERROR,
H A Dcommon-exceptions.cc218 throw_error (enum errors error, const char *fmt, ...) function
H A Dcommon-exceptions.h299 extern void throw_error (enum errors error, const char *fmt, ...)
/netbsd-current/external/gpl3/gdb/dist/gdbsupport/
H A Dcommon-regcache.cc33 throw_error (NOT_AVAILABLE_ERROR,
H A Dcommon-exceptions.cc218 throw_error (enum errors error, const char *fmt, ...) function
H A Dcommon-exceptions.h335 extern void throw_error (enum errors error, const char *fmt, ...)
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
H A Dpy-events.py137 def gdb_exiting_handler(event, throw_error):
139 if throw_error:
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dlinespec.c1570 throw_error (NOT_FOUND_ERROR,
1580 throw_error (NOT_FOUND_ERROR,
1584 throw_error (NOT_FOUND_ERROR,
1591 throw_error (NOT_FOUND_ERROR,
1595 throw_error (NOT_FOUND_ERROR,
1618 throw_error (GENERIC_ERROR,
1623 throw_error (GENERIC_ERROR,
1634 throw_error (NOT_FOUND_ERROR,
1638 throw_error (NOT_FOUND_ERROR,
1648 throw_error (NOT_FOUND_ERRO
[all...]
H A Dframe.c985 throw_error (NOT_AVAILABLE_ERROR, _("PC not available"));
987 throw_error (OPTIMIZED_OUT_ERROR, _("PC not saved"));
1055 throw_error (NOT_AVAILABLE_ERROR, _("PC not available"));
1207 throw_error (OPTIMIZED_OUT_ERROR,
1210 throw_error (NOT_AVAILABLE_ERROR,
1301 throw_error (OPTIMIZED_OUT_ERROR,
1306 throw_error (NOT_AVAILABLE_ERROR,
1334 throw_error (OPTIMIZED_OUT_ERROR,
1339 throw_error (NOT_AVAILABLE_ERROR,
H A Ddisplaced-stepping.c118 throw_error (MEMORY_ERROR,
H A Dcp-abi.c87 throw_error (NOT_AVAILABLE_ERROR,
H A Dgnu-v2-abi.c373 throw_error (NOT_AVAILABLE_ERROR,
H A Dcorefile.c207 throw_error (exception, ("%s"), str.c_str ());
H A Dlinux-thread-db.c1773 throw_error (TLS_NO_LIBRARY_SUPPORT_ERROR,
1788 throw_error (TLS_LOAD_MODULE_NOT_FOUND_ERROR,
1807 throw_error (TLS_NOT_ALLOCATED_YET_ERROR,
1813 throw_error (TLS_GENERIC_ERROR,
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dframe.c1021 throw_error (NOT_AVAILABLE_ERROR, _("PC not available"));
1023 throw_error (OPTIMIZED_OUT_ERROR, _("PC not saved"));
1095 throw_error (NOT_AVAILABLE_ERROR, _("PC not available"));
1242 throw_error (OPTIMIZED_OUT_ERROR,
1245 throw_error (NOT_AVAILABLE_ERROR,
1342 throw_error (OPTIMIZED_OUT_ERROR,
1347 throw_error (NOT_AVAILABLE_ERROR,
1376 throw_error (OPTIMIZED_OUT_ERROR,
1381 throw_error (NOT_AVAILABLE_ERROR,
H A Dgnu-v2-abi.c372 throw_error (NOT_AVAILABLE_ERROR,
H A Dcp-abi.c87 throw_error (NOT_AVAILABLE_ERROR,
H A Dlinespec.c1621 throw_error (NOT_FOUND_ERROR,
1631 throw_error (NOT_FOUND_ERROR,
1635 throw_error (NOT_FOUND_ERROR,
1642 throw_error (NOT_FOUND_ERROR,
1646 throw_error (NOT_FOUND_ERROR,
1669 throw_error (GENERIC_ERROR,
1674 throw_error (GENERIC_ERROR,
1685 throw_error (NOT_FOUND_ERROR,
1689 throw_error (NOT_FOUND_ERROR,
1699 throw_error (NOT_FOUND_ERRO
[all...]
H A Dlinux-thread-db.c1759 throw_error (TLS_NO_LIBRARY_SUPPORT_ERROR,
1774 throw_error (TLS_LOAD_MODULE_NOT_FOUND_ERROR,
1793 throw_error (TLS_NOT_ALLOCATED_YET_ERROR,
1799 throw_error (TLS_GENERIC_ERROR,
H A Dcorefile.c204 throw_error (exception, ("%s"), str.c_str ());
/netbsd-current/external/gpl3/gdb.old/dist/gdb/mi/
H A Dmi-parse.c277 throw_error (UNDEFINED_COMMAND_ERROR,
/netbsd-current/external/gpl3/gdb.old/dist/gdb/dwarf2/
H A Dloc.c757 throw_error (NO_ENTRY_VALUE_ERROR,
879 throw_error (NO_ENTRY_VALUE_ERROR,
891 throw_error (NO_ENTRY_VALUE_ERROR,
925 throw_error (NO_ENTRY_VALUE_ERROR,
955 throw_error (NO_ENTRY_VALUE_ERROR,
1013 throw_error (NO_ENTRY_VALUE_ERROR,
1165 throw_error (NO_ENTRY_VALUE_ERROR, _("Unable to find function for PC %s"),
1251 throw_error (NO_ENTRY_VALUE_ERROR,
1355 throw_error (NO_ENTRY_VALUE_ERROR,
1370 throw_error (NO_ENTRY_VALUE_ERRO
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/mi/
H A Dmi-parse.c277 throw_error (UNDEFINED_COMMAND_ERROR,
/netbsd-current/external/gpl3/gdb/dist/gdb/dwarf2/
H A Dloc.c659 throw_error (NO_ENTRY_VALUE_ERROR,
671 throw_error (NO_ENTRY_VALUE_ERROR,
706 throw_error (NO_ENTRY_VALUE_ERROR,
757 throw_error (NO_ENTRY_VALUE_ERROR,
814 throw_error (NO_ENTRY_VALUE_ERROR,
1037 throw_error (NO_ENTRY_VALUE_ERROR, _("Unable to find function for PC %s"),
1059 throw_error (NO_ENTRY_VALUE_ERROR,
1159 throw_error (NO_ENTRY_VALUE_ERROR,
1174 throw_error (NO_ENTRY_VALUE_ERROR, _("DW_OP_entry_value resolving "
1200 throw_error (NO_ENTRY_VALUE_ERRO
[all...]
/netbsd-current/external/mit/isl/dist/
H A Disl_test2.cc113 isl::exception::throw_error(isl_error_invalid, msg, __FILE__, __LINE__)

Completed in 330 milliseconds

123