| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBError.cpp | 20 SBError::SBError() : m_opaque_up() { LLDB_RECORD_CONSTRUCTOR_NO_ARGS(SBError); } in SBError() function in SBError 22 SBError::SBError(const SBError &rhs) : m_opaque_up() { in SBError() function in SBError 23 LLDB_RECORD_CONSTRUCTOR(SBError, (const lldb::SBError &), rhs); in SBError() 28 SBError::~SBError() = default; 30 const SBError &SBError::operator=(const SBError &rhs) { in operator =() 32 SBError, operator=,(const lldb::SBError &), rhs); in operator =() 47 void SBError::Clear() { in Clear() 54 bool SBError::Fail() const { in Fail() 65 bool SBError::Success() const { in Success() 193 LLDB_REGISTER_CONSTRUCTOR(SBError, (const lldb::SBError &)); in RegisterMethods() [all …]
|
| H A D | SBTrace.cpp | 38 SBError error; in Start() 47 SBError SBTrace::Start(const SBThread &thread, in Start() 49 LLDB_RECORD_METHOD(SBError, SBTrace, Start, in Start() 53 SBError error; in Start() 66 SBError SBTrace::Stop() { in Stop() 67 LLDB_RECORD_METHOD_NO_ARGS(SBError, SBTrace, Stop); in Stop() 68 SBError error; in Stop() 76 SBError SBTrace::Stop(const SBThread &thread) { in Stop() 78 SBError error; in Stop() 104 LLDB_REGISTER_METHOD(SBError, SBTrace, Start, in RegisterMethods() [all …]
|
| H A D | SBFile.cpp | 63 SBError error; in Read() 77 LLDB_RECORD_METHOD(lldb::SBError, SBFile, Write, in Write() 81 SBError error; in Write() 93 SBError SBFile::Flush() { in Flush() 96 SBError error; in Flush() 111 SBError SBFile::Close() { in Close() 113 SBError error; in Close() 146 LLDB_REGISTER_METHOD(lldb::SBError, SBFile, Flush, ()); in RegisterMethods() 147 LLDB_REGISTER_METHOD(lldb::SBError, SBFile, Read, in RegisterMethods() 149 LLDB_REGISTER_METHOD(lldb::SBError, SBFile, Write, in RegisterMethods() [all …]
|
| H A D | SBProcess.cpp | 586 SBError sb_error; in Continue() 606 SBError sb_error; in Destroy() 621 SBError sb_error; in Stop() 636 SBError sb_error; in Kill() 659 SBError sb_error; in Detach() 674 SBError sb_error; in Signal() 1112 lldb::SBError sb_error; in UnloadImage() 1134 lldb::SBError sb_error; in SendEventData() 1214 lldb::SBError error; in SaveCore() 1235 lldb::SBError [all …]
|
| H A D | SBData.cpp | 668 (lldb::SBError &, lldb::offset_t)); in RegisterMethods() 670 (lldb::SBError &, lldb::offset_t)); in RegisterMethods() 672 (lldb::SBError &, lldb::offset_t)); in RegisterMethods() 674 (lldb::SBError &, lldb::offset_t)); in RegisterMethods() 676 (lldb::SBError &, lldb::offset_t)); in RegisterMethods() 678 (lldb::SBError &, lldb::offset_t)); in RegisterMethods() 680 (lldb::SBError &, lldb::offset_t)); in RegisterMethods() 682 (lldb::SBError &, lldb::offset_t)); in RegisterMethods() 684 (lldb::SBError &, lldb::offset_t)); in RegisterMethods() 686 (lldb::SBError &, lldb::offset_t)); in RegisterMethods() [all …]
|
| H A D | SBStructuredData.cpp | 60 lldb::SBError SBStructuredData::SetFromJSON(lldb::SBStream &stream) { in SetFromJSON() 61 LLDB_RECORD_METHOD(lldb::SBError, SBStructuredData, SetFromJSON, in SetFromJSON() 64 lldb::SBError error; in SetFromJSON() 75 lldb::SBError SBStructuredData::SetFromJSON(const char *json) { in SetFromJSON() 76 LLDB_RECORD_METHOD(lldb::SBError, SBStructuredData, SetFromJSON, in SetFromJSON() 100 SBError SBStructuredData::GetAsJSON(lldb::SBStream &stream) const { in GetAsJSON() 101 LLDB_RECORD_METHOD_CONST(lldb::SBError, SBStructuredData, GetAsJSON, in GetAsJSON() 104 SBError error; in GetAsJSON() 114 SBError sb_error; in GetDescription() 217 LLDB_REGISTER_METHOD(lldb::SBError, SBStructuredData, SetFromJSON, in RegisterMethods() [all …]
|
| H A D | SBPlatform.cpp | 412 SBError sb_error; in ConnectRemote() 527 LLDB_RECORD_METHOD(lldb::SBError, SBPlatform, Get, in Get() 530 SBError sb_error; in Get() 541 LLDB_RECORD_METHOD(lldb::SBError, SBPlatform, Put, in Put() 581 LLDB_RECORD_METHOD(lldb::SBError, SBPlatform, Run, in Run() 616 SBError SBPlatform::Kill(const lldb::pid_t pid) { in Kill() 624 SBError SBPlatform::ExecuteConnected( in ExecuteConnected() 626 SBError sb_error; in ExecuteConnected() 643 SBError sb_error; in MakeDirectory() 672 SBError sb_error; in SetFilePermissions() [all …]
|
| H A D | SBThread.cpp | 502 SBError sb_error; in ResumeNewPlan() 538 SBError error; // Ignored in StepOver() 587 SBError error; // Ignored in StepInto() 645 SBError error; // Ignored in StepOut() 681 SBError error; // Ignored in StepOutOfFrame() 727 SBError error; // Ignored in StepInstruction() 796 SBError sb_error; in StepOverUntil() 936 SBError error; in StepUsingScriptedThreadPlan() 973 SBError sb_error; in JumpToLine() 994 SBError sb_error; in ReturnFromFrame() [all …]
|
| H A D | SBThreadPlan.cpp | 229 SBError error; in QueueThreadPlanForStepOverRange() 274 SBError error; in QueueThreadPlanForStepInRange() 320 SBError error; in QueueThreadPlanForStepOut() 361 SBError error; in QueueThreadPlanForRunToAddress() 398 SBError error; in QueueThreadPlanForStepScripted() 405 SBError &error) { in QueueThreadPlanForStepScripted() 431 SBError &error) { in QueueThreadPlanForStepScripted() 501 (uint32_t, bool, lldb::SBError &)); in RegisterMethods() 506 (lldb::SBAddress, lldb::SBError &)); in RegisterMethods() 511 (const char *, lldb::SBError &)); in RegisterMethods() [all …]
|
| H A D | SBHostOS.cpp | 106 void *thread_arg, SBError *error_ptr) { in ThreadCreate() 108 (lldb::thread_func_t, void *, SBError *), name, in ThreadCreate() 128 bool SBHostOS::ThreadCancel(lldb::thread_t thread, SBError *error_ptr) { in ThreadCancel() 130 (lldb::thread_t, lldb::SBError *), thread, in ThreadCancel() 142 bool SBHostOS::ThreadDetach(lldb::thread_t thread, SBError *error_ptr) { in ThreadDetach() 144 (lldb::thread_t, lldb::SBError *), thread, in ThreadDetach() 162 SBError *error_ptr) { in ThreadJoin() 165 (lldb::thread_t, lldb::thread_result_t *, lldb::SBError *), thread, in ThreadJoin()
|
| /freebsd-13.1/contrib/llvm-project/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); 140 SBError Put(SBFileSpec &src, SBFileSpec &dst); 142 SBError Get(SBFileSpec &src, SBFileSpec &dst); 144 SBError Install(SBFileSpec &src, SBFileSpec &dst); 146 SBError Run(SBPlatformShellCommand &shell_command); 148 SBError Launch(SBLaunchInfo &launch_info); 150 SBError Kill(const lldb::pid_t pid); 152 SBError 158 SBError SetFilePermissions(const char *path, uint32_t file_permissions); 178 SBError ExecuteConnected(
|
| 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); 351 lldb::SBError SetSectionLoadAddress(lldb::SBSection section, 383 lldb::SBError SetModuleLoadAddress(lldb::SBModule module, 394 lldb::SBError ClearModuleLoadAddress(lldb::SBModule module); 542 lldb::SBError &error); 733 lldb::SBError BreakpointsWriteToFile(SBFileSpec &dest_file, [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 | SBDebugger.h | 24 SBError Initialize(lldb::SBDebugger &sb_debugger, 86 static lldb::SBError InitializeWithErrorHandling(); 129 SBError SetInputFile(SBFile file); 131 SBError SetOutputFile(SBFile file); 133 SBError SetErrorFile(SBFile file); 135 SBError SetInputFile(FileSP file); 137 SBError SetOutputFile(FileSP file); 139 SBError SetErrorFile(FileSP file); 226 lldb::SBError SetCurrentPlatform(const char *platform_name); 279 static lldb::SBError SetInternalVariable(const char *var_name, [all …]
|
| /freebsd-13.1/contrib/llvm-project/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 180 lldb::SBError 183 lldb::SBError 186 lldb::SBError 189 lldb::SBError 192 lldb::SBError 195 lldb::SBError 198 lldb::SBError 204 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 | 124 static SBError 209 SBError 212 SBError 215 SBError 218 SBError 221 SBError 224 SBError 262 lldb::SBError& sb_error); 346 lldb::SBError 410 static lldb::SBError [all …]
|
| H A D | SBTarget.i | 124 lldb::SBError 206 lldb::SBError& error); 333 SBError& error); 415 lldb::SBError 419 lldb::SBError 422 lldb::SBError 426 lldb::SBError 780 lldb::SBError 812 lldb::SBError 831 lldb::SBError [all …]
|
| H A D | SBTrace.i | 20 SBError Start(const SBStructuredData &configuration); 22 SBError Start(const SBThread &thread, const SBStructuredData &configuration); 24 SBError Stop(); 26 SBError Stop(const SBThread &thread);
|