Home
last modified time | relevance | path

Searched refs:eMatchTypeNormal (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/macosx/builtin-debugtrap/
H A DTestBuiltinDebugTrap.py36 list = target.FindGlobalVariables("global", 1, lldb.eMatchTypeNormal)
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-enumerations.h1051 enum MatchType { eMatchTypeNormal, eMatchTypeRegex, eMatchTypeStartsWith }; enumerator
/llvm-project-15.0.7/lldb/source/API/
H A DSBTarget.cpp1885 case eMatchTypeNormal: in FindGlobalVariables()