| /llvm-project-15.0.7/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() = default; 30 const SBError &SBError::operator=(const SBError &rhs) { in operator =() 46 void SBError::Clear() { in Clear() 53 bool SBError::Fail() const { in Fail() 64 bool SBError::Success() const { in Success() 107 void SBError::SetErrorToErrno() { in SetErrorToErrno() 137 bool SBError::IsValid() const { in IsValid() 141 SBError::operator bool() const { in operator bool() [all …]
|
| H A D | SBTrace.cpp | 31 SBTrace SBTrace::LoadTraceFromFile(SBError &error, SBDebugger &debugger, in LoadTraceFromFile() 46 SBFileSpec SBTrace::SaveToDisk(SBError &error, const SBFileSpec &bundle_dir, in SaveToDisk() 69 SBError SBTrace::Start(const SBStructuredData &configuration) { in Start() 71 SBError error; in Start() 80 SBError SBTrace::Start(const SBThread &thread, in Start() 84 SBError error; in Start() 97 SBError SBTrace::Stop() { in Stop() 99 SBError error; in Stop() 107 SBError SBTrace::Stop(const SBThread &thread) { in Stop() 109 SBError error; in Stop()
|
| 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 | SBProcess.cpp | 558 SBError sb_error; in Continue() 578 SBError sb_error; in Destroy() 593 SBError sb_error; in Stop() 608 SBError sb_error; in Kill() 631 SBError sb_error; in Detach() 646 SBError sb_error; in Signal() 1045 lldb::SBError sb_error; in UnloadImage() 1066 lldb::SBError sb_error; in SendEventData() 1149 lldb::SBError error; in SaveCore() 1171 lldb::SBError [all …]
|
| H A D | SBThreadPlan.cpp | 219 SBError error; in QueueThreadPlanForStepOverRange() 224 SBAddress &sb_start_address, lldb::addr_t size, SBError &error) { in QueueThreadPlanForStepOverRange() 258 SBError error; in QueueThreadPlanForStepInRange() 264 lldb::addr_t size, SBError &error) { in QueueThreadPlanForStepInRange() 298 SBError error; in QueueThreadPlanForStepOut() 304 bool first_insn, SBError &error) { in QueueThreadPlanForStepOut() 333 SBError error; in QueueThreadPlanForRunToAddress() 338 SBError &error) { in QueueThreadPlanForRunToAddress() 366 SBError error; in QueueThreadPlanForStepScripted() 372 SBError &error) { in QueueThreadPlanForStepScripted() [all …]
|
| H A D | SBStructuredData.cpp | 56 lldb::SBError SBStructuredData::SetFromJSON(lldb::SBStream &stream) { in SetFromJSON() 59 lldb::SBError error; in SetFromJSON() 70 lldb::SBError SBStructuredData::SetFromJSON(const char *json) { in SetFromJSON() 94 SBError SBStructuredData::GetAsJSON(lldb::SBStream &stream) const { in GetAsJSON() 97 SBError error; in GetAsJSON() 102 lldb::SBError SBStructuredData::GetDescription(lldb::SBStream &stream) const { in GetDescription() 106 SBError sb_error; in GetDescription()
|
| /llvm-project-15.0.7/lldb/include/lldb/API/ |
| H A D | SBProcess.h | 86 lldb::SBError &error); 153 lldb::SBError Destroy(); 155 lldb::SBError Continue(); 157 lldb::SBError Stop(); 159 lldb::SBError Kill(); 161 lldb::SBError Detach(); 163 lldb::SBError Detach(bool keep_stopped); 165 lldb::SBError Signal(int signal); 188 lldb::SBError &error); 272 lldb::SBError &error); [all …]
|
| H A D | SBThread.h | 98 void StepOver(lldb::RunMode stop_other_threads, SBError &error); 110 void StepOut(SBError &error); 114 void StepOutOfFrame(SBFrame &frame, SBError &error); 118 void StepInstruction(bool step_over, SBError &error); 132 SBError JumpToLine(lldb::SBFileSpec &file_spec, uint32_t line); 136 void RunToAddress(lldb::addr_t addr, SBError &error); 138 SBError ReturnFromFrame(SBFrame &frame, SBValue &return_value); 140 SBError UnwindInnermostExpression(); 163 bool Suspend(SBError &error); 167 bool Resume(SBError &error); [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); 62 int8_t GetSignedInt8(lldb::SBError &error, lldb::offset_t offset); 64 int16_t GetSignedInt16(lldb::SBError &error, lldb::offset_t offset); 66 int32_t GetSignedInt32(lldb::SBError &error, lldb::offset_t offset); 68 int64_t GetSignedInt64(lldb::SBError &error, lldb::offset_t offset); 70 const char *GetString(lldb::SBError &error, lldb::offset_t offset); [all …]
|
| H A D | SBPlatform.h | 119 SBError ConnectRemote(SBPlatformConnectOptions &connect_options); 142 SBError Put(SBFileSpec &src, SBFileSpec &dst); 144 SBError Get(SBFileSpec &src, SBFileSpec &dst); 146 SBError Install(SBFileSpec &src, SBFileSpec &dst); 148 SBError Run(SBPlatformShellCommand &shell_command); 150 SBError Launch(SBLaunchInfo &launch_info); 152 SBError Kill(const lldb::pid_t pid); 154 SBError 160 SBError SetFilePermissions(const char *path, uint32_t file_permissions); 180 SBError ExecuteConnected(
|
| H A D | SBTrace.h | 25 static SBTrace LoadTraceFromFile(SBError &error, SBDebugger &debugger, 47 SBFileSpec SaveToDisk(SBError &error, const SBFileSpec &bundle_dir, 77 SBError Start(const SBStructuredData &configuration); 97 SBError Start(const SBThread &thread, const SBStructuredData &configuration); 109 SBError Stop(); 118 SBError Stop(const SBThread &thread);
|
| H A D | SBTarget.h | 118 SBError Install(); 212 SBProcess Launch(SBLaunchInfo &launch_info, SBError &error); 214 SBProcess Attach(SBAttachInfo &attach_info, SBError &error); 233 lldb::SBError &error); 284 lldb::SBError &error); 358 lldb::SBError SetSectionLoadAddress(lldb::SBSection section, 390 lldb::SBError SetModuleLoadAddress(lldb::SBModule module, 401 lldb::SBError ClearModuleLoadAddress(lldb::SBModule module); 549 lldb::SBError &error); 740 lldb::SBError BreakpointsWriteToFile(SBFileSpec &dest_file, [all …]
|
| H A D | SBDebugger.h | 24 SBError Initialize(lldb::SBDebugger &sb_debugger, 93 static lldb::SBError InitializeWithErrorHandling(); 138 SBError SetInputString(const char *data); 140 SBError SetInputFile(SBFile file); 142 SBError SetOutputFile(SBFile file); 144 SBError SetErrorFile(SBFile file); 146 SBError SetInputFile(FileSP file); 148 SBError SetOutputFile(FileSP file); 150 SBError SetErrorFile(FileSP file); 237 lldb::SBError SetCurrentPlatform(const char *platform_name); [all …]
|
| H A D | SBError.h | 20 class LLDB_API SBError { 22 SBError(); 24 SBError(const lldb::SBError &rhs); 26 ~SBError(); 28 const SBError &operator=(const lldb::SBError &rhs);
|
| H A D | SBThreadPlan.h | 91 SBError &error); 97 SBError &error); 102 bool first_insn, SBError &error); 106 SBError &error); 110 SBError &error); 113 SBError &error);
|
| H A D | SBHostOS.h | 31 void *thread_arg, lldb::SBError *err); 33 static bool ThreadCancel(lldb::thread_t thread, lldb::SBError *err); 35 static bool ThreadDetach(lldb::thread_t thread, lldb::SBError *err); 37 lldb::SBError *err);
|
| /llvm-project-15.0.7/lldb/bindings/interface/ |
| H A D | SBProcess.i | 209 lldb::SBError 212 lldb::SBError 215 lldb::SBError 219 lldb::SBError 222 lldb::SBError 226 lldb::SBError 370 lldb::SBError 373 lldb::SBError 400 lldb::SBError 403 lldb::SBError [all …]
|
| H A D | SBThread.i | 221 SBError &error, 230 StepOut (SBError &error); 248 SBError 253 SBError 256 SBError 259 SBError 264 SBError 279 SBError 286 SBError 313 Suspend(SBError &error); [all …]
|
| H A D | SBPlatform.i | 150 SBError 183 lldb::SBError 186 lldb::SBError 189 lldb::SBError 192 lldb::SBError 195 lldb::SBError 198 lldb::SBError 201 lldb::SBError 207 lldb::SBError
|
| H A D | SBError.i | 56 condition and we get back a void process object.") SBError; 58 class SBError { 60 SBError (); 62 SBError (const lldb::SBError &rhs); 64 ~SBError(); 108 STRING_EXTENSION(SBError)
|
| H A D | SBData.i | 49 GetFloat (lldb::SBError& error, lldb::offset_t offset); 52 GetDouble (lldb::SBError& error, lldb::offset_t offset); 55 GetLongDouble (lldb::SBError& error, lldb::offset_t offset); 58 GetAddress (lldb::SBError& error, lldb::offset_t offset); 61 GetUnsignedInt8 (lldb::SBError& error, lldb::offset_t offset); 73 GetSignedInt8 (lldb::SBError& error, lldb::offset_t offset); 76 GetSignedInt16 (lldb::SBError& error, lldb::offset_t offset); 79 GetSignedInt32 (lldb::SBError& error, lldb::offset_t offset); 85 GetString (lldb::SBError& error, lldb::offset_t offset); 91 ReadRawData (lldb::SBError& error, [all …]
|
| H A D | SBDebugger.i | 141 static SBError 228 SBError 231 SBError 234 SBError 237 SBError 240 SBError 243 SBError 246 SBError 368 lldb::SBError 432 static lldb::SBError [all …]
|
| H A D | SBTrace.i | 20 SBFileSpec SaveToDisk(SBError &error, const SBFileSpec &bundle_dir, bool compact = false); 22 SBError Start(const SBStructuredData &configuration); 24 SBError Start(const SBThread &thread, const SBStructuredData &configuration); 26 SBError Stop(); 28 SBError Stop(const SBThread &thread);
|
| H A D | SBTarget.i | 124 lldb::SBError 206 lldb::SBError& error); 333 SBError& error); 421 lldb::SBError 425 lldb::SBError 428 lldb::SBError 432 lldb::SBError 786 lldb::SBError 818 lldb::SBError 837 lldb::SBError [all …]
|
| H A D | SBHostOS.i | 37 lldb::SBError *err); 41 lldb::SBError *err); 45 lldb::SBError *err); 49 lldb::SBError *err);
|