Lines Matching refs:SBError
236 lldb::SBError error; // Ignored in LoadCore()
240 SBProcess SBTarget::LoadCore(const char *core_file, lldb::SBError &error) { in LoadCore()
283 SBError error; in LaunchSimple()
287 SBError SBTarget::Install() { in Install()
290 SBError sb_error; in Install()
304 bool stop_at_entry, lldb::SBError &error) { in Launch()
384 SBProcess SBTarget::Launch(SBLaunchInfo &sb_launch_info, SBError &error) { in Launch()
430 lldb::SBProcess SBTarget::Attach(SBAttachInfo &sb_attach_info, SBError &error) { in Attach()
467 SBError &error // An error explaining what went wrong if attach fails in AttachToProcessWithID()
497 SBError &error // An error explaining what went wrong if attach fails in AttachToProcessWithName()
522 SBError &error) { in ConnectRemote()
654 lldb::SBError &error) { in ReadMemory()
657 SBError sb_error; in ReadMemory()
1194 lldb::SBError SBTarget::BreakpointsCreateFromFile(SBFileSpec &source_file, in BreakpointsCreateFromFile()
1202 lldb::SBError SBTarget::BreakpointsCreateFromFile(SBFileSpec &source_file, in BreakpointsCreateFromFile()
1207 SBError sberr; in BreakpointsCreateFromFile()
1236 lldb::SBError SBTarget::BreakpointsWriteToFile(SBFileSpec &dest_file) { in BreakpointsWriteToFile()
1239 SBError sberr; in BreakpointsWriteToFile()
1249 lldb::SBError SBTarget::BreakpointsWriteToFile(SBFileSpec &dest_file, in BreakpointsWriteToFile()
1254 SBError sberr; in BreakpointsWriteToFile()
1326 SBError &error) { in WatchAddress()
1338 SBError &error) { in WatchpointCreateByAddress()
1466 lldb::SBError &error) { in AppendImageSearchPath()
1646 SBError SBTarget::SetLabel(const char *label) { in SetLabel()
2059 SBError SBTarget::SetSectionLoadAddress(lldb::SBSection section, in SetSectionLoadAddress()
2063 SBError sb_error; in SetSectionLoadAddress()
2096 SBError SBTarget::ClearSectionLoadAddress(lldb::SBSection section) { in ClearSectionLoadAddress()
2099 SBError sb_error; in ClearSectionLoadAddress()
2130 SBError SBTarget::SetModuleLoadAddress(lldb::SBModule module, in SetModuleLoadAddress()
2135 SBError sb_error; in SetModuleLoadAddress()
2143 SBError SBTarget::SetModuleLoadAddress(lldb::SBModule module, in SetModuleLoadAddress()
2146 SBError sb_error; in SetModuleLoadAddress()
2176 SBError SBTarget::ClearModuleLoadAddress(lldb::SBModule module) { in ClearModuleLoadAddress()
2179 SBError sb_error; in ClearModuleLoadAddress()
2373 lldb::SBTrace SBTarget::CreateTrace(lldb::SBError &error) { in CreateTrace()