Searched refs:gdbpy_errors (Results 1 – 2 of 2) sorted by relevance
94 _, gdbpy_errors = run_gdb('--args', sys.executable) variable95 if "auto-loading has been declined" in gdbpy_errors:97 raise unittest.SkipTest(msg + gdbpy_errors.rstrip())
112 _, gdbpy_errors = run_gdb('--args', sys.executable) variable113 if "auto-loading has been declined" in gdbpy_errors:115 raise unittest.SkipTest(msg + gdbpy_errors.rstrip())