Searched refs:GetBoolean (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/lldb/tools/lldb-vscode/ |
| H A D | JSONUtils.h | 92 bool GetBoolean(const llvm::json::Object &obj, llvm::StringRef key, 94 bool GetBoolean(const llvm::json::Object *obj, llvm::StringRef key,
|
| H A D | lldb-vscode.cpp | 597 const auto wait_for = GetBoolean(arguments, "waitFor", false); in request_attach() 608 core_file.empty() ? GetBoolean(arguments, "stopOnEntry", false) : true; in request_attach() 856 GetBoolean(arguments, "terminateDebuggee", defaultTerminateDebuggee); in request_disconnect() 1654 g_vsc.stop_at_entry = GetBoolean(arguments, "stopOnEntry", false); in request_launch() 1703 if (GetBoolean(arguments, "disableASLR", true)) in request_launch() 1705 if (GetBoolean(arguments, "disableSTDIO", false)) in request_launch() 1707 if (GetBoolean(arguments, "shellExpandArguments", false)) in request_launch() 1709 const bool detatchOnError = GetBoolean(arguments, "detachOnError", false); in request_launch() 1717 if (GetBoolean(arguments, "runInTerminal", false)) { in request_launch() 2928 hex = GetBoolean(format, "hex", false); in request_variables()
|
| H A D | JSONUtils.cpp | 75 bool GetBoolean(const llvm::json::Object &obj, llvm::StringRef key, in GetBoolean() function 84 bool GetBoolean(const llvm::json::Object *obj, llvm::StringRef key, in GetBoolean() function 88 return GetBoolean(*obj, key, fail_value); in GetBoolean()
|
| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | IOHandlerCursesGUI.cpp | 1506 bool GetBoolean() { return m_content; } in GetBoolean() function in curses::BooleanFieldDelegate 2933 if (m_wait_for_field->GetBoolean()) in UpdateFieldsVisibility() 2943 if (m_show_advanced_field->GetBoolean()) in UpdateFieldsVisibility() 3013 if (m_wait_for_field->GetBoolean()) in GetAttachInfo() 3096 if (m_show_advanced_field->GetBoolean()) { in UpdateFieldsVisibility() 3302 if (m_show_advanced_field->GetBoolean()) { in UpdateFieldsVisibility() 3311 if (m_disable_standard_io_field->GetBoolean()) { in UpdateFieldsVisibility() 3450 if (m_stop_at_entry_field->GetBoolean()) in GetStopAtEntry() 3457 if (m_detach_on_error_field->GetBoolean()) in GetDetachOnError() 3464 if (m_disable_aslr_field->GetBoolean()) in GetDisableASLR() [all …]
|