view target-utils/c139-lldbg/main.c @ 211:3b009a0a1873

README: minor updates
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 19 May 2017 00:31:54 +0000
parents e7502631a0f9
children
line wrap: on
line source

main()
{
	printf("\2\2\2*Standalone Low Level Debugger entered\2");
	for (;;) {
		putchar('>');
		if (command_entry())
			command_dispatch();
	}
}