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_filters
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdb/python/lib/gdb/
__init__.py
87
frame_filters
= {}
variable
/src/external/gpl3/gdb.old/dist/gdb/python/lib/gdb/
__init__.py
87
frame_filters
= {}
variable
/src/external/gpl3/gdb/dist/gdb/mi/
mi-cmd-stack.c
51
static int
frame_filters
= 0;
variable
59
frame_filters
= 1;
154
if (! raw_arg &&
frame_filters
)
172
if (!
frame_filters
|| raw_arg || result == EXT_LANG_BT_NO_FILTERS)
274
if (! raw_arg &&
frame_filters
)
284
if (!
frame_filters
|| raw_arg || result == EXT_LANG_BT_NO_FILTERS)
372
if (! raw_arg &&
frame_filters
)
392
if (!
frame_filters
|| raw_arg || result == EXT_LANG_BT_NO_FILTERS)
468
if (! raw_arg &&
frame_filters
)
481
if (!
frame_filters
|| raw_arg || result == EXT_LANG_BT_NO_FILTERS
[
all
...]
/src/external/gpl3/gdb.old/dist/gdb/mi/
mi-cmd-stack.c
51
static int
frame_filters
= 0;
variable
59
frame_filters
= 1;
154
if (! raw_arg &&
frame_filters
)
172
if (!
frame_filters
|| raw_arg || result == EXT_LANG_BT_NO_FILTERS)
274
if (! raw_arg &&
frame_filters
)
284
if (!
frame_filters
|| raw_arg || result == EXT_LANG_BT_NO_FILTERS)
372
if (! raw_arg &&
frame_filters
)
392
if (!
frame_filters
|| raw_arg || result == EXT_LANG_BT_NO_FILTERS)
468
if (! raw_arg &&
frame_filters
)
481
if (!
frame_filters
|| raw_arg || result == EXT_LANG_BT_NO_FILTERS
[
all
...]
/src/external/gpl3/gdb/dist/gdb/python/
py-objfile.c
44
PyObject *
frame_filters
;
member in struct:objfile_object
199
Py_XDECREF (self->
frame_filters
);
222
self->
frame_filters
= PyDict_New ();
223
if (self->
frame_filters
== NULL)
298
Py_INCREF (self->
frame_filters
);
299
return self->
frame_filters
;
318
_("The
frame_filters
attribute must be a dictionary."));
323
gdbpy_ref<> tmp (self->
frame_filters
);
325
self->
frame_filters
= filters;
763
{ "
frame_filters
", objfpy_get_frame_filters
[
all
...]
py-progspace.c
47
PyObject *
frame_filters
;
member in struct:pspace_object
165
Py_XDECREF (ps_self->
frame_filters
);
189
self->
frame_filters
= PyDict_New ();
190
if (self->
frame_filters
== NULL)
255
Py_INCREF (self->
frame_filters
);
256
return self->
frame_filters
;
280
gdbpy_ref<> tmp (self->
frame_filters
);
282
self->
frame_filters
= frame;
775
{ "
frame_filters
", pspy_get_frame_filters, pspy_set_frame_filters,
/src/external/gpl3/gdb.old/dist/gdb/python/
py-objfile.c
44
PyObject *
frame_filters
;
member in struct:objfile_object
199
Py_XDECREF (self->
frame_filters
);
222
self->
frame_filters
= PyDict_New ();
223
if (self->
frame_filters
== NULL)
298
Py_INCREF (self->
frame_filters
);
299
return self->
frame_filters
;
318
_("The
frame_filters
attribute must be a dictionary."));
323
gdbpy_ref<> tmp (self->
frame_filters
);
325
self->
frame_filters
= filters;
767
{ "
frame_filters
", objfpy_get_frame_filters
[
all
...]
py-progspace.c
47
PyObject *
frame_filters
;
member in struct:pspace_object
165
Py_XDECREF (ps_self->
frame_filters
);
189
self->
frame_filters
= PyDict_New ();
190
if (self->
frame_filters
== NULL)
255
Py_INCREF (self->
frame_filters
);
256
return self->
frame_filters
;
280
gdbpy_ref<> tmp (self->
frame_filters
);
282
self->
frame_filters
= frame;
776
{ "
frame_filters
", pspy_get_frame_filters, pspy_set_frame_filters,
Completed in 25 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026