Home
last modified time | relevance | path

Searched refs:show_source (Results 1 – 5 of 5) sorted by relevance

/external/elfutils/src/src/
Dstack.c48 static bool show_source = false; variable
269 if (show_source) in print_frame()
514 show_source = true; in parse_opt()
530 show_activation = show_source = show_module = show_debugname = true; in parse_opt()
DChangeLog536 * stack.c (show_activation, show_module, show_source): New variables.
538 Set show_module if -m option is given. Set show_source if -s option
/external/lldb/include/lldb/Target/
DStackFrame.h168 bool show_source);
/external/lldb/source/Target/
DStackFrame.cpp1373 bool show_source) in GetStatus() argument
1382 if (show_source) in GetStatus()
DThread.cpp359 bool show_source = !already_shown; in SetSelectedFrameByIndexNoisily() local
360 return frame_sp->GetStatus (output_stream, show_frame_info, show_source); in SetSelectedFrameByIndexNoisily()