| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBTarget.cpp | 103 SBTarget::SBTarget() : m_opaque_sp() {} in SBTarget() function in SBTarget 105 SBTarget::SBTarget(const SBTarget &rhs) : m_opaque_sp(rhs.m_opaque_sp) {} in SBTarget() function in SBTarget 107 SBTarget::SBTarget(const TargetSP &target_sp) : m_opaque_sp(target_sp) {} in SBTarget() function in SBTarget 109 const SBTarget &SBTarget::operator=(const SBTarget &rhs) { in operator =() 118 SBTarget::~SBTarget() {} in ~SBTarget() 124 SBTarget SBTarget::GetTargetFromEvent(const SBEvent &event) { in GetTargetFromEvent() 145 bool SBTarget::IsValid() const { in IsValid() 259 SBError SBTarget::Install() { in Install() 597 bool SBTarget::operator==(const SBTarget &rhs) const { in operator ==() 601 bool SBTarget::operator!=(const SBTarget &rhs) const { in operator !=() [all …]
|
| H A D | SBDebugger.cpp | 559 SBTarget sb_target; in CreateTarget() 589 SBTarget 592 SBTarget sb_target; in CreateTargetWithFileAndTargetTriple() 617 SBTarget sb_target; in CreateTargetWithFileAndArch() 644 SBTarget sb_target; in CreateTarget() 669 SBTarget sb_target; in GetDummyTarget() 706 SBTarget sb_target; in GetTargetAtIndex() 727 SBTarget sb_target; in FindTargetWithProcessID() 737 SBTarget sb_target; in FindTargetWithFileAndArch() 751 SBTarget sb_target; in FindTargetWithLLDBProcess() [all …]
|
| H A D | SBExecutionContext.cpp | 32 SBExecutionContext::SBExecutionContext(const lldb::SBTarget &target) in SBExecutionContext() 64 SBTarget SBExecutionContext::GetTarget() const { in GetTarget() 65 SBTarget sb_target; in GetTarget()
|
| H A D | SBInstruction.cpp | 94 const char *SBInstruction::GetMnemonic(SBTarget target) { in GetMnemonic() 111 const char *SBInstruction::GetOperands(SBTarget target) { in GetOperands() 128 const char *SBInstruction::GetComment(SBTarget target) { in GetComment() 152 SBData SBInstruction::GetData(SBTarget target) { in GetData()
|
| H A D | SBAddress.cpp | 41 SBAddress::SBAddress(lldb::addr_t load_addr, lldb::SBTarget &target) in SBAddress() 90 lldb::addr_t SBAddress::GetLoadAddress(const SBTarget &target) const { in GetLoadAddress() 115 void SBAddress::SetLoadAddress(lldb::addr_t load_addr, lldb::SBTarget &target) { in SetLoadAddress()
|
| H A D | SBSymbol.cpp | 100 SBInstructionList SBSymbol::GetInstructions(SBTarget target) { in GetInstructions() 104 SBInstructionList SBSymbol::GetInstructions(SBTarget target, in GetInstructions()
|
| H A D | SBFunction.cpp | 116 SBInstructionList SBFunction::GetInstructions(SBTarget target) { in GetInstructions() 120 SBInstructionList SBFunction::GetInstructions(SBTarget target, in GetInstructions()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/ |
| H A D | SBDebugger.h | 110 lldb::SBTarget CreateTargetWithFileAndArch(const char *filename, 113 lldb::SBTarget CreateTarget(const char *filename); 115 lldb::SBTarget GetDummyTarget(); 118 bool DeleteTarget(lldb::SBTarget &target); 120 lldb::SBTarget GetTargetAtIndex(uint32_t idx); 122 uint32_t GetIndexOfTarget(lldb::SBTarget target); 124 lldb::SBTarget FindTargetWithProcessID(pid_t pid); 126 lldb::SBTarget FindTargetWithFileAndArch(const char *filename, 131 lldb::SBTarget GetSelectedTarget(); 133 void SetSelectedTarget(SBTarget &target); [all …]
|
| H A D | SBInstruction.h | 39 const char *GetMnemonic(lldb::SBTarget target); 41 const char *GetOperands(lldb::SBTarget target); 43 const char *GetComment(lldb::SBTarget target); 45 lldb::SBData GetData(lldb::SBTarget target);
|
| H A D | SBTarget.h | 30 class LLDB_API SBTarget { 46 SBTarget(); 48 SBTarget(const lldb::SBTarget &rhs); 50 SBTarget(const lldb::TargetSP &target_sp); 55 ~SBTarget(); 57 const lldb::SBTarget &operator=(const lldb::SBTarget &rhs); 63 static lldb::SBTarget GetTargetFromEvent(const lldb::SBEvent &event); 873 bool operator==(const lldb::SBTarget &rhs) const; 875 bool operator!=(const lldb::SBTarget &rhs) const;
|
| H A D | SBAddress.h | 27 SBAddress(lldb::addr_t load_addr, lldb::SBTarget &target); 39 addr_t GetLoadAddress(const lldb::SBTarget &target) const; 43 void SetLoadAddress(lldb::addr_t load_addr, lldb::SBTarget &target); 95 friend class SBTarget; variable
|
| H A D | SBBreakpoint.h | 142 friend class SBTarget; variable 151 SBBreakpointList(SBTarget &target); 170 friend class SBTarget;
|
| H A D | SBModule.h | 197 lldb::SBValueList FindGlobalVariables(lldb::SBTarget &target, 213 lldb::SBValue FindFirstGlobalVariable(lldb::SBTarget &target, 319 friend class SBTarget; variable
|
| H A D | SBExecutionContext.h | 31 SBExecutionContext(const lldb::SBTarget &target); 45 SBTarget GetTarget() const;
|
| H A D | SBSymbol.h | 38 lldb::SBInstructionList GetInstructions(lldb::SBTarget target); 40 lldb::SBInstructionList GetInstructions(lldb::SBTarget target,
|
| H A D | SBFunction.h | 37 lldb::SBInstructionList GetInstructions(lldb::SBTarget target); 39 lldb::SBInstructionList GetInstructions(lldb::SBTarget target,
|
| H A D | SBAttachInfo.h | 17 class SBTarget; variable 181 friend class SBTarget;
|
| H A D | SBSection.h | 42 lldb::addr_t GetLoadAddress(lldb::SBTarget &target); 91 friend class SBTarget; variable
|
| H A D | SBLaunchInfo.h | 22 class SBTarget; variable 146 friend class SBTarget; variable
|
| H A D | SBBreakpointName.h | 27 SBBreakpointName(SBTarget &target, const char *name); 108 friend class SBTarget;
|
| H A D | SBValue.h | 286 lldb::SBTarget GetTarget(); 391 friend class SBTarget; variable
|
| H A D | SBVariablesOptions.h | 36 bool GetIncludeRecognizedArguments(const lldb::SBTarget &) const;
|
| H A D | SBSymbolContextList.h | 45 friend class SBTarget; variable
|
| /freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/ |
| H A D | MICmnLLDBDebugger.cpp | 185 lldb::SBTarget sbTarget = CMICmnLLDBDebugSessionInfo::Instance().GetTarget(); in Shutdown() 407 MIuint eventMask = lldb::SBTarget::eBroadcastBitBreakpointChanged | in InitSBListener() 408 lldb::SBTarget::eBroadcastBitModulesLoaded | in InitSBListener() 409 lldb::SBTarget::eBroadcastBitModulesUnloaded | in InitSBListener() 410 lldb::SBTarget::eBroadcastBitWatchpointChanged | in InitSBListener() 411 lldb::SBTarget::eBroadcastBitSymbolsLoaded; in InitSBListener() 413 strDbgId, CMIUtilString(lldb::SBTarget::GetBroadcasterClassName()), in InitSBListener()
|
| H A D | MICmnLLDBDebuggerHandleEvents.cpp | 141 } else if (lldb::SBTarget::EventIsTargetEvent(vEvent)) { in HandleEvent() 617 case lldb::SBTarget::eBroadcastBitBreakpointChanged: in HandleEventSBTarget() 620 case lldb::SBTarget::eBroadcastBitModulesLoaded: in HandleEventSBTarget() 624 case lldb::SBTarget::eBroadcastBitModulesUnloaded: in HandleEventSBTarget() 628 case lldb::SBTarget::eBroadcastBitWatchpointChanged: in HandleEventSBTarget() 631 case lldb::SBTarget::eBroadcastBitSymbolsLoaded: in HandleEventSBTarget() 662 const MIuint nSize = lldb::SBTarget::GetNumModulesFromEvent(vEvent); in HandleTargetEventBroadcastBitModulesLoaded() 665 lldb::SBTarget::GetModuleAtIndexFromEvent(nIndex, vEvent); in HandleTargetEventBroadcastBitModulesLoaded() 692 const MIuint nSize = lldb::SBTarget::GetNumModulesFromEvent(vEvent); in HandleTargetEventBroadcastBitModulesUnloaded() 695 lldb::SBTarget::GetModuleAtIndexFromEvent(nIndex, vEvent); in HandleTargetEventBroadcastBitModulesUnloaded() [all …]
|