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

References

tools/lldb/source/Breakpoint/BreakpointLocation.cpp
  243   error.Clear();
  258         EvaluateExpressionOptions(), nullptr, error));
  259     if (error.Fail()) {
  261                 error.AsCString());
  269       error.SetErrorStringWithFormat(
  304       error.SetErrorString("Expression did not return a result");
  311       ret = result_value_sp->IsLogicalTrue(error);
  313         if (error.Success()) {
  317           error.SetErrorString(
  324       error.SetErrorString("Failed to get any result from the expression");
  328     error.SetErrorStringWithFormat("Couldn't execute expression:\n%s",