OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:value_formatter
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdb/
varobj.c
2140
PyObject *
value_formatter
= var->dynamic->pretty_printer;
2144
if (
value_formatter
)
2146
if (PyObject_HasAttr (
value_formatter
, gdbpy_to_string_cst))
2150
gdbpy_ref<> output = apply_varobj_pretty_printer (
value_formatter
,
2183
= gdbpy_get_display_hint (
value_formatter
);
2212
if (PyObject_HasAttr (
value_formatter
, gdbpy_children_cst))
2138
PyObject *
value_formatter
= var->dynamic->pretty_printer;
local
/src/external/gpl3/gdb/dist/gdb/
varobj.c
2140
PyObject *
value_formatter
= var->dynamic->pretty_printer;
2144
if (
value_formatter
)
2146
if (PyObject_HasAttr (
value_formatter
, gdbpy_to_string_cst))
2150
gdbpy_ref<> output = apply_varobj_pretty_printer (
value_formatter
,
2183
= gdbpy_get_display_hint (
value_formatter
);
2212
if (PyObject_HasAttr (
value_formatter
, gdbpy_children_cst))
2138
PyObject *
value_formatter
= var->dynamic->pretty_printer;
local
Completed in 33 milliseconds
Indexes created Sat Apr 04 00:22:49 UTC 2026