| /openbsd/src/gnu/llvm/lldb/source/API/ |
| 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 lldb_private::Status &status) in SBError() function in SBError 33 SBError::~SBError() = default; 35 const SBError &SBError::operator=(const SBError &rhs) { in operator =() 43 const char *SBError::GetCString() const { in GetCString() 51 void SBError::Clear() { in Clear() 58 bool SBError::Fail() const { in Fail() 69 bool SBError::Success() const { in Success() 79 uint32_t SBError::GetError() const { in GetError() [all …]
|
| 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() 90 SBError SBTrace::Start(const SBStructuredData &configuration) { in Start() 92 SBError error; in Start() 101 SBError SBTrace::Start(const SBThread &thread, in Start() 105 SBError error; in Start() 118 SBError SBTrace::Stop() { in Stop() 120 SBError error; in Stop() 128 SBError SBTrace::Stop(const SBThread &thread) { in Stop() [all …]
|
| 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()
|
| D | SBProcess.cpp | 128 lldb::SBError &error) { in RemoteLaunch() 161 lldb::SBError &error) { in RemoteAttachToProcessWithID() 555 SBError SBProcess::Continue() { in Continue() 558 SBError sb_error; in Continue() 575 SBError SBProcess::Destroy() { in Destroy() 578 SBError sb_error; in Destroy() 590 SBError SBProcess::Stop() { in Stop() 593 SBError sb_error; in Stop() 605 SBError SBProcess::Kill() { in Kill() 608 SBError sb_error; in Kill() [all …]
|
| 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 …]
|
| 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()
|
| /openbsd/src/gnu/llvm/lldb/include/lldb/API/ |
| D | SBProcess.h | 80 bool RemoteAttachToProcessWithID(lldb::pid_t pid, lldb::SBError &error); 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); 185 size_t ReadMemory(addr_t addr, void *buf, size_t size, lldb::SBError &error); [all …]
|
| D | SBThread.h | 98 void StepOver(lldb::RunMode stop_other_threads, SBError &error); 105 void StepInto(const char *target_name, uint32_t end_line, SBError &error, 110 void StepOut(SBError &error); 114 void StepOutOfFrame(SBFrame &frame, SBError &error); 118 void StepInstruction(bool step_over, SBError &error); 120 SBError StepOverUntil(lldb::SBFrame &frame, lldb::SBFileSpec &file_spec, 123 SBError StepUsingScriptedThreadPlan(const char *script_class_name); 125 SBError StepUsingScriptedThreadPlan(const char *script_class_name, 128 SBError StepUsingScriptedThreadPlan(const char *script_class_name, 132 SBError JumpToLine(lldb::SBFileSpec &file_spec, uint32_t line); [all …]
|
| 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 …]
|
| 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(
|
| D | SBTrace.h | 26 static SBTrace LoadTraceFromFile(SBError &error, SBDebugger &debugger, 41 SBTraceCursor CreateNewCursor(SBError &error, SBThread &thread); 62 SBFileSpec SaveToDisk(SBError &error, const SBFileSpec &bundle_dir, 92 SBError Start(const SBStructuredData &configuration); 112 SBError Start(const SBThread &thread, const SBStructuredData &configuration); 124 SBError Stop(); 133 SBError Stop(const SBThread &thread);
|
| D | SBError.h | 20 class LLDB_API SBError { 22 SBError(); 24 SBError(const lldb::SBError &rhs); 26 SBError(const lldb_private::Status &error); 28 ~SBError(); 30 const SBError &operator=(const lldb::SBError &rhs);
|
| D | SBTarget.h | 118 SBError Install(); 178 bool stop_at_entry, lldb::SBError &error); 181 SBProcess LoadCore(const char *core_file, lldb::SBError &error); 212 SBProcess Launch(SBLaunchInfo &launch_info, SBError &error); 214 SBProcess Attach(SBAttachInfo &attach_info, SBError &error); 233 lldb::SBError &error); 256 lldb::SBError &error); 278 const char *plugin_name, SBError &error); 284 lldb::SBError &error); 358 lldb::SBError SetSectionLoadAddress(lldb::SBSection section, [all …]
|
| D | SBDebugger.h | 24 SBError Initialize(lldb::SBDebugger &sb_debugger, 93 static lldb::SBError InitializeWithErrorHandling(); 155 SBError SetInputString(const char *data); 157 SBError SetInputFile(SBFile file); 159 SBError SetOutputFile(SBFile file); 161 SBError SetErrorFile(SBFile file); 163 SBError SetInputFile(FileSP file); 165 SBError SetOutputFile(FileSP file); 167 SBError SetErrorFile(FileSP file); 197 bool add_dependent_modules, lldb::SBError &error); [all …]
|
| D | SBThreadPlan.h | 91 SBError &error); 97 SBError &error); 102 bool first_insn, SBError &error); 106 SBError &error); 110 SBError &error); 113 SBError &error);
|
| 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);
|
| /openbsd/src/gnu/llvm/lldb/bindings/interface/ |
| D | SBProcess.i | 112 lldb::SBError& error); 126 lldb::SBError& error); 209 lldb::SBError 212 lldb::SBError 215 lldb::SBError 219 lldb::SBError 222 lldb::SBError 226 lldb::SBError 253 ReadMemory (addr_t addr, void *buf, size_t size, lldb::SBError &error); 265 WriteMemory (addr_t addr, const void *buf, size_t size, lldb::SBError &error); [all …]
|
| D | SBThread.i | 206 StepOver (lldb::RunMode stop_other_threads, SBError &error); 221 SBError &error, 230 StepOut (SBError &error); 238 StepOutOfFrame (SBFrame &frame, SBError &error); 246 StepInstruction(bool step_over, SBError &error); 248 SBError 253 SBError 256 SBError 259 SBError 264 SBError [all …]
|
| 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
|
| 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)
|
| D | SBTrace.i | 18 SBTraceCursor CreateNewCursor(SBError &error, SBThread &thread); 22 SBFileSpec SaveToDisk(SBError &error, const SBFileSpec &bundle_dir, bool compact = false); 24 SBError Start(const SBStructuredData &configuration); 26 SBError Start(const SBThread &thread, const SBStructuredData &configuration); 28 SBError Stop(); 30 SBError Stop(const SBThread &thread);
|
| 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); 64 GetUnsignedInt16 (lldb::SBError& error, lldb::offset_t offset); 67 GetUnsignedInt32 (lldb::SBError& error, lldb::offset_t offset); 70 GetUnsignedInt64 (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); [all …]
|
| D | SBDebugger.i | 141 static SBError 230 SBError 233 SBError 236 SBError 239 SBError 242 SBError 245 SBError 248 SBError 286 lldb::SBError& sb_error); 370 lldb::SBError [all …]
|
| D | SBTarget.i | 124 lldb::SBError 206 lldb::SBError& error); 232 Launch (lldb::SBLaunchInfo &launch_info, lldb::SBError& error); 256 LoadCore(const char *core_file, lldb::SBError &error); 259 Attach(lldb::SBAttachInfo &attach_info, lldb::SBError& error); 281 lldb::SBError& error); 307 lldb::SBError& error); 333 SBError& error); 343 SBError &error); 421 lldb::SBError [all …]
|
| D | SBHostOS.i | 37 lldb::SBError *err); 41 lldb::SBError *err); 45 lldb::SBError *err); 49 lldb::SBError *err);
|