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

References

tools/lldb/source/Commands/CommandObjectTarget.cpp
 4207     result.SetStatus(eReturnStatusFailed);
 4242                   result.AppendError("frame has no module");
 4246                 result.AppendError("invalid current frame");
 4250               result.AppendErrorWithFormat("process is not stopped: %s",
 4255             result.AppendError(
 4286               success = AddModuleSymbols(target, module_spec, flush, result);
 4303           result.AppendError(error_strm.GetString());
 4306         result.AppendError("one or more symbol file paths must be specified, "
 4311         result.AppendError("specify either one or more paths to symbol files "
 4314         result.AppendError("specify either one or more paths to symbol files "
 4317         result.AppendError("specify at most one symbol file path when "
 4344               if (!AddModuleSymbols(target, module_spec, flush, result))
 4350                 result.AppendErrorWithFormat(
 4355               result.AppendErrorWithFormat("invalid module path '%s'\n",
 4369     return result.Succeeded();