| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBError.cpp | 20 SBError::SBError() : m_opaque_ap() {} in SBError() function in SBError 22 SBError::SBError(const SBError &rhs) : m_opaque_ap() { in SBError() function in SBError 27 SBError::~SBError() {} in ~SBError() 29 const SBError &SBError::operator=(const SBError &rhs) { in operator =() 47 void SBError::Clear() { in Clear() 52 bool SBError::Fail() const { in Fail() 66 bool SBError::Success() const { in Success() 79 uint32_t SBError::GetError() const { in GetError() 93 ErrorType SBError::GetType() const { in GetType() 116 void SBError::SetErrorToErrno() { in SetErrorToErrno() [all …]
|
| H A D | SBThreadPlan.cpp | 146 SBError error; in QueueThreadPlanForStepOverRange() 151 SBAddress &sb_start_address, lldb::addr_t size, SBError &error) { in QueueThreadPlanForStepOverRange() 179 SBError error; in QueueThreadPlanForStepInRange() 185 lldb::addr_t size, SBError &error) { in QueueThreadPlanForStepInRange() 213 SBError error; in QueueThreadPlanForStepOut() 219 bool first_insn, SBError &error) { in QueueThreadPlanForStepOut() 242 SBError error; in QueueThreadPlanForRunToAddress() 247 SBError &error) { in QueueThreadPlanForRunToAddress() 269 SBError error; in QueueThreadPlanForStepScripted() 275 SBError &error) { in QueueThreadPlanForStepScripted()
|
| H A D | SBPlatform.cpp | 256 SBError sb_error; in ConnectRemote() 353 SBError SBPlatform::Get(SBFileSpec &src, SBFileSpec &dst) { in Get() 354 SBError sb_error; in Get() 364 SBError SBPlatform::Put(SBFileSpec &src, SBFileSpec &dst) { in Put() 417 SBError SBPlatform::Launch(SBLaunchInfo &launch_info) { in Launch() 426 SBError SBPlatform::Kill(const lldb::pid_t pid) { in Kill() 432 SBError SBPlatform::ExecuteConnected( in ExecuteConnected() 434 SBError sb_error; in ExecuteConnected() 448 SBError sb_error; in MakeDirectory() 469 SBError SBPlatform::SetFilePermissions(const char *path, in SetFilePermissions() [all …]
|
| H A D | SBProcess.cpp | 663 SBError sb_error; in Continue() 693 SBError sb_error; in Destroy() 715 SBError sb_error; in Stop() 737 SBError sb_error; in Kill() 765 SBError sb_error; in Detach() 778 SBError sb_error; in Signal() 1239 lldb::SBError sb_error; in UnloadImage() 1262 lldb::SBError sb_error; in SendEventData() 1336 lldb::SBError error; in SaveCore() 1356 lldb::SBError [all …]
|
| H A D | SBStructuredData.cpp | 46 lldb::SBError SBStructuredData::SetFromJSON(lldb::SBStream &stream) { in SetFromJSON() 47 lldb::SBError error; in SetFromJSON() 62 SBError SBStructuredData::GetAsJSON(lldb::SBStream &stream) const { in GetAsJSON() 63 SBError error; in GetAsJSON() 68 lldb::SBError SBStructuredData::GetDescription(lldb::SBStream &stream) const { in GetDescription() 70 SBError sb_error; in GetDescription()
|
| H A D | SBThread.cpp | 603 SBError sb_error; in ResumeNewPlan() 636 SBError error; // Ignored in StepOver() 683 SBError error; // Ignored in StepInto() 743 SBError error; // Ignored in StepOut() 780 SBError error; // Ignored in StepOutOfFrame() 837 SBError error; // Ignored in StepInstruction() 906 SBError sb_error; in StepOverUntil() 1037 SBError error; in StepUsingScriptedThreadPlan() 1075 SBError sb_error; in JumpToLine() 1098 SBError sb_error; in ReturnFromFrame() [all …]
|
| H A D | SBData.cpp | 112 float SBData::GetFloat(lldb::SBError &error, lldb::offset_t offset) { in GetFloat() 129 double SBData::GetDouble(lldb::SBError &error, lldb::offset_t offset) { in GetDouble() 165 lldb::addr_t SBData::GetAddress(lldb::SBError &error, lldb::offset_t offset) { in GetAddress() 184 uint8_t SBData::GetUnsignedInt8(lldb::SBError &error, lldb::offset_t offset) { in GetUnsignedInt8() 256 int8_t SBData::GetSignedInt8(lldb::SBError &error, lldb::offset_t offset) { in GetSignedInt8() 274 int16_t SBData::GetSignedInt16(lldb::SBError &error, lldb::offset_t offset) { in GetSignedInt16() 292 int32_t SBData::GetSignedInt32(lldb::SBError &error, lldb::offset_t offset) { in GetSignedInt32() 310 int64_t SBData::GetSignedInt64(lldb::SBError &error, lldb::offset_t offset) { in GetSignedInt64() 328 const char *SBData::GetString(lldb::SBError &error, lldb::offset_t offset) { in GetString() 359 size_t SBData::ReadRawData(lldb::SBError &error, lldb::offset_t offset, in ReadRawData() [all …]
|
| H A D | SBTrace.cpp | 26 size_t SBTrace::GetTraceData(SBError &error, void *buf, size_t size, in GetTraceData() 43 size_t SBTrace::GetMetaData(SBError &error, void *buf, size_t size, in GetMetaData() 61 void SBTrace::StopTrace(SBError &error, lldb::tid_t thread_id) { in StopTrace() 72 void SBTrace::GetTraceConfig(SBTraceOptions &options, SBError &error) { in GetTraceConfig()
|
| H A D | SBHostOS.cpp | 99 void *thread_arg, SBError *error_ptr) { in ThreadCreate() 119 bool SBHostOS::ThreadCancel(lldb::thread_t thread, SBError *error_ptr) { in ThreadCancel() 129 bool SBHostOS::ThreadDetach(lldb::thread_t thread, SBError *error_ptr) { in ThreadDetach() 145 SBError *error_ptr) { in ThreadJoin()
|
| H A D | SBTarget.cpp | 253 SBError error; in LaunchSimple() 259 SBError SBTarget::Install() { in Install() 260 SBError sb_error; in Install() 674 SBError sb_error; in ReadMemory() 1245 SBError sberr; in BreakpointsCreateFromFile() 1275 SBError sberr; in BreakpointsWriteToFile() 1288 SBError sberr; in BreakpointsWriteToFile() 2064 SBError sb_error; in SetSectionLoadAddress() 2098 SBError sb_error; in ClearSectionLoadAddress() 2131 SBError sb_error; in SetModuleLoadAddress() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/ |
| H A D | SBProcess.h | 85 lldb::SBError &error); 164 lldb::SBError Destroy(); 166 lldb::SBError Continue(); 168 lldb::SBError Stop(); 170 lldb::SBError Kill(); 172 lldb::SBError Detach(); 174 lldb::SBError Detach(bool keep_stopped); 176 lldb::SBError Signal(int signal); 201 lldb::SBError &error); 314 lldb::SBError &error); [all …]
|
| H A D | SBData.h | 41 float GetFloat(lldb::SBError &error, lldb::offset_t offset); 43 double GetDouble(lldb::SBError &error, lldb::offset_t offset); 45 long double GetLongDouble(lldb::SBError &error, lldb::offset_t offset); 47 lldb::addr_t GetAddress(lldb::SBError &error, lldb::offset_t offset); 49 uint8_t GetUnsignedInt8(lldb::SBError &error, lldb::offset_t offset); 57 int8_t GetSignedInt8(lldb::SBError &error, lldb::offset_t offset); 59 int16_t GetSignedInt16(lldb::SBError &error, lldb::offset_t offset); 61 int32_t GetSignedInt32(lldb::SBError &error, lldb::offset_t offset); 63 int64_t GetSignedInt64(lldb::SBError &error, lldb::offset_t offset); 65 const char *GetString(lldb::SBError &error, lldb::offset_t offset); [all …]
|
| H A D | SBThread.h | 96 void StepOver(lldb::RunMode stop_other_threads, SBError &error); 108 void StepOut(SBError &error); 112 void StepOutOfFrame(SBFrame &frame, SBError &error); 116 void StepInstruction(bool step_over, SBError &error); 126 SBError JumpToLine(lldb::SBFileSpec &file_spec, uint32_t line); 130 void RunToAddress(lldb::addr_t addr, SBError &error); 132 SBError ReturnFromFrame(SBFrame &frame, SBValue &return_value); 134 SBError UnwindInnermostExpression(); 159 bool Suspend(SBError &error); 163 bool Resume(SBError &error); [all …]
|
| H A D | SBPlatform.h | 105 SBError ConnectRemote(SBPlatformConnectOptions &connect_options); 128 SBError Put(SBFileSpec &src, SBFileSpec &dst); 130 SBError Get(SBFileSpec &src, SBFileSpec &dst); 132 SBError Install(SBFileSpec &src, SBFileSpec &dst); 134 SBError Run(SBPlatformShellCommand &shell_command); 136 SBError Launch(SBLaunchInfo &launch_info); 138 SBError Kill(const lldb::pid_t pid); 140 SBError 146 SBError SetFilePermissions(const char *path, uint32_t file_permissions); 158 SBError ExecuteConnected(
|
| H A D | SBTarget.h | 126 SBError Install(); 220 SBProcess Launch(SBLaunchInfo &launch_info, SBError &error); 222 SBProcess Attach(SBAttachInfo &attach_info, SBError &error); 243 lldb::SBError &error); 298 lldb::SBError &error); 373 lldb::SBError SetSectionLoadAddress(lldb::SBSection section, 409 lldb::SBError SetModuleLoadAddress(lldb::SBModule module, 422 lldb::SBError ClearModuleLoadAddress(lldb::SBModule module); 588 lldb::SBError &error); 764 lldb::SBError BreakpointsWriteToFile(SBFileSpec &dest_file); [all …]
|
| H A D | SBError.h | 17 class LLDB_API SBError { 19 SBError(); 21 SBError(const lldb::SBError &rhs); 23 ~SBError(); 25 const SBError &operator=(const lldb::SBError &rhs);
|
| H A D | SBHostOS.h | 32 void *thread_arg, lldb::SBError *err); 34 static bool ThreadCancel(lldb::thread_t thread, lldb::SBError *err); 36 static bool ThreadDetach(lldb::thread_t thread, lldb::SBError *err); 38 lldb::SBError *err);
|
| H A D | SBThreadPlan.h | 84 SBError &error); 90 SBError &error); 95 bool first_insn, SBError &error); 99 SBError &error); 103 SBError &error);
|
| H A D | SBTrace.h | 52 size_t GetTraceData(SBError &error, void *buf, size_t size, size_t offset = 0, 60 size_t GetMetaData(SBError &error, void *buf, size_t size, size_t offset = 0, 85 void StopTrace(SBError &error, 100 void GetTraceConfig(SBTraceOptions &options, SBError &error);
|
| H A D | SBValue.h | 36 SBError GetError(); 56 int64_t GetValueAsSigned(lldb::SBError &error, int64_t fail_value = 0); 58 uint64_t GetValueAsUnsigned(lldb::SBError &error, uint64_t fail_value = 0); 106 bool SetValueFromCString(const char *value_str, lldb::SBError &error); 256 bool SetData(lldb::SBData &data, lldb::SBError &error); 339 SBError &error); 371 SBError &error);
|
| H A D | SBDebugger.h | 26 SBError Initialize(lldb::SBDebugger &, 49 static lldb::SBError Initialize(SBInitializerOptions &options); 105 bool add_dependent_modules, lldb::SBError &error); 162 lldb::SBError SetCurrentPlatform(const char *platform_name); 211 static lldb::SBError SetInternalVariable(const char *var_name, 274 SBError RunREPL(lldb::LanguageType language, const char *repl_options);
|
| H A D | SBStructuredData.h | 34 lldb::SBError SetFromJSON(lldb::SBStream &stream); 38 lldb::SBError GetAsJSON(lldb::SBStream &stream) const; 40 lldb::SBError GetDescription(lldb::SBStream &stream) const;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/ |
| H A D | MICmdBase.h | 83 bool HandleSBError(const lldb::SBError &error, 87 bool HandleSBErrorWithSuccess(const lldb::SBError &error, 89 bool HandleSBErrorWithFailure(const lldb::SBError &error,
|
| H A D | MICmdBase.cpp | 228 bool CMICmdBase::HandleSBError(const lldb::SBError &error, in HandleSBError() 251 const lldb::SBError &error, in HandleSBErrorWithSuccess() 268 const lldb::SBError &error, in HandleSBErrorWithFailure()
|
| H A D | MICmdCmdExec.cpp | 116 lldb::SBError error; in Execute() 361 lldb::SBError error; in Execute() 481 lldb::SBError error; in Execute() 603 lldb::SBError error; in Execute() 727 lldb::SBError error; in Execute() 847 lldb::SBError error; in Execute() 1160 lldb::SBError sbError = sbProcess.Destroy(); in Execute()
|