Searched refs:strOption (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/ |
| H A D | MICmdCmdGdbShow.cpp | 105 const CMIUtilString strOption(pOption->GetValue()); in Execute() local 120 if (!GetOptionFn(strOption, pPrintRequestFn)) { in Execute() 274 const CMIUtilString strOption(vrWords[0]); in OptionFnPrint() local 277 if (CMIUtilString::Compare(strOption, "char-array-as-string")) in OptionFnPrint() 279 else if (CMIUtilString::Compare(strOption, "expand-aggregates")) in OptionFnPrint() 281 else if (CMIUtilString::Compare(strOption, "aggregate-field-names")) { in OptionFnPrint() 288 strOption.c_str()); in OptionFnPrint() 370 const CMIUtilString strOption(vrWords[0]); in OptionFnBreakpoint() local 371 if (!CMIUtilString::Compare(strOption, "pending")) { in OptionFnBreakpoint() 375 strOption.c_str()); in OptionFnBreakpoint()
|
| H A D | MICmdCmdGdbSet.cpp | 103 const CMIUtilString strOption(pOption->GetValue()); in Execute() local 118 if (!GetOptionFn(strOption, pPrintRequestFn)) { in Execute() 287 const CMIUtilString strOption(vrWords[0]); in OptionFnPrint() local 289 if (CMIUtilString::Compare(strOption, "char-array-as-string")) in OptionFnPrint() 291 else if (CMIUtilString::Compare(strOption, "expand-aggregates")) in OptionFnPrint() 293 else if (CMIUtilString::Compare(strOption, "aggregate-field-names")) in OptionFnPrint() 298 MIRSRC(IDS_CMD_ERR_GDBSET_OPT_PRINT_UNKNOWN_OPTION), strOption.c_str()); in OptionFnPrint()
|