Lines Matching refs:GetCommandSPExact
238 CommandObjectSP cmd_obj_sp = GetCommandSPExact("quit", false); in Initialize()
244 cmd_obj_sp = GetCommandSPExact("_regexp-attach", false); in Initialize()
248 cmd_obj_sp = GetCommandSPExact("process detach", false); in Initialize()
253 cmd_obj_sp = GetCommandSPExact("process continue", false); in Initialize()
259 cmd_obj_sp = GetCommandSPExact("_regexp-break", false); in Initialize()
263 cmd_obj_sp = GetCommandSPExact("_regexp-tbreak", false); in Initialize()
267 cmd_obj_sp = GetCommandSPExact("thread step-inst", false); in Initialize()
273 cmd_obj_sp = GetCommandSPExact("thread step-inst-over", false); in Initialize()
279 cmd_obj_sp = GetCommandSPExact("thread step-in", false); in Initialize()
293 cmd_obj_sp = GetCommandSPExact("thread step-over", false); in Initialize()
299 cmd_obj_sp = GetCommandSPExact("thread step-out", false); in Initialize()
304 cmd_obj_sp = GetCommandSPExact("frame select", false); in Initialize()
309 cmd_obj_sp = GetCommandSPExact("thread select", false); in Initialize()
314 cmd_obj_sp = GetCommandSPExact("_regexp-jump", false); in Initialize()
320 cmd_obj_sp = GetCommandSPExact("_regexp-list", false); in Initialize()
326 cmd_obj_sp = GetCommandSPExact("_regexp-env", false); in Initialize()
330 cmd_obj_sp = GetCommandSPExact("memory read", false); in Initialize()
334 cmd_obj_sp = GetCommandSPExact("_regexp-up", false); in Initialize()
338 cmd_obj_sp = GetCommandSPExact("_regexp-down", false); in Initialize()
342 cmd_obj_sp = GetCommandSPExact("_regexp-display", false); in Initialize()
346 cmd_obj_sp = GetCommandSPExact("disassemble", false); in Initialize()
350 cmd_obj_sp = GetCommandSPExact("disassemble", false); in Initialize()
354 cmd_obj_sp = GetCommandSPExact("_regexp-undisplay", false); in Initialize()
358 cmd_obj_sp = GetCommandSPExact("_regexp-bt", false); in Initialize()
362 cmd_obj_sp = GetCommandSPExact("target create", false); in Initialize()
366 cmd_obj_sp = GetCommandSPExact("target modules", false); in Initialize()
372 cmd_obj_sp = GetCommandSPExact("expression", false); in Initialize()
389 cmd_obj_sp = GetCommandSPExact("process kill", false); in Initialize()
394 cmd_obj_sp = GetCommandSPExact("process launch", false); in Initialize()
418 cmd_obj_sp = GetCommandSPExact("target symbols add", false); in Initialize()
423 cmd_obj_sp = GetCommandSPExact("breakpoint set", false); in Initialize()
428 cmd_obj_sp = GetCommandSPExact("frame variable", false); in Initialize()
1009 CommandObjectSP CommandInterpreter::GetCommandSPExact(llvm::StringRef cmd_str, in GetCommandSPExact() function in CommandInterpreter