Searched refs:match_desc (Results 1 – 2 of 2) sorted by relevance
1144 const char *match_desc = nullptr; in DoExecute() local1152 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()
90 match_desc = 'breakpoint %s.' % (breakpoint_id)91 if match_desc in description: