示例#1
0
文件: show.go 项目: rocky/ssa-interp
// show implements the debugger command:
//    show [*subcommand]
// which is a generic command for setting things about the debugged program.
func ShowCommand(args []string) {
	gub.SubcmdMgrCommand(args)
}
示例#2
0
文件: info.go 项目: rocky/ssa-interp
func InfoCommand(args []string) {
	gub.SubcmdMgrCommand(args)
}