OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:frame_unwinders
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdb/python/lib/gdb/
__init__.py
89
frame_unwinders
= []
variable
113
for unwinder in objfile.
frame_unwinders
:
119
for unwinder in current_progspace().
frame_unwinders
:
125
for unwinder in
frame_unwinders
:
/src/external/gpl3/gdb.old/dist/gdb/python/lib/gdb/
__init__.py
89
frame_unwinders
= []
variable
112
for unwinder in objfile.
frame_unwinders
:
118
for unwinder in current_progspace().
frame_unwinders
:
124
for unwinder in
frame_unwinders
:
/src/external/gpl3/gdb/dist/gdb/python/
py-objfile.c
47
PyObject *
frame_unwinders
;
member in struct:objfile_object
200
Py_XDECREF (self->
frame_unwinders
);
226
self->
frame_unwinders
= PyList_New (0);
227
if (self->
frame_unwinders
== NULL)
337
Py_INCREF (self->
frame_unwinders
);
338
return self->
frame_unwinders
;
358
_("The
frame_unwinders
attribute must be a list."));
363
gdbpy_ref<> tmp (self->
frame_unwinders
);
365
self->
frame_unwinders
= unwinders;
765
{ "
frame_unwinders
", objfpy_get_frame_unwinders
[
all
...]
py-progspace.c
50
PyObject *
frame_unwinders
;
member in struct:pspace_object
166
Py_XDECREF (ps_self->
frame_unwinders
);
193
self->
frame_unwinders
= PyList_New (0);
194
if (self->
frame_unwinders
== NULL)
294
Py_INCREF (self->
frame_unwinders
);
295
return self->
frame_unwinders
;
320
gdbpy_ref<> tmp (self->
frame_unwinders
);
322
self->
frame_unwinders
= unwinders;
777
{ "
frame_unwinders
", pspy_get_frame_unwinders, pspy_set_frame_unwinders,
/src/external/gpl3/gdb.old/dist/gdb/python/
py-objfile.c
47
PyObject *
frame_unwinders
;
member in struct:objfile_object
200
Py_XDECREF (self->
frame_unwinders
);
226
self->
frame_unwinders
= PyList_New (0);
227
if (self->
frame_unwinders
== NULL)
337
Py_INCREF (self->
frame_unwinders
);
338
return self->
frame_unwinders
;
358
_("The
frame_unwinders
attribute must be a list."));
363
gdbpy_ref<> tmp (self->
frame_unwinders
);
365
self->
frame_unwinders
= unwinders;
769
{ "
frame_unwinders
", objfpy_get_frame_unwinders
[
all
...]
py-progspace.c
50
PyObject *
frame_unwinders
;
member in struct:pspace_object
166
Py_XDECREF (ps_self->
frame_unwinders
);
193
self->
frame_unwinders
= PyList_New (0);
194
if (self->
frame_unwinders
== NULL)
294
Py_INCREF (self->
frame_unwinders
);
295
return self->
frame_unwinders
;
320
gdbpy_ref<> tmp (self->
frame_unwinders
);
322
self->
frame_unwinders
= unwinders;
778
{ "
frame_unwinders
", pspy_get_frame_unwinders, pspy_set_frame_unwinders,
Completed in 28 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026