Home
last modified time | relevance | path

Searched refs:CLI_PRESENCE (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dextension.h136 CLI_PRESENCE enumerator
Dstack.c2029 arg_type = CLI_PRESENCE; in backtrace_command_1()
DChangeLog-20196697 * extension.h (enum ext_lang_frame_args): New value CLI_PRESENCE.
6716 * python/py-framefilter.c (py_print_args): Handle CLI_PRESENCE.
/netbsd/src/external/gpl3/gdb/dist/gdb/python/
Dpy-framefilter.c711 if (args_type == CLI_PRESENCE) in py_print_args()