quakeforge/ruamoko/qwaq/debugger
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
..
views [qwaq] Show dereferenced data for poitner defs 2021-06-04 13:35:53 +09:00
debug.h [qwaq] Implement execute-to-cursor 2021-06-08 16:54:04 +09:00
debug.r [qwaq] Implement execute-to-cursor 2021-06-08 16:54:04 +09:00
debugger.h [qwaq] Implement execute-to-cursor 2021-06-08 16:54:04 +09:00
debugger.r [qwaq] Implement execute-to-cursor 2021-06-08 16:54:04 +09:00
localsdata.h [qwaq] Rework def views to support multi-row defs 2021-06-01 23:52:04 +09:00
localsdata.r [qwaq] Show dereferenced data for poitner defs 2021-06-04 13:35:53 +09:00
typeencodings.h [qwaq] Calculate type sizes for compound types 2021-06-04 13:34:15 +09:00
typeencodings.r [qwaq] Calculate type sizes for compound types 2021-06-04 13:34:15 +09:00