Searched refs:OptionArgParser (Results 1 - 25 of 30) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupWatchpoint.cpp12 #include "lldb/Interpreter/OptionArgParser.h"
90 tmp_watch_type = (WatchType)OptionArgParser::ToOptionEnum(
99 watch_size = (uint32_t)OptionArgParser::ToOptionEnum(
H A DOptionValueChar.cpp11 #include "lldb/Interpreter/OptionArgParser.h"
45 char char_value = OptionArgParser::ToChar(value, '\0', &success);
H A DOptionValueFormat.cpp12 #include "lldb/Interpreter/OptionArgParser.h"
41 error = OptionArgParser::ToFormat(value.str().c_str(), new_format, nullptr);
H A DOptionArgParser.cpp1 //===-- OptionArgParser.cpp -----------------------------------------------===//
9 #include "lldb/Interpreter/OptionArgParser.h"
18 bool OptionArgParser::ToBoolean(llvm::StringRef ref, bool fail_value,
35 char OptionArgParser::ToChar(llvm::StringRef s, char fail_value,
47 int64_t OptionArgParser::ToOptionEnum(llvm::StringRef s,
78 Status OptionArgParser::ToFormat(const char *s, lldb::Format &format,
123 lldb::ScriptLanguage OptionArgParser::ToScriptLanguage(
142 lldb::addr_t OptionArgParser::ToAddress(const ExecutionContext *exe_ctx,
H A DOptionGroupValueObjectDisplay.cpp14 #include "lldb/Interpreter/OptionArgParser.h"
82 result = OptionArgParser::ToOptionEnum(option_arg, GetDynamicValueTypes(),
141 use_synth = OptionArgParser::ToBoolean(option_arg, true, &success);
148 run_validator = OptionArgParser::ToBoolean(option_arg, true, &success);
H A DOptionValueBoolean.cpp12 #include "lldb/Interpreter/OptionArgParser.h"
45 bool value = OptionArgParser::ToBoolean(value_str, false, &success);
H A DProperty.cpp14 #include "lldb/Interpreter/OptionArgParser.h"
57 std::make_shared<OptionValueBoolean>(OptionArgParser::ToBoolean(
67 OptionArgParser::ToChar(s, '\0', nullptr));
127 OptionArgParser::ToFormat(definition.default_cstr_value, new_format,
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionArgParser.h1 //===-- OptionArgParser.h ---------------------------------------*- C++ -*-===//
16 struct OptionArgParser { struct in namespace:lldb_private
/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectExpression.cpp18 #include "lldb/Interpreter/OptionArgParser.h"
70 result = OptionArgParser::ToBoolean(option_arg, true, &success);
81 bool tmp_value = OptionArgParser::ToBoolean(option_arg, true, &success);
93 bool tmp_value = OptionArgParser::ToBoolean(option_arg, true, &success);
113 bool tmp_value = OptionArgParser::ToBoolean(option_arg, true, &success);
129 OptionArgParser::ToOptionEnum(
149 bool tmp_value = OptionArgParser::ToBoolean(option_arg, true, &success);
H A DCommandObjectDisassemble.cpp16 #include "lldb/Interpreter/OptionArgParser.h"
74 start_addr = OptionArgParser::ToAddress(execution_context, option_arg,
80 end_addr = OptionArgParser::ToAddress(execution_context, option_arg,
140 symbol_containing_addr = OptionArgParser::ToAddress(
H A DCommandObjectBreakpoint.cpp17 #include "lldb/Interpreter/OptionArgParser.h"
83 value = OptionArgParser::ToBoolean(option_arg, false, &success);
101 value = OptionArgParser::ToBoolean(option_arg, false, &success);
264 m_load_addr = OptionArgParser::ToAddress(execution_context, option_arg,
329 m_catch_bp = OptionArgParser::ToBoolean(option_arg, true, &success);
343 value = OptionArgParser::ToBoolean(option_arg, true, &success);
372 value = OptionArgParser::ToBoolean(option_arg, true, &success);
406 tmp_offset_addr = OptionArgParser::ToAddress(execution_context,
436 m_throw_bp = OptionArgParser::ToBoolean(option_arg, true, &success);
1608 value = OptionArgParser
[all...]
H A DCommandObjectMemory.cpp16 #include "lldb/Interpreter/OptionArgParser.h"
591 addr = OptionArgParser::ToAddress(&m_exe_ctx, command[0].ref(),
602 lldb::addr_t end_addr = OptionArgParser::ToAddress(
1035 lldb::addr_t low_addr = OptionArgParser::ToAddress(
1041 lldb::addr_t high_addr = OptionArgParser::ToAddress(
1340 lldb::addr_t addr = OptionArgParser::ToAddress(
1464 uval64 = OptionArgParser::ToBoolean(entry.ref(), false, &success);
1636 lldb::addr_t addr = OptionArgParser::ToAddress(
1703 load_addr = OptionArgParser::ToAddress(&m_exe_ctx, load_addr_str,
H A DCommandObjectBreakpointCommand.cpp18 #include "lldb/Interpreter/OptionArgParser.h"
299 m_script_language = (lldb::ScriptLanguage)OptionArgParser::ToOptionEnum(
318 OptionArgParser::ToBoolean(option_arg, false, &success);
H A DCommandObjectReproducer.cpp15 #include "lldb/Interpreter/OptionArgParser.h"
196 signal = (ReproducerCrashSignal)OptionArgParser::ToOptionEnum(
339 provider = (ReproducerProvider)OptionArgParser::ToOptionEnum(
H A DCommandObjectThread.cpp15 #include "lldb/Interpreter/OptionArgParser.h"
269 OptionArgParser::ToBoolean(option_arg, false, &success);
418 OptionArgParser::ToBoolean(option_arg, true, &success);
430 OptionArgParser::ToBoolean(option_arg, true, &success);
447 m_run_mode = (lldb::RunMode)OptionArgParser::ToOptionEnum(
989 lldb::addr_t tmp_addr = OptionArgParser::ToAddress(
1010 lldb::RunMode run_mode = (lldb::RunMode)OptionArgParser::ToOptionEnum(
1531 OptionArgParser::ToBoolean(option_arg, false, &success);
1716 m_load_addr = OptionArgParser::ToAddress(execution_context, option_arg,
H A DCommandObjectWatchpointCommand.cpp19 #include "lldb/Interpreter/OptionArgParser.h"
334 m_script_language = (lldb::ScriptLanguage)OptionArgParser::ToOptionEnum(
353 OptionArgParser::ToBoolean(option_arg, false, &success);
H A DCommandObjectLog.cpp13 #include "lldb/Interpreter/OptionArgParser.h"
458 OptionArgParser::ToBoolean(args[0].ref(), false, &success);
H A DCommandObjectType.cpp19 #include "lldb/Interpreter/OptionArgParser.h"
298 m_cascade = OptionArgParser::ToBoolean(option_arg, true, &success);
525 m_cascade = OptionArgParser::ToBoolean(option_value, true, &success);
1176 m_flags.SetCascades(OptionArgParser::ToBoolean(option_arg, true, &success));
2388 m_cascade = OptionArgParser::ToBoolean(option_arg, true, &success);
H A DCommandObjectProcess.cpp18 #include "lldb/Interpreter/OptionArgParser.h"
671 tmp_result = OptionArgParser::ToBoolean(option_arg, false, &success);
1410 bool tmp_value = OptionArgParser::ToBoolean(option, false, &success);
H A DCommandObjectSource.cpp18 #include "lldb/Interpreter/OptionArgParser.h"
74 address = OptionArgParser::ToAddress(execution_context, option_arg,
657 address = OptionArgParser::ToAddress(execution_context, option_arg,
H A DCommandObjectTarget.cpp21 #include "lldb/Interpreter/OptionArgParser.h"
180 tmp_load_dependents = (LoadDependentFiles)OptionArgParser::ToOptionEnum(
1980 m_sort_order = (SortOrder)OptionArgParser::ToOptionEnum(
2921 m_module_addr = OptionArgParser::ToAddress(
3274 m_addr = OptionArgParser::ToAddress(execution_context, option_arg,
3596 m_addr = OptionArgParser::ToAddress(execution_context, option_arg,
4444 value = OptionArgParser::ToBoolean(option_arg, false, &success);
H A DCommandObjectCommands.cpp19 #include "lldb/Interpreter/OptionArgParser.h"
1535 (ScriptedCommandSynchronicity)OptionArgParser::ToOptionEnum(
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp24 #include "lldb/Interpreter/OptionArgParser.h"
518 OptionArgParser::ToBoolean(option_arg, true, nullptr);
534 m_echo_to_stderr = OptionArgParser::ToBoolean(option_arg, false, nullptr);
545 m_live_stream = OptionArgParser::ToBoolean(option_arg, false, nullptr);
550 OptionArgParser::ToBoolean(option_arg, true, nullptr);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DDynamicRegisterInfo.cpp14 #include "lldb/Interpreter/OptionArgParser.h"
295 if (OptionArgParser::ToFormat(format_str.str().c_str(), reg_info.format,
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp28 #include "lldb/Interpreter/OptionArgParser.h"
395 OptionArgParser::ToBoolean(value, false, &success));

Completed in 182 milliseconds

12