OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:gdbpy_gdberror_exc
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdb/python/
python.c
101
PyObject *
gdbpy_gdberror_exc
;
2534
gdbpy_gdberror_exc
= PyErr_NewException ("gdb.GdbError", NULL, NULL);
2535
if (
gdbpy_gdberror_exc
== NULL
2537
gdbpy_gdberror_exc
) < 0)
100
PyObject *
gdbpy_gdberror_exc
;
variable
/src/external/gpl3/gdb.old/dist/gdb/python/
python.c
100
PyObject *
gdbpy_gdberror_exc
;
2323
gdbpy_gdberror_exc
= PyErr_NewException ("gdb.GdbError", NULL, NULL);
2324
if (
gdbpy_gdberror_exc
== NULL
2326
gdbpy_gdberror_exc
) < 0)
99
PyObject *
gdbpy_gdberror_exc
;
variable
Completed in 24 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026