Exemple #1
0
// 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)
}
Exemple #2
0
func InfoCommand(args []string) {
	gub.SubcmdMgrCommand(args)
}