Home
last modified time | relevance | path

Searched refs:eExternal (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBProgress.cpp22 lldb_private::Progress::Origin::eExternal); in SBProgress()
32 lldb_private::Progress::Origin::eExternal); in SBProgress()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DProgress.h65 eExternal = 1, enumerator
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointSite.h43 eExternal // Breakpoint site is managed by an external debug nub or enumerator
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DProgress.cpp104 uint32_t progress_category_bit = m_origin == Progress::Origin::eExternal in ReportProgress()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp3124 bp_site->SetType(BreakpointSite::eExternal); in EnableBreakpointSite()
3230 case BreakpointSite::eExternal: { in DisableBreakpointSite()
5838 bp_site->GetType() == BreakpointSite::eExternal)) { in DidForkSwitchSoftwareBreakpoints()