| /src/contrib/llvm-project/lldb/source/API/ |
| H A D | SBError.cpp | 20 SBError::SBError() { LLDB_INSTRUMENT_VA(this); } in SBError() function in SBError 22 SBError::SBError(const SBError &rhs) { in SBError() function in SBError 28 SBError::SBError(const char *message) { in SBError() function in SBError 34 SBError::SBError(const lldb_private::Status &status) in SBError() function in SBError 39 SBError::~SBError() = default; 41 const SBError &SBError::operator=(const SBError &rhs) { in operator =() 49 const char *SBError::GetCString() const { in GetCString() 57 void SBError::Clear() { in Clear() 64 bool SBError::Fail() const { in Fail() 75 bool SBError::Success() const { in Success() [all …]
|
| H A D | SBTrace.cpp | 31 SBTrace SBTrace::LoadTraceFromFile(SBError &error, SBDebugger &debugger, in LoadTraceFromFile() 46 SBTraceCursor SBTrace::CreateNewCursor(SBError &error, SBThread &thread) { in CreateNewCursor() 67 SBFileSpec SBTrace::SaveToDisk(SBError &error, const SBFileSpec &bundle_dir, in SaveToDisk() 93 SBError SBTrace::Start(const SBStructuredData &configuration) { in Start() 95 SBError error; in Start() 104 SBError SBTrace::Start(const SBThread &thread, in Start() 108 SBError error; in Start() 121 SBError SBTrace::Stop() { in Stop() 123 SBError error; in Stop() 131 SBError SBTrace::Stop(const SBThread &thread) { in Stop() [all …]
|
| H A D | SBFile.cpp | 57 SBError SBFile::Read(uint8_t *buf, size_t num_bytes, size_t *bytes_read) { in Read() 60 SBError error; in Read() 72 SBError SBFile::Write(const uint8_t *buf, size_t num_bytes, in Write() 76 SBError error; in Write() 88 SBError SBFile::Flush() { in Flush() 91 SBError error; in Flush() 106 SBError SBFile::Close() { in Close() 108 SBError error; in Close()
|
| H A D | SBPlatform.cpp | 379 SBError SBPlatform::ConnectRemote(SBPlatformConnectOptions &connect_options) { in ConnectRemote() 382 SBError sb_error; in ConnectRemote() 498 SBError SBPlatform::Get(SBFileSpec &src, SBFileSpec &dst) { in Get() 501 SBError sb_error; in Get() 511 SBError SBPlatform::Put(SBFileSpec &src, SBFileSpec &dst) { in Put() 533 SBError SBPlatform::Install(SBFileSpec &src, SBFileSpec &dst) { in Install() 546 SBError SBPlatform::Run(SBPlatformShellCommand &shell_command) { in Run() 570 SBError SBPlatform::Launch(SBLaunchInfo &launch_info) { in Launch() 582 SBError &error) { in Attach() 603 SBProcessInfoList SBPlatform::GetAllProcesses(SBError &error) { in GetAllProcesses() [all …]
|
| H A D | SBProcess.cpp | 132 lldb::SBError &error) { in RemoteLaunch() 165 lldb::SBError &error) { in RemoteAttachToProcessWithID() 565 SBError SBProcess::Continue() { in Continue() 568 SBError sb_error; in Continue() 585 SBError SBProcess::Destroy() { in Destroy() 588 SBError sb_error; in Destroy() 600 SBError SBProcess::Stop() { in Stop() 603 SBError sb_error; in Stop() 615 SBError SBProcess::Kill() { in Kill() 618 SBError sb_error; in Kill() [all …]
|
| H A D | SBThreadPlan.cpp | 218 SBError error; in QueueThreadPlanForStepOverRange() 223 SBAddress &sb_start_address, lldb::addr_t size, SBError &error) { in QueueThreadPlanForStepOverRange() 257 SBError error; in QueueThreadPlanForStepInRange() 263 lldb::addr_t size, SBError &error) { in QueueThreadPlanForStepInRange() 297 SBError error; in QueueThreadPlanForStepOut() 303 bool first_insn, SBError &error) { in QueueThreadPlanForStepOut() 332 SBError error; in QueueThreadPlanForRunToAddress() 337 SBError &error) { in QueueThreadPlanForRunToAddress() 365 SBError error; in QueueThreadPlanForStepScripted() 371 SBError &error) { in QueueThreadPlanForStepScripted() [all …]
|
| H A D | SBThread.cpp | 490 SBError SBThread::ResumeNewPlan(ExecutionContext &exe_ctx, in ResumeNewPlan() 492 SBError sb_error; in ResumeNewPlan() 527 SBError error; // Ignored in StepOver() 531 void SBThread::StepOver(lldb::RunMode stop_other_threads, SBError &error) { in StepOver() 573 SBError error; // Ignored in StepInto() 578 SBError &error, lldb::RunMode stop_other_threads) { in StepInto() 628 SBError error; // Ignored in StepOut() 632 void SBThread::StepOut(SBError &error) { in StepOut() 663 SBError error; // Ignored in StepOutOfFrame() 667 void SBThread::StepOutOfFrame(SBFrame &sb_frame, SBError &error) { in StepOutOfFrame() [all …]
|
| H A D | SBStructuredData.cpp | 80 lldb::SBError SBStructuredData::SetFromJSON(lldb::SBStream &stream) { in SetFromJSON() 83 lldb::SBError error; in SetFromJSON() 94 lldb::SBError SBStructuredData::SetFromJSON(const char *json) { in SetFromJSON() 118 SBError SBStructuredData::GetAsJSON(lldb::SBStream &stream) const { in GetAsJSON() 121 SBError error; in GetAsJSON() 126 lldb::SBError SBStructuredData::GetDescription(lldb::SBStream &stream) const { in GetDescription() 130 SBError sb_error; in GetDescription()
|
| H A D | SBData.cpp | 117 float SBData::GetFloat(lldb::SBError &error, lldb::offset_t offset) { in GetFloat() 132 double SBData::GetDouble(lldb::SBError &error, lldb::offset_t offset) { in GetDouble() 147 long double SBData::GetLongDouble(lldb::SBError &error, lldb::offset_t offset) { in GetLongDouble() 162 lldb::addr_t SBData::GetAddress(lldb::SBError &error, lldb::offset_t offset) { in GetAddress() 177 uint8_t SBData::GetUnsignedInt8(lldb::SBError &error, lldb::offset_t offset) { in GetUnsignedInt8() 192 uint16_t SBData::GetUnsignedInt16(lldb::SBError &error, lldb::offset_t offset) { in GetUnsignedInt16() 207 uint32_t SBData::GetUnsignedInt32(lldb::SBError &error, lldb::offset_t offset) { in GetUnsignedInt32() 222 uint64_t SBData::GetUnsignedInt64(lldb::SBError &error, lldb::offset_t offset) { in GetUnsignedInt64() 237 int8_t SBData::GetSignedInt8(lldb::SBError &error, lldb::offset_t offset) { in GetSignedInt8() 252 int16_t SBData::GetSignedInt16(lldb::SBError &error, lldb::offset_t offset) { in GetSignedInt16() [all …]
|
| H A D | SBHostOS.cpp | 102 void *thread_arg, SBError *error_ptr) { in ThreadCreate() 109 bool SBHostOS::ThreadCancel(lldb::thread_t thread, SBError *error_ptr) { in ThreadCancel() 114 bool SBHostOS::ThreadDetach(lldb::thread_t thread, SBError *error_ptr) { in ThreadDetach() 120 SBError *error_ptr) { in ThreadJoin()
|
| H A D | SBDebugger.cpp | 70 SBError SBInputReader::Initialize( in Initialize() 79 return SBError(); in Initialize() 175 SBError ignored = SBDebugger::InitializeWithErrorHandling(); in Initialize() 178 lldb::SBError SBDebugger::InitializeWithErrorHandling() { in InitializeWithErrorHandling() 217 SBError error; in InitializeWithErrorHandling() 369 SBError SBDebugger::SetInputString(const char *data) { in SetInputString() 371 SBError sb_error; in SetInputString() 395 SBError SBDebugger::SetInputFile(SBFile file) { in SetInputFile() 398 SBError error; in SetInputFile() 411 SBError SBDebugger::SetInputFile(FileSP file_sp) { in SetInputFile() [all …]
|
| H A D | SBTarget.cpp | 243 lldb::SBError error; // Ignored in LoadCore() 247 SBProcess SBTarget::LoadCore(const char *core_file, lldb::SBError &error) { in LoadCore() 290 SBError error; in LaunchSimple() 294 SBError SBTarget::Install() { in Install() 297 SBError sb_error; in Install() 311 bool stop_at_entry, lldb::SBError &error) { in Launch() 391 SBProcess SBTarget::Launch(SBLaunchInfo &sb_launch_info, SBError &error) { in Launch() 437 lldb::SBProcess SBTarget::Attach(SBAttachInfo &sb_attach_info, SBError &error) { in Attach() 474 SBError &error // An error explaining what went wrong if attach fails in AttachToProcessWithID() 504 SBError &error // An error explaining what went wrong if attach fails in AttachToProcessWithName() [all …]
|
| /src/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBProcess.h | 86 bool RemoteAttachToProcessWithID(lldb::pid_t pid, lldb::SBError &error); 92 lldb::SBError &error); 159 lldb::SBError Destroy(); 161 lldb::SBError Continue(); 163 lldb::SBError Stop(); 165 lldb::SBError Kill(); 167 lldb::SBError Detach(); 169 lldb::SBError Detach(bool keep_stopped); 171 lldb::SBError Signal(int signal); 199 size_t ReadMemory(addr_t addr, void *buf, size_t size, lldb::SBError &error); [all …]
|
| H A D | SBThread.h | 102 void StepOver(lldb::RunMode stop_other_threads, SBError &error); 109 void StepInto(const char *target_name, uint32_t end_line, SBError &error, 114 void StepOut(SBError &error); 118 void StepOutOfFrame(SBFrame &frame, SBError &error); 122 void StepInstruction(bool step_over, SBError &error); 124 SBError StepOverUntil(lldb::SBFrame &frame, lldb::SBFileSpec &file_spec, 127 SBError StepUsingScriptedThreadPlan(const char *script_class_name); 129 SBError StepUsingScriptedThreadPlan(const char *script_class_name, 132 SBError StepUsingScriptedThreadPlan(const char *script_class_name, 136 SBError JumpToLine(lldb::SBFileSpec &file_spec, uint32_t line); [all …]
|
| H A D | SBData.h | 46 float GetFloat(lldb::SBError &error, lldb::offset_t offset); 48 double GetDouble(lldb::SBError &error, lldb::offset_t offset); 50 long double GetLongDouble(lldb::SBError &error, lldb::offset_t offset); 52 lldb::addr_t GetAddress(lldb::SBError &error, lldb::offset_t offset); 54 uint8_t GetUnsignedInt8(lldb::SBError &error, lldb::offset_t offset); 56 uint16_t GetUnsignedInt16(lldb::SBError &error, lldb::offset_t offset); 58 uint32_t GetUnsignedInt32(lldb::SBError &error, lldb::offset_t offset); 60 uint64_t GetUnsignedInt64(lldb::SBError &error, lldb::offset_t offset); 62 int8_t GetSignedInt8(lldb::SBError &error, lldb::offset_t offset); 64 int16_t GetSignedInt16(lldb::SBError &error, lldb::offset_t offset); [all …]
|
| H A D | SBPlatform.h | 123 SBError ConnectRemote(SBPlatformConnectOptions &connect_options); 146 SBError Put(SBFileSpec &src, SBFileSpec &dst); 148 SBError Get(SBFileSpec &src, SBFileSpec &dst); 150 SBError Install(SBFileSpec &src, SBFileSpec &dst); 152 SBError Run(SBPlatformShellCommand &shell_command); 154 SBError Launch(SBLaunchInfo &launch_info); 157 SBTarget &target, SBError &error); 159 SBProcessInfoList GetAllProcesses(SBError &error); 161 SBError Kill(const lldb::pid_t pid); 163 SBError [all …]
|
| H A D | SBError.h | 23 class LLDB_API SBError { 25 SBError(); 27 SBError(const lldb::SBError &rhs); 29 SBError(const char *message); 31 ~SBError(); 33 const SBError &operator=(const lldb::SBError &rhs); 100 SBError(const lldb_private::Status &error);
|
| H A D | SBTrace.h | 24 static SBTrace LoadTraceFromFile(SBError &error, SBDebugger &debugger, 39 SBTraceCursor CreateNewCursor(SBError &error, SBThread &thread); 60 SBFileSpec SaveToDisk(SBError &error, const SBFileSpec &bundle_dir, 90 SBError Start(const SBStructuredData &configuration); 110 SBError Start(const SBThread &thread, const SBStructuredData &configuration); 122 SBError Stop(); 131 SBError Stop(const SBThread &thread);
|
| H A D | SBTarget.h | 134 SBError Install(); 194 bool stop_at_entry, lldb::SBError &error); 197 SBProcess LoadCore(const char *core_file, lldb::SBError &error); 228 SBProcess Launch(SBLaunchInfo &launch_info, SBError &error); 230 SBProcess Attach(SBAttachInfo &attach_info, SBError &error); 249 lldb::SBError &error); 272 lldb::SBError &error); 294 const char *plugin_name, SBError &error); 300 lldb::SBError &error); 345 SBError SetLabel(const char *label); [all …]
|
| H A D | SBDebugger.h | 32 SBError Initialize(lldb::SBDebugger &sb_debugger, 113 static lldb::SBError InitializeWithErrorHandling(); 179 SBError SetInputString(const char *data); 181 SBError SetInputFile(SBFile file); 183 SBError SetOutputFile(SBFile file); 185 SBError SetErrorFile(SBFile file); 187 SBError SetInputFile(FileSP file); 189 SBError SetOutputFile(FileSP file); 191 SBError SetErrorFile(FileSP file); 236 bool add_dependent_modules, lldb::SBError &error); [all …]
|
| H A D | SBThreadPlan.h | 95 SBError &error); 101 SBError &error); 106 bool first_insn, SBError &error); 110 SBError &error); 114 SBError &error); 117 SBError &error);
|
| H A D | SBHostOS.h | 35 void *thread_arg, lldb::SBError *err); 39 static bool ThreadCancel(lldb::thread_t thread, lldb::SBError *err); 43 static bool ThreadDetach(lldb::thread_t thread, lldb::SBError *err); 48 lldb::SBError *err);
|
| H A D | SBFile.h | 37 SBError Read(uint8_t *buf, size_t num_bytes, size_t *OUTPUT); 38 SBError Write(const uint8_t *buf, size_t num_bytes, size_t *OUTPUT); 39 SBError Flush(); 41 SBError Close();
|
| H A D | SBValue.h | 43 SBError GetError(); 63 int64_t GetValueAsSigned(lldb::SBError &error, int64_t fail_value = 0); 65 uint64_t GetValueAsUnsigned(lldb::SBError &error, uint64_t fail_value = 0); 116 bool SetValueFromCString(const char *value_str, lldb::SBError &error); 258 bool SetData(lldb::SBData &data, lldb::SBError &error); 363 SBError &error); 393 SBError &error);
|
| H A D | SBStructuredData.h | 44 lldb::SBError SetFromJSON(lldb::SBStream &stream); 46 lldb::SBError SetFromJSON(const char *json); 50 lldb::SBError GetAsJSON(lldb::SBStream &stream) const; 52 lldb::SBError GetDescription(lldb::SBStream &stream) const;
|