Lines Matching refs:sb_error

313   SBError sb_error;  in Install()  local
317 sb_error.ref() = target_sp->Install(nullptr); in Install()
319 return LLDB_RECORD_RESULT(sb_error); in Install()
703 SBError sb_error; in ReadMemory() local
709 target_sp->ReadMemory(addr.ref(), buf, size, sb_error.ref(), true); in ReadMemory()
711 sb_error.SetErrorString("invalid target"); in ReadMemory()
2174 SBError sb_error; in SetSectionLoadAddress() local
2178 sb_error.SetErrorStringWithFormat("invalid section"); in SetSectionLoadAddress()
2183 sb_error.SetErrorString( in SetSectionLoadAddress()
2202 sb_error.SetErrorString("invalid target"); in SetSectionLoadAddress()
2204 return LLDB_RECORD_RESULT(sb_error); in SetSectionLoadAddress()
2211 SBError sb_error; in ClearSectionLoadAddress() local
2216 sb_error.SetErrorStringWithFormat("invalid section"); in ClearSectionLoadAddress()
2233 sb_error.SetErrorStringWithFormat("invalid section"); in ClearSectionLoadAddress()
2237 sb_error.SetErrorStringWithFormat("invalid target"); in ClearSectionLoadAddress()
2239 return LLDB_RECORD_RESULT(sb_error); in ClearSectionLoadAddress()
2247 SBError sb_error; in SetModuleLoadAddress() local
2268 sb_error.SetErrorStringWithFormat("invalid module"); in SetModuleLoadAddress()
2272 sb_error.SetErrorStringWithFormat("invalid target"); in SetModuleLoadAddress()
2274 return LLDB_RECORD_RESULT(sb_error); in SetModuleLoadAddress()
2281 SBError sb_error; in ClearModuleLoadAddress() local
2312 sb_error.SetErrorStringWithFormat("no sections in object file '%s'", in ClearModuleLoadAddress()
2317 sb_error.SetErrorStringWithFormat("no object file for module '%s'", in ClearModuleLoadAddress()
2321 sb_error.SetErrorStringWithFormat("invalid module"); in ClearModuleLoadAddress()
2324 sb_error.SetErrorStringWithFormat("invalid target"); in ClearModuleLoadAddress()
2326 return LLDB_RECORD_RESULT(sb_error); in ClearModuleLoadAddress()