Lines Matching refs:sberr
1296 SBError sberr; in BreakpointsCreateFromFile() local
1299 sberr.SetErrorString( in BreakpointsCreateFromFile()
1301 return LLDB_RECORD_RESULT(sberr); in BreakpointsCreateFromFile()
1312 sberr.ref() = target_sp->CreateBreakpointsFromFile(source_file.ref(), in BreakpointsCreateFromFile()
1314 if (sberr.Fail()) in BreakpointsCreateFromFile()
1315 return LLDB_RECORD_RESULT(sberr); in BreakpointsCreateFromFile()
1322 return LLDB_RECORD_RESULT(sberr); in BreakpointsCreateFromFile()
1329 SBError sberr; in BreakpointsWriteToFile() local
1332 sberr.SetErrorString("BreakpointWriteToFile called with invalid target."); in BreakpointsWriteToFile()
1333 return LLDB_RECORD_RESULT(sberr); in BreakpointsWriteToFile()
1346 SBError sberr; in BreakpointsWriteToFile() local
1349 sberr.SetErrorString("BreakpointWriteToFile called with invalid target."); in BreakpointsWriteToFile()
1350 return LLDB_RECORD_RESULT(sberr); in BreakpointsWriteToFile()
1356 sberr.ref() = target_sp->SerializeBreakpointsToFile(dest_file.ref(), in BreakpointsWriteToFile()
1358 return LLDB_RECORD_RESULT(sberr); in BreakpointsWriteToFile()