Lines Matching refs:SBError
221 lldb::SBError error; // Ignored in LoadCore()
225 SBProcess SBTarget::LoadCore(const char *core_file, lldb::SBError &error) { in LoadCore()
253 SBError error; in LaunchSimple()
259 SBError SBTarget::Install() { in Install()
260 SBError sb_error; in Install()
274 bool stop_at_entry, lldb::SBError &error) { in Launch()
361 SBProcess SBTarget::Launch(SBLaunchInfo &sb_launch_info, SBError &error) { in Launch()
417 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()
505 SBError &error // An error explaining what went wrong if attach fails in AttachToProcessWithName()
539 SBError &error) { in ConnectRemote()
673 lldb::SBError &error) { in ReadMemory()
674 SBError sb_error; in ReadMemory()
1236 lldb::SBError SBTarget::BreakpointsCreateFromFile(SBFileSpec &source_file, in BreakpointsCreateFromFile()
1242 lldb::SBError SBTarget::BreakpointsCreateFromFile(SBFileSpec &source_file, in BreakpointsCreateFromFile()
1245 SBError sberr; in BreakpointsCreateFromFile()
1274 lldb::SBError SBTarget::BreakpointsWriteToFile(SBFileSpec &dest_file) { in BreakpointsWriteToFile()
1275 SBError sberr; in BreakpointsWriteToFile()
1285 lldb::SBError SBTarget::BreakpointsWriteToFile(SBFileSpec &dest_file, in BreakpointsWriteToFile()
1288 SBError sberr; in BreakpointsWriteToFile()
1367 SBError &error) { in WatchAddress()
1520 lldb::SBError &error) { in AppendImageSearchPath()
2062 SBError SBTarget::SetSectionLoadAddress(lldb::SBSection section, in SetSectionLoadAddress()
2064 SBError sb_error; in SetSectionLoadAddress()
2097 SBError SBTarget::ClearSectionLoadAddress(lldb::SBSection section) { in ClearSectionLoadAddress()
2098 SBError sb_error; in ClearSectionLoadAddress()
2129 SBError SBTarget::SetModuleLoadAddress(lldb::SBModule module, in SetModuleLoadAddress()
2131 SBError sb_error; in SetModuleLoadAddress()
2161 SBError SBTarget::ClearModuleLoadAddress(lldb::SBModule module) { in ClearModuleLoadAddress()
2162 SBError sb_error; in ClearModuleLoadAddress()