Lines Matching refs:SBError

243   lldb::SBError error; // Ignored  in LoadCore()
247 SBProcess SBTarget::LoadCore(const char *core_file, lldb::SBError &error) { in LoadCore()
290 SBError error; in LaunchSimple()
294 SBError SBTarget::Install() { in Install()
297 SBError sb_error; in Install()
311 bool stop_at_entry, lldb::SBError &error) { in Launch()
391 SBProcess SBTarget::Launch(SBLaunchInfo &sb_launch_info, SBError &error) { in Launch()
437 lldb::SBProcess SBTarget::Attach(SBAttachInfo &sb_attach_info, SBError &error) { in Attach()
474 SBError &error // An error explaining what went wrong if attach fails in AttachToProcessWithID()
504 SBError &error // An error explaining what went wrong if attach fails in AttachToProcessWithName()
529 SBError &error) { in ConnectRemote()
661 lldb::SBError &error) { in ReadMemory()
664 SBError sb_error; in ReadMemory()
1201 lldb::SBError SBTarget::BreakpointsCreateFromFile(SBFileSpec &source_file, in BreakpointsCreateFromFile()
1209 lldb::SBError SBTarget::BreakpointsCreateFromFile(SBFileSpec &source_file, in BreakpointsCreateFromFile()
1214 SBError sberr; in BreakpointsCreateFromFile()
1243 lldb::SBError SBTarget::BreakpointsWriteToFile(SBFileSpec &dest_file) { in BreakpointsWriteToFile()
1246 SBError sberr; in BreakpointsWriteToFile()
1256 lldb::SBError SBTarget::BreakpointsWriteToFile(SBFileSpec &dest_file, in BreakpointsWriteToFile()
1261 SBError sberr; in BreakpointsWriteToFile()
1333 SBError &error) { in WatchAddress()
1345 SBError &error) { in WatchpointCreateByAddress()
1473 lldb::SBError &error) { in AppendImageSearchPath()
1653 SBError SBTarget::SetLabel(const char *label) { in SetLabel()
2100 SBError SBTarget::SetSectionLoadAddress(lldb::SBSection section, in SetSectionLoadAddress()
2104 SBError sb_error; in SetSectionLoadAddress()
2137 SBError SBTarget::ClearSectionLoadAddress(lldb::SBSection section) { in ClearSectionLoadAddress()
2140 SBError sb_error; in ClearSectionLoadAddress()
2171 SBError SBTarget::SetModuleLoadAddress(lldb::SBModule module, in SetModuleLoadAddress()
2176 SBError sb_error; in SetModuleLoadAddress()
2184 SBError SBTarget::SetModuleLoadAddress(lldb::SBModule module, in SetModuleLoadAddress()
2187 SBError sb_error; in SetModuleLoadAddress()
2217 SBError SBTarget::ClearModuleLoadAddress(lldb::SBModule module) { in ClearModuleLoadAddress()
2220 SBError sb_error; in ClearModuleLoadAddress()
2414 lldb::SBTrace SBTarget::CreateTrace(lldb::SBError &error) { in CreateTrace()