HomeSort by: relevance | last modified time | path
    Searched defs:python_excp_none (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/python/
python.c 45 static const char python_excp_none[] = "none"; variable
52 python_excp_none,
1596 return gdbpy_should_print_stack != python_excp_none;
1608 if (gdbpy_should_print_stack == python_excp_none)
  /src/external/gpl3/gdb.old/dist/gdb/python/
python.c 44 static const char python_excp_none[] = "none"; variable
51 python_excp_none,
1597 return gdbpy_should_print_stack != python_excp_none;
1609 if (gdbpy_should_print_stack == python_excp_none)

Completed in 27 milliseconds