quakeforge/ruamoko/qwaq/builtins
Bill Currie d23c9582f1 [qwaq] Implement execute-to-cursor
Support for finding the first address associated with a source line was
added to the engine, returning 0 if not found.

A temporary breakpoint is set and the progs allowed to run free.
However, better handling of temporary breakpoitns is needed as currently
a "permanent" breakpoint will be cleared without clearing the temporary
breakpoing if the permanent breakpoing is hit while execut-to-cursor is
running.
2021-06-08 16:54:04 +09:00
..
builtins.c [build] Move to non-recursive make 2020-06-25 11:35:37 +09:00
curses.c [qwaq] Add wrapper for wmove 2021-06-07 15:53:35 +09:00
debug.c [qwaq] Implement execute-to-cursor 2021-06-08 16:54:04 +09:00
editbuffer.c [qwaq] Add char get/put/insert methods to EditBuffer 2021-06-07 16:05:32 +09:00
input.c [qwaq] Work around a gcc non-conformance 2021-04-03 00:27:43 +09:00
main.c [qwaq] Show dereferenced data for poitner defs 2021-06-04 13:35:53 +09:00
qwaq-bi.c [build] Add -Wformat-non-literal option 2021-03-29 17:27:06 +09:00
qwaq.c [nq,qw] Stop wring to config.cfg 2021-04-12 22:09:09 +09:00