reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Commands/CommandObjectExpression.cpp
  590     if (m_repl_option.GetOptionValue().GetCurrentValue()) {
tools/lldb/source/Commands/CommandObjectTarget.cpp
  614     if (m_all_option.GetOptionValue()) {
  671     if (m_cleanup_option.GetOptionValue()) {
 2644     const bool load = m_load_option.GetOptionValue().GetCurrentValue();
 2645     const bool set_pc = m_pc_option.GetOptionValue().GetCurrentValue();
 4214         m_current_frame_option.GetOptionValue().OptionWasSet();
tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
 5166         const bool json = m_json.GetOptionValue().GetCurrentValue();
tools/lldb/source/Plugins/Process/minidump/ProcessMinidump.cpp
  556     if (m_dump_all.GetOptionValue().GetCurrentValue() ||
  557         m_dump_linux_all.GetOptionValue().GetCurrentValue() ||
  558         m_fb_all.GetOptionValue().GetCurrentValue() ||
  559         m_dump_directory.GetOptionValue().GetCurrentValue() ||
  560         m_dump_linux_cpuinfo.GetOptionValue().GetCurrentValue() ||
  561         m_dump_linux_proc_status.GetOptionValue().GetCurrentValue() ||
  562         m_dump_linux_lsb_release.GetOptionValue().GetCurrentValue() ||
  563         m_dump_linux_cmdline.GetOptionValue().GetCurrentValue() ||
  564         m_dump_linux_environ.GetOptionValue().GetCurrentValue() ||
  565         m_dump_linux_auxv.GetOptionValue().GetCurrentValue() ||
  566         m_dump_linux_maps.GetOptionValue().GetCurrentValue() ||
  567         m_dump_linux_proc_stat.GetOptionValue().GetCurrentValue() ||
  568         m_dump_linux_proc_uptime.GetOptionValue().GetCurrentValue() ||
  569         m_dump_linux_proc_fd.GetOptionValue().GetCurrentValue() ||
  570         m_fb_app_data.GetOptionValue().GetCurrentValue() ||
  571         m_fb_build_id.GetOptionValue().GetCurrentValue() ||
  572         m_fb_version.GetOptionValue().GetCurrentValue() ||
  573         m_fb_java_stack.GetOptionValue().GetCurrentValue() ||
  574         m_fb_dalvik.GetOptionValue().GetCurrentValue() ||
  575         m_fb_unwind.GetOptionValue().GetCurrentValue() ||
  576         m_fb_error_log.GetOptionValue().GetCurrentValue() ||
  577         m_fb_app_state.GetOptionValue().GetCurrentValue() ||
  578         m_fb_abort.GetOptionValue().GetCurrentValue() ||
  579         m_fb_thread.GetOptionValue().GetCurrentValue() ||
  580         m_fb_logcat.GetOptionValue().GetCurrentValue())
  583     m_dump_all.GetOptionValue().SetCurrentValue(true);