Home
last modified time | relevance | path

Searched refs:match_desc (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/source/Commands/
DCommandObjectPlatform.cpp1144 const char *match_desc = nullptr; in DoExecute() local
1152 match_desc = "matched"; in DoExecute()
1155 match_desc = "contained"; in DoExecute()
1158 match_desc = "started with"; in DoExecute()
1161 match_desc = "ended with"; in DoExecute()
1164 match_desc = "matched the regular expression"; in DoExecute()
1170 if (match_desc) in DoExecute()
1174 match_desc, match_name, in DoExecute()
1186 if (match_desc) in DoExecute()
1188 match_desc, match_name); in DoExecute()
/external/llvm-project/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/
Dlldbvscode_testcase.py90 match_desc = 'breakpoint %s.' % (breakpoint_id)
91 if match_desc in description: