| /freebsd-14.2/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBTargetDocstrings.i | 38 ) lldb::SBTarget; 48 ) lldb::SBTarget::GetPlatform; 63 ) lldb::SBTarget::Install; 134 ) lldb::SBTarget::Launch; 154 ) lldb::SBTarget::LaunchSimple; 174 ) lldb::SBTarget::LoadCore; 237 ) lldb::SBTarget::ConnectRemote; 259 ) lldb::SBTarget::GetDataByteSize; 284 ) lldb::SBTarget::FindFunctions; 341 ) lldb::SBTarget::ReadMemory; [all …]
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/API/ |
| H A D | SBTarget.cpp | 97 SBTarget::SBTarget() { LLDB_INSTRUMENT_VA(this); } in SBTarget() function in SBTarget 99 SBTarget::SBTarget(const SBTarget &rhs) : m_opaque_sp(rhs.m_opaque_sp) { in SBTarget() function in SBTarget 103 SBTarget::SBTarget(const TargetSP &target_sp) : m_opaque_sp(target_sp) { in SBTarget() function in SBTarget 107 const SBTarget &SBTarget::operator=(const SBTarget &rhs) { in operator =() 116 SBTarget::~SBTarget() = default; 124 SBTarget SBTarget::GetTargetFromEvent(const SBEvent &event) { in GetTargetFromEvent() 153 bool SBTarget::IsValid() const { in IsValid() 287 SBError SBTarget::Install() { in Install() 566 bool SBTarget::operator==(const SBTarget &rhs) const { in operator ==() 572 bool SBTarget::operator!=(const SBTarget &rhs) const { in operator !=() [all …]
|
| H A D | SBDebugger.cpp | 830 SBTarget sb_target; in CreateTarget() 860 SBTarget 865 SBTarget sb_target; in CreateTargetWithFileAndTargetTriple() 892 SBTarget sb_target; in CreateTargetWithFileAndArch() 933 SBTarget sb_target; in CreateTarget() 957 SBTarget sb_target; in GetDummyTarget() 993 SBTarget sb_target; in GetTargetAtIndex() 1017 SBTarget sb_target; in FindTargetWithProcessID() 1029 SBTarget sb_target; in FindTargetWithFileAndArch() 1043 SBTarget sb_target; in FindTargetWithLLDBProcess() [all …]
|
| H A D | SBExecutionContext.cpp | 35 SBExecutionContext::SBExecutionContext(const lldb::SBTarget &target) in SBExecutionContext() 77 SBTarget SBExecutionContext::GetTarget() const { in GetTarget() 80 SBTarget sb_target; in GetTarget()
|
| H A D | SBInstruction.cpp | 110 const char *SBInstruction::GetMnemonic(SBTarget target) { in GetMnemonic() 129 const char *SBInstruction::GetOperands(SBTarget target) { in GetOperands() 148 const char *SBInstruction::GetComment(SBTarget target) { in GetComment() 167 lldb::InstructionControlFlowKind SBInstruction::GetControlFlowKind(lldb::SBTarget target) { in GetControlFlowKind() 195 SBData SBInstruction::GetData(SBTarget target) { in GetData()
|
| H A D | SBAddress.cpp | 43 SBAddress::SBAddress(lldb::addr_t load_addr, lldb::SBTarget &target) in SBAddress() 107 lldb::addr_t SBAddress::GetLoadAddress(const SBTarget &target) const { in GetLoadAddress() 122 void SBAddress::SetLoadAddress(lldb::addr_t load_addr, lldb::SBTarget &target) { in SetLoadAddress()
|
| H A D | SBSymbol.cpp | 107 SBInstructionList SBSymbol::GetInstructions(SBTarget target) { in GetInstructions() 113 SBInstructionList SBSymbol::GetInstructions(SBTarget target, in GetInstructions()
|
| H A D | SBFunction.cpp | 107 SBInstructionList SBFunction::GetInstructions(SBTarget target) { in GetInstructions() 113 SBInstructionList SBFunction::GetInstructions(SBTarget target, in GetInstructions()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBDebugger.h | 238 lldb::SBTarget CreateTargetWithFileAndArch(const char *filename, 241 lldb::SBTarget CreateTarget(const char *filename); 243 lldb::SBTarget GetDummyTarget(); 246 bool DeleteTarget(lldb::SBTarget &target); 248 lldb::SBTarget GetTargetAtIndex(uint32_t idx); 250 uint32_t GetIndexOfTarget(lldb::SBTarget target); 252 lldb::SBTarget FindTargetWithProcessID(lldb::pid_t pid); 254 lldb::SBTarget FindTargetWithFileAndArch(const char *filename, 259 lldb::SBTarget GetSelectedTarget(); 261 void SetSelectedTarget(SBTarget &target); [all …]
|
| H A D | SBInstruction.h | 40 const char *GetMnemonic(lldb::SBTarget target); 42 const char *GetOperands(lldb::SBTarget target); 44 const char *GetComment(lldb::SBTarget target); 46 lldb::InstructionControlFlowKind GetControlFlowKind(lldb::SBTarget target); 48 lldb::SBData GetData(lldb::SBTarget target);
|
| H A D | SBTarget.h | 36 class LLDB_API SBTarget { 48 SBTarget(); 50 SBTarget(const lldb::SBTarget &rhs); 53 ~SBTarget(); 55 const lldb::SBTarget &operator=(const lldb::SBTarget &rhs); 63 static lldb::SBTarget GetTargetFromEvent(const lldb::SBEvent &event); 894 bool operator==(const lldb::SBTarget &rhs) const; 896 bool operator!=(const lldb::SBTarget &rhs) const; 954 SBTarget(const lldb::TargetSP &target_sp);
|
| H A D | SBAddress.h | 26 SBAddress(lldb::addr_t load_addr, lldb::SBTarget &target); 44 addr_t GetLoadAddress(const lldb::SBTarget &target) const; 48 void SetLoadAddress(lldb::addr_t load_addr, lldb::SBTarget &target); 100 friend class SBTarget; variable
|
| H A D | SBBreakpoint.h | 50 lldb::SBTarget GetTarget() const; 161 friend class SBTarget; variable 175 SBBreakpointList(SBTarget &target); 194 friend class SBTarget;
|
| H A D | SBModule.h | 186 lldb::SBValueList FindGlobalVariables(lldb::SBTarget &target, 200 lldb::SBValue FindFirstGlobalVariable(lldb::SBTarget &target, 304 friend class SBTarget; variable
|
| H A D | SBExecutionContext.h | 34 SBExecutionContext(const lldb::SBTarget &target); 48 SBTarget GetTarget() const;
|
| H A D | SBSymbol.h | 39 lldb::SBInstructionList GetInstructions(lldb::SBTarget target); 41 lldb::SBInstructionList GetInstructions(lldb::SBTarget target,
|
| H A D | SBFunction.h | 38 lldb::SBInstructionList GetInstructions(lldb::SBTarget target); 40 lldb::SBInstructionList GetInstructions(lldb::SBTarget target,
|
| H A D | SBSection.h | 43 lldb::addr_t GetLoadAddress(lldb::SBTarget &target); 94 friend class SBTarget; variable
|
| H A D | SBBreakpointName.h | 26 SBBreakpointName(SBTarget &target, const char *name); 114 friend class SBTarget;
|
| H A D | SBAttachInfo.h | 20 class SBTarget; variable 199 friend class SBTarget;
|
| H A D | SBLaunchInfo.h | 22 class SBTarget; variable 211 friend class SBTarget; variable
|
| H A D | SBPlatform.h | 157 SBTarget &target, SBError &error); 195 friend class SBTarget; variable
|
| H A D | SBFileSpecList.h | 42 friend class SBTarget;
|
| H A D | SBSymbolContextList.h | 46 friend class SBTarget; variable
|
| /freebsd-14.2/contrib/llvm-project/lldb/bindings/python/ |
| H A D | python.swig | 15 * :py:class:`SBTarget`: Represents the target program running under the debugger. 23 files. :py:class:`SBTarget` contains SBModule. 25 :py:class:`SBTarget` contains SBBreakpoints.
|