OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:connection_object
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdb/python/
py-connection.c
35
struct
connection_object
struct
40
connection_object
is created this field will always point at a valid
49
CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF ("
connection_object
");
69
gdbpy_ref<
connection_object
>> all_connection_objects;
84
gdbpy_ref <
connection_object
> conn_obj;
95
conn_obj.reset (PyObject_New (
connection_object
, type));
172
gdbpy_ref <
connection_object
> conn_obj = conn_obj_iter->second;
183
connection_object
*conn_obj = (
connection_object
*) obj;
202
connection_object
*self = (connection_object *) obj
[
all
...]
/src/external/gpl3/gdb/dist/gdb/python/
py-connection.c
34
struct
connection_object
struct
39
connection_object
is created this field will always point at a valid
48
CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF ("
connection_object
");
68
gdbpy_ref<
connection_object
>> all_connection_objects;
83
gdbpy_ref <
connection_object
> conn_obj;
94
conn_obj.reset (PyObject_New (
connection_object
, type));
171
gdbpy_ref <
connection_object
> conn_obj = conn_obj_iter->second;
182
connection_object
*conn_obj = (
connection_object
*) obj;
201
connection_object
*self = (connection_object *) obj
[
all
...]
Completed in 46 milliseconds
Indexes created Sun Sep 13 00:25:22 UTC 2026