Lines Matching defs:GetCommandSPExact

153     CommandObjectSP cmd_obj_sp = GetCommandSPExact ("quit", false);
160 cmd_obj_sp = GetCommandSPExact ("_regexp-attach",false);
166 cmd_obj_sp = GetCommandSPExact ("process detach",false);
172 cmd_obj_sp = GetCommandSPExact ("process continue", false);
179 cmd_obj_sp = GetCommandSPExact ("_regexp-break",false);
183 cmd_obj_sp = GetCommandSPExact ("_regexp-tbreak",false);
187 cmd_obj_sp = GetCommandSPExact ("thread step-inst", false);
194 cmd_obj_sp = GetCommandSPExact ("thread step-inst-over", false);
201 cmd_obj_sp = GetCommandSPExact ("thread step-in", false);
208 cmd_obj_sp = GetCommandSPExact ("thread step-over", false);
215 cmd_obj_sp = GetCommandSPExact ("thread step-out", false);
221 cmd_obj_sp = GetCommandSPExact ("frame select", false);
227 cmd_obj_sp = GetCommandSPExact ("thread select", false);
233 cmd_obj_sp = GetCommandSPExact ("_regexp-list", false);
240 cmd_obj_sp = GetCommandSPExact ("_regexp-env", false);
246 cmd_obj_sp = GetCommandSPExact ("memory read", false);
250 cmd_obj_sp = GetCommandSPExact ("_regexp-up", false);
254 cmd_obj_sp = GetCommandSPExact ("_regexp-down", false);
258 cmd_obj_sp = GetCommandSPExact ("_regexp-display", false);
262 cmd_obj_sp = GetCommandSPExact ("disassemble", false);
266 cmd_obj_sp = GetCommandSPExact ("disassemble", false);
272 cmd_obj_sp = GetCommandSPExact ("_regexp-undisplay", false);
276 cmd_obj_sp = GetCommandSPExact ("_regexp-bt", false);
280 cmd_obj_sp = GetCommandSPExact ("target create", false);
284 cmd_obj_sp = GetCommandSPExact ("target modules", false);
291 cmd_obj_sp = GetCommandSPExact ("expression", false);
308 cmd_obj_sp = GetCommandSPExact ("process kill", false);
314 cmd_obj_sp = GetCommandSPExact ("process launch", false);
329 cmd_obj_sp = GetCommandSPExact ("target symbols add", false);
335 cmd_obj_sp = GetCommandSPExact ("breakpoint set", false);
798 CommandInterpreter::GetCommandSPExact (const char *cmd_cstr, bool include_aliases)
843 return GetCommandSPExact (cmd_cstr, include_aliases).get();