Searched refs:show_locals (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/llvm/lldb/source/Interpreter/
H A DOptionGroupVariable.cpp71 show_recognized_args(false), show_locals(false), show_globals(false),
91 show_locals = false;
122 show_locals = true; // Frame option only
/openbsd-current/gnu/llvm/lldb/include/lldb/Interpreter/
H A DOptionGroupVariable.h36 show_locals : 1, // Frame option only (include_frame_options == true)
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dstack.c1093 static void backtrace_command_1 (char *count_exp, int show_locals, argument
1096 backtrace_command_1 (char *count_exp, int show_locals, int from_tty)
1183 if (show_locals)
/openbsd-current/gnu/llvm/lldb/source/Commands/
H A DCommandObjectFrame.cpp640 if (!m_option_variable.show_locals)

Completed in 109 milliseconds