Home
last modified time | relevance | path

Searched defs:SBAttachInfo (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/source/API/
DSBAttachInfo.cpp19 SBAttachInfo::SBAttachInfo() : m_opaque_sp(new ProcessAttachInfo()) { in SBAttachInfo() function in SBAttachInfo
23 SBAttachInfo::SBAttachInfo(lldb::pid_t pid) in SBAttachInfo() function in SBAttachInfo
30 SBAttachInfo::SBAttachInfo(const char *path, bool wait_for) in SBAttachInfo() function in SBAttachInfo
39 SBAttachInfo::SBAttachInfo(const char *path, bool wait_for, bool async) in SBAttachInfo() function in SBAttachInfo
50 SBAttachInfo::SBAttachInfo(const SBAttachInfo &rhs) in SBAttachInfo() function in SBAttachInfo
/external/llvm-project/lldb/tools/lldb-vscode/
DVSCodeForward.h21 class SBAttachInfo; variable