Searched refs:gdbpy_errors (Results 1 – 2 of 2) sorted by relevance
93 _, gdbpy_errors = run_gdb('--args', sys.executable) variable94 if "auto-loading has been declined" in gdbpy_errors:96 raise unittest.SkipTest(msg + gdbpy_errors.rstrip())
95 _, gdbpy_errors = run_gdb('--args', sys.executable) variable96 if "auto-loading has been declined" in gdbpy_errors:98 raise unittest.SkipTest(msg + gdbpy_errors.rstrip())