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

  /src/external/gpl3/gdb/dist/gdb/python/
python.c 62 static const char *gdbpy_should_print_stack = python_excp_message; variable
1596 return gdbpy_should_print_stack != python_excp_none;
1601 gdbpy_should_print_stack. Only call this if a python exception is
1608 if (gdbpy_should_print_stack == python_excp_none)
1613 else if (gdbpy_should_print_stack == python_excp_full)
2707 &gdbpy_should_print_stack, _("\
  /src/external/gpl3/gdb.old/dist/gdb/python/
python.c 61 static const char *gdbpy_should_print_stack = python_excp_message; variable
1597 return gdbpy_should_print_stack != python_excp_none;
1602 gdbpy_should_print_stack. Only call this if a python exception is
1609 if (gdbpy_should_print_stack == python_excp_none)
1614 else if (gdbpy_should_print_stack == python_excp_full)
2496 &gdbpy_should_print_stack, _("\

Completed in 26 milliseconds