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

References

tools/lldb/source/Commands/CommandObjectBreakpoint.cpp
 1772         GetSelectedOrDummyTarget(m_name_options.m_use_dummy.GetCurrentValue());
 1851         GetSelectedOrDummyTarget(m_name_options.m_use_dummy.GetCurrentValue());
 1915         GetSelectedOrDummyTarget(m_name_options.m_use_dummy.GetCurrentValue());
tools/lldb/source/Commands/CommandObjectCommands.cpp
  114     if (m_options.m_clear.GetCurrentValue() &&
  299             m_options.m_stop_on_continue.GetCurrentValue());
  302         options.SetStopOnError(m_options.m_stop_on_error.GetCurrentValue());
  305       if (m_options.m_silent_run.GetCurrentValue()) {
tools/lldb/source/Commands/CommandObjectExpression.cpp
  590     if (m_repl_option.GetOptionValue().GetCurrentValue()) {
tools/lldb/source/Commands/CommandObjectMemory.cpp
  777       const bool append = m_outfile_options.GetAppend().GetCurrentValue();
tools/lldb/source/Commands/CommandObjectRegister.cpp
  190                           !m_command_options.dump_all_sets.GetCurrentValue());
tools/lldb/source/Commands/CommandObjectTarget.cpp
 2644     const bool load = m_load_option.GetOptionValue().GetCurrentValue();
 2645     const bool set_pc = m_pc_option.GetOptionValue().GetCurrentValue();
tools/lldb/source/Commands/CommandObjectType.cpp
 1793         if (m_options.m_define_enabled.GetCurrentValue())
tools/lldb/source/Interpreter/OptionValue.cpp
   24     return static_cast<OptionValueBoolean *>(this)->GetCurrentValue();
  276     return option_value->GetCurrentValue();
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())
  586     return m_dump_all.GetOptionValue().GetCurrentValue();
  590         m_dump_directory.GetOptionValue().GetCurrentValue();
  593     return DumpAll() || m_dump_linux_all.GetOptionValue().GetCurrentValue();
  597         m_dump_linux_cpuinfo.GetOptionValue().GetCurrentValue();
  601         m_dump_linux_proc_status.GetOptionValue().GetCurrentValue();
  605         m_dump_linux_proc_stat.GetOptionValue().GetCurrentValue();
  609         m_dump_linux_lsb_release.GetOptionValue().GetCurrentValue();
  613         m_dump_linux_cmdline.GetOptionValue().GetCurrentValue();
  617         m_dump_linux_environ.GetOptionValue().GetCurrentValue();
  621         m_dump_linux_auxv.GetOptionValue().GetCurrentValue();
  625         m_dump_linux_maps.GetOptionValue().GetCurrentValue();
  629         m_dump_linux_proc_uptime.GetOptionValue().GetCurrentValue();
  633         m_dump_linux_proc_fd.GetOptionValue().GetCurrentValue();
  636     return DumpAll() || m_fb_all.GetOptionValue().GetCurrentValue();
  639     return DumpFacebook() || m_fb_app_data.GetOptionValue().GetCurrentValue();
  642     return DumpFacebook() || m_fb_build_id.GetOptionValue().GetCurrentValue();
  645     return DumpFacebook() || m_fb_version.GetOptionValue().GetCurrentValue();
  648     return DumpFacebook() || m_fb_java_stack.GetOptionValue().GetCurrentValue();
  651     return DumpFacebook() || m_fb_dalvik.GetOptionValue().GetCurrentValue();
  654     return DumpFacebook() || m_fb_unwind.GetOptionValue().GetCurrentValue();
  657     return DumpFacebook() || m_fb_error_log.GetOptionValue().GetCurrentValue();
  660     return DumpFacebook() || m_fb_app_state.GetOptionValue().GetCurrentValue();
  663     return DumpFacebook() || m_fb_abort.GetOptionValue().GetCurrentValue();
  666     return DumpFacebook() || m_fb_thread.GetOptionValue().GetCurrentValue();
  669     return DumpFacebook() || m_fb_logcat.GetOptionValue().GetCurrentValue();