Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/
H A DJSONUtils.h93 bool GetBoolean(const llvm::json::Object &obj, llvm::StringRef key,
95 bool GetBoolean(const llvm::json::Object *obj, llvm::StringRef key,
H A Dlldb-vscode.cpp600 const auto wait_for = GetBoolean(arguments, "waitFor", false); in request_attach()
611 core_file.empty() ? GetBoolean(arguments, "stopOnEntry", false) : true; in request_attach()
859 GetBoolean(arguments, "terminateDebuggee", defaultTerminateDebuggee); in request_disconnect()
1455 bool source_init_file = GetBoolean(arguments, "sourceInitFile", true); in request_initialize()
1664 g_vsc.stop_at_entry = GetBoolean(arguments, "stopOnEntry", false); in request_launch()
1713 if (GetBoolean(arguments, "disableASLR", true)) in request_launch()
1715 if (GetBoolean(arguments, "disableSTDIO", false)) in request_launch()
1717 if (GetBoolean(arguments, "shellExpandArguments", false)) in request_launch()
1719 const bool detatchOnError = GetBoolean(arguments, "detachOnError", false); in request_launch()
1727 if (GetBoolean(arguments, "runInTerminal", false)) { in request_launch()
[all …]
H A DJSONUtils.cpp77 bool GetBoolean(const llvm::json::Object &obj, llvm::StringRef key, in GetBoolean() function
86 bool GetBoolean(const llvm::json::Object *obj, llvm::StringRef key, in GetBoolean() function
90 return GetBoolean(*obj, key, fail_value); in GetBoolean()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp1508 bool GetBoolean() { return m_content; } in GetBoolean() function in curses::BooleanFieldDelegate
2894 Status detach_status(m_process->Detach(m_keep_stopped_field->GetBoolean())); in Detach()
2935 if (m_wait_for_field->GetBoolean()) in UpdateFieldsVisibility()
2945 if (m_show_advanced_field->GetBoolean()) in UpdateFieldsVisibility()
3010 attach_info.SetContinueOnceAttached(m_continue_field->GetBoolean()); in GetAttachInfo()
3014 attach_info.SetWaitForLaunch(m_wait_for_field->GetBoolean()); in GetAttachInfo()
3015 if (m_wait_for_field->GetBoolean()) in GetAttachInfo()
3016 attach_info.SetIgnoreExisting(!m_include_existing_field->GetBoolean()); in GetAttachInfo()
3098 if (m_show_advanced_field->GetBoolean()) { in UpdateFieldsVisibility()
3304 if (m_show_advanced_field->GetBoolean()) { in UpdateFieldsVisibility()
[all …]