Searched refs:sb_error (Results 1 - 7 of 7) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/
H A DSBPlatform.cpp339 SBError sb_error; local
345 sb_error.ref() = platform_sp->ConnectRemote(args);
349 sb_error.SetErrorString("invalid platform");
351 return sb_error;
469 SBError sb_error; local
473 sb_error.ref() = platform_sp->GetFile(src.ref(), dst.ref());
477 sb_error.SetErrorString("invalid platform");
479 return sb_error;
486 SBError sb_error; local
502 sb_error
522 SBError sb_error; local
546 SBError sb_error; local
589 SBError sb_error; local
619 SBError sb_error; local
[all...]
H A DSBProcess.cpp719 SBError sb_error; local
739 sb_error.SetError(error);
742 sb_error.SetErrorString ("SBProcess is invalid");
747 sb_error.GetDescription (sstr);
748 log->Printf ("SBProcess(%p)::Continue () => SBError (%p): %s", process_sp.get(), sb_error.get(), sstr.GetData());
751 return sb_error;
758 SBError sb_error; local
763 sb_error.SetError(process_sp->Destroy());
766 sb_error.SetErrorString ("SBProcess is invalid");
772 sb_error
786 SBError sb_error; local
813 SBError sb_error; local
848 SBError sb_error; local
864 SBError sb_error; local
1019 ReadMemory(addr_t addr, void *dst, size_t dst_len, SBError &sb_error) argument
1075 ReadCStringFromMemory(addr_t addr, void *buf, size_t size, lldb::SBError &sb_error) argument
1103 ReadUnsignedFromMemory(addr_t addr, uint32_t byte_size, lldb::SBError &sb_error) argument
1131 ReadPointerFromMemory(addr_t addr, lldb::SBError &sb_error) argument
1159 WriteMemory(addr_t addr, const void *src, size_t src_len, SBError &sb_error) argument
1261 LoadImage(lldb::SBFileSpec &sb_image_spec, lldb::SBError &sb_error) argument
1286 lldb::SBError sb_error; local
[all...]
H A DSBThread.cpp541 SBError sb_error; local
546 sb_error.SetErrorString("No process in SBThread::ResumeNewPlan");
547 return sb_error;
553 sb_error.SetErrorString("No thread in SBThread::ResumeNewPlan");
554 return sb_error;
567 sb_error.ref() = process->Resume();
569 if (sb_error.Success())
577 return sb_error;
797 SBError sb_error; local
825 sb_error
944 SBError sb_error; local
968 SBError sb_error; local
[all...]
H A DSBDebugger.cpp595 lldb::SBError& sb_error)
601 sb_error.Clear();
605 sb_error.ref() = m_opaque_sp->GetTargetList().CreateTarget (*m_opaque_sp,
612 if (sb_error.Success())
617 sb_error.SetErrorString("invalid target");
629 sb_error.GetCString(),
1012 SBError sb_error; local
1028 sb_error.SetError(error);
1029 return sb_error;
1176 SBError sb_error; local
591 CreateTarget(const char *filename, const char *target_triple, const char *platform_name, bool add_dependent_modules, lldb::SBError& sb_error) argument
[all...]
H A DSBWatchpoint.cpp97 SBError sb_error; local
101 sb_error.SetError(watchpoint_sp->GetError());
103 return sb_error;
H A DSBTarget.cpp612 SBError sb_error; local
617 sb_error.ref() = target_sp->Install(NULL);
619 return sb_error;
2415 SBError sb_error; local
2421 sb_error.SetErrorStringWithFormat ("invalid section");
2430 sb_error.SetErrorString ("thread specific sections are not yet supported");
2451 sb_error.SetErrorString ("invalid target");
2453 return sb_error;
2459 SBError sb_error; local
2466 sb_error
2493 SBError sb_error; local
2534 SBError sb_error; local
[all...]
H A DSBValue.cpp310 SBError sb_error; local
315 sb_error.SetError(value_sp->GetError());
317 sb_error.SetErrorStringWithFormat ("error: %s", locker.GetError().AsCString());
319 return sb_error;

Completed in 123 milliseconds