OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:py_str
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdb/python/
py-prettyprint.c
291
gdbpy_ref<>
py_str
= pretty_print_one_value (printer, &replacement);
local
292
if (
py_str
!= NULL)
294
if (
py_str
== Py_None)
296
else if (gdbpy_is_lazy_string (
py_str
.get ()))
304
gdbpy_extract_lazy_string (
py_str
.get (), &addr, &type,
314
= python_string_to_target_python_string (
py_str
.get ());
650
gdbpy_ref<>
py_str
= pretty_print_one_value (printer_obj, replacement);
local
652
if (*replacement == NULL &&
py_str
== NULL)
655
return
py_str
;
/src/external/gpl3/gdb/dist/gdb/python/
py-prettyprint.c
291
gdbpy_ref<>
py_str
= pretty_print_one_value (printer, &replacement);
local
292
if (
py_str
!= NULL)
294
if (
py_str
== Py_None)
296
else if (gdbpy_is_lazy_string (
py_str
.get ()))
304
gdbpy_extract_lazy_string (
py_str
.get (), &addr, &type,
314
= python_string_to_target_python_string (
py_str
.get ());
650
gdbpy_ref<>
py_str
= pretty_print_one_value (printer_obj, replacement);
local
652
if (*replacement == NULL &&
py_str
== NULL)
655
return
py_str
;
Completed in 18 milliseconds
Indexes created Thu Mar 19 00:23:35 UTC 2026