Searched refs:file_exception (Results 1 – 1 of 1) sorted by relevance
2137 volatile struct gdb_exception file_exception; in parse_linespec() local2165 file_exception.reason = 0; in parse_linespec()2251 TRY_CATCH (file_exception, RETURN_MASK_ERROR) in parse_linespec()2257 if (file_exception.reason >= 0) in parse_linespec()2302 if (file_exception.reason < 0) in parse_linespec()2303 throw_exception (file_exception); in parse_linespec()