Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/gdb/mi/
Dmi-cmd-stack.c276 frame_filter_flags flags = PRINT_LEVEL | PRINT_LOCALS; in mi_cmd_stack_list_locals()
470 frame_filter_flags flags = PRINT_LEVEL | PRINT_ARGS | PRINT_LOCALS; in mi_cmd_stack_list_variables()
/netbsd/src/external/gpl3/gdb/dist/gdb/
Dextension.h100 PRINT_LOCALS = 1 << 3, enumerator
Dstack.c2010 flags |= PRINT_LOCALS; in backtrace_command_1()
2069 if ((flags & PRINT_LOCALS) != 0) in backtrace_command_1()
/netbsd/src/external/gpl3/gdb/dist/gdb/python/
Dpy-framefilter.c775 print_locals = (flags & PRINT_LOCALS) ? 1 : 0; in py_print_frame()