Home
last modified time | relevance | path

Searched refs:SBTarget (Results 1 – 25 of 67) sorted by relevance

123

/freebsd-14.2/contrib/llvm-project/lldb/bindings/interface/
H A DSBTargetDocstrings.i38 ) 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 DSBTarget.cpp97 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 DSBDebugger.cpp830 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 DSBExecutionContext.cpp35 SBExecutionContext::SBExecutionContext(const lldb::SBTarget &target) in SBExecutionContext()
77 SBTarget SBExecutionContext::GetTarget() const { in GetTarget()
80 SBTarget sb_target; in GetTarget()
H A DSBInstruction.cpp110 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 DSBAddress.cpp43 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 DSBSymbol.cpp107 SBInstructionList SBSymbol::GetInstructions(SBTarget target) { in GetInstructions()
113 SBInstructionList SBSymbol::GetInstructions(SBTarget target, in GetInstructions()
H A DSBFunction.cpp107 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 DSBDebugger.h238 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 DSBInstruction.h40 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 DSBTarget.h36 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 DSBAddress.h26 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 DSBBreakpoint.h50 lldb::SBTarget GetTarget() const;
161 friend class SBTarget; variable
175 SBBreakpointList(SBTarget &target);
194 friend class SBTarget;
H A DSBModule.h186 lldb::SBValueList FindGlobalVariables(lldb::SBTarget &target,
200 lldb::SBValue FindFirstGlobalVariable(lldb::SBTarget &target,
304 friend class SBTarget; variable
H A DSBExecutionContext.h34 SBExecutionContext(const lldb::SBTarget &target);
48 SBTarget GetTarget() const;
H A DSBSymbol.h39 lldb::SBInstructionList GetInstructions(lldb::SBTarget target);
41 lldb::SBInstructionList GetInstructions(lldb::SBTarget target,
H A DSBFunction.h38 lldb::SBInstructionList GetInstructions(lldb::SBTarget target);
40 lldb::SBInstructionList GetInstructions(lldb::SBTarget target,
H A DSBSection.h43 lldb::addr_t GetLoadAddress(lldb::SBTarget &target);
94 friend class SBTarget; variable
H A DSBBreakpointName.h26 SBBreakpointName(SBTarget &target, const char *name);
114 friend class SBTarget;
H A DSBAttachInfo.h20 class SBTarget; variable
199 friend class SBTarget;
H A DSBLaunchInfo.h22 class SBTarget; variable
211 friend class SBTarget; variable
H A DSBPlatform.h157 SBTarget &target, SBError &error);
195 friend class SBTarget; variable
H A DSBFileSpecList.h42 friend class SBTarget;
H A DSBSymbolContextList.h46 friend class SBTarget; variable
/freebsd-14.2/contrib/llvm-project/lldb/bindings/python/
H A Dpython.swig15 * :py:class:`SBTarget`: Represents the target program running under the debugger.
23 files. :py:class:`SBTarget` contains SBModule.
25 :py:class:`SBTarget` contains SBBreakpoints.

123