Home
last modified time | relevance | path

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

/dports/devel/gdb/gdb-11.1/gdb/
H A Dextension.h99 PRINT_LOCALS = 1 << 3, enumerator
H A Dstack.c2028 flags |= PRINT_LOCALS; in backtrace_command_1()
2085 if ((flags & PRINT_LOCALS) != 0) in backtrace_command_1()
/dports/devel/gdb/gdb-11.1/gdb/mi/
H A Dmi-cmd-stack.c270 frame_filter_flags flags = PRINT_LEVEL | PRINT_LOCALS; in mi_cmd_stack_list_locals()
461 frame_filter_flags flags = PRINT_LEVEL | PRINT_ARGS | PRINT_LOCALS; in mi_cmd_stack_list_variables()
/dports/devel/gdb/gdb-11.1/gdb/python/
H A Dpy-framefilter.c779 print_locals = (flags & PRINT_LOCALS) ? 1 : 0; in py_print_frame()