reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
24 const SBError &operator=(const lldb::SBError &rhs);
8710 result = (arg1)->SetScriptCallbackFunction((char const *)arg2,*arg3); 8801 result = (arg1)->SetScriptCallbackBody((char const *)arg2); 9259 result = (arg1)->AddLocation(*arg2); 10347 result = (arg1)->SetScriptCallbackFunction((char const *)arg2,*arg3); 10438 result = (arg1)->SetScriptCallbackBody((char const *)arg2); 11901 result = (arg1)->SetScriptCallbackFunction((char const *)arg2,*arg3); 12067 result = (arg1)->SetScriptCallbackBody((char const *)arg2); 20257 result = lldb::SBDebugger::InitializeWithErrorHandling(); 20898 result = (arg1)->SetInputFile(arg2); 20941 result = (arg1)->SetOutputFile(arg2); 20984 result = (arg1)->SetErrorFile(arg2); 21023 result = (arg1)->SetInputFile(arg2); 21116 result = (arg1)->SetOutputFile(arg2); 21209 result = (arg1)->SetErrorFile(arg2); 22523 result = (arg1)->SetCurrentPlatform((char const *)arg2); 23248 result = lldb::SBDebugger::SetInternalVariable((char const *)arg1,(char const *)arg2,(char const *)arg3); 24246 result = (arg1)->RunREPL(arg2,(char const *)arg3); 29428 result = (arg1)->Read(arg2,arg3,arg4); 29481 result = (arg1)->Write((uint8_t const *)arg2,arg3,arg4); 29590 result = (arg1)->Close(); 42635 result = (arg1)->ConnectRemote(*arg2); 42918 result = (arg1)->Get(*arg2,*arg3); 42968 result = (arg1)->Put(*arg2,*arg3); 43018 result = (arg1)->Install(*arg2,*arg3); 43056 result = (arg1)->Run(*arg2); 43094 result = (arg1)->Launch(*arg2); 43129 result = (arg1)->Kill(arg2); 43174 result = (arg1)->MakeDirectory((char const *)arg2,arg3); 43212 result = (arg1)->MakeDirectory((char const *)arg2); 43351 result = (arg1)->SetFilePermissions((char const *)arg2,arg3); 44899 result = (arg1)->Destroy(); 44925 result = (arg1)->Continue(); 44951 result = (arg1)->Stop(); 44977 result = (arg1)->Kill(); 45003 result = (arg1)->Detach(); 45038 result = (arg1)->Signal(arg2); 46052 result = (arg1)->UnloadImage(arg2); 46088 result = (arg1)->SendEventData((char const *)arg2); 46257 result = (arg1)->SaveCore((char const *)arg2); 46356 result = (arg1)->GetMemoryRegionInfo(arg2,*arg3); 50632 result = ((lldb::SBStructuredData const *)arg1)->GetAsJSON(*arg2); 50670 result = ((lldb::SBStructuredData const *)arg1)->GetDescription(*arg2); 50708 result = (arg1)->SetFromJSON(*arg2); 52888 result = (arg1)->Install(); 54533 result = (arg1)->SetSectionLoadAddress(arg2,arg3); 54576 result = (arg1)->ClearSectionLoadAddress(arg2); 54628 result = (arg1)->SetModuleLoadAddress(arg2,arg3); 54671 result = (arg1)->ClearModuleLoadAddress(arg2); 58087 result = (arg1)->BreakpointsCreateFromFile(*arg2,*arg3); 58149 result = (arg1)->BreakpointsCreateFromFile(*arg2,*arg3,*arg4); 58252 result = (arg1)->BreakpointsWriteToFile(*arg2); 58311 result = (arg1)->BreakpointsWriteToFile(*arg2,*arg3,arg4); 58361 result = (arg1)->BreakpointsWriteToFile(*arg2,*arg3); 61627 result = (arg1)->StepOverUntil(*arg2,*arg3,arg4); 61663 result = (arg1)->StepUsingScriptedThreadPlan((char const *)arg2); 61710 result = (arg1)->StepUsingScriptedThreadPlan((char const *)arg2,arg3); 61769 result = (arg1)->StepUsingScriptedThreadPlan((char const *)arg2,*arg3,arg4); 61897 result = (arg1)->JumpToLine(*arg2,arg3); 62084 result = (arg1)->ReturnFromFrame(*arg2,*arg3); 62110 result = (arg1)->UnwindInnermostExpression(); 73565 result = (arg1)->GetError(); 78493 result = (arg1)->GetError();tools/lldb/include/lldb/Utility/ReproducerInstrumentation.h
510 static Result doit(Class *c, Args... args) { return (c->*m)(args...); }
tools/lldb/source/API/SBError.cpp32 SBError, operator=,(const lldb::SBError &), rhs); 195 SBError, operator=,(const lldb::SBError &));tools/lldb/source/API/SBThread.cpp
625 error = ResumeNewPlan(exe_ctx, new_plan_sp.get()); 690 error = ResumeNewPlan(exe_ctx, new_plan_sp.get()); 725 error = ResumeNewPlan(exe_ctx, new_plan_sp.get()); 772 error = ResumeNewPlan(exe_ctx, new_plan_sp.get()); 802 error = ResumeNewPlan(exe_ctx, new_plan_sp.get()); 838 error = ResumeNewPlan(exe_ctx, new_plan_sp.get()); 951 sb_error = ResumeNewPlan(exe_ctx, new_plan_sp.get()); 1016 error = ResumeNewPlan(exe_ctx, new_plan_sp.get());