quakeforge/ruamoko/qwaq/debugger
Bill Currie dd183d3ba6 [qfcc] Handle signed-unsigned int comparison better
This fixes the upostop-- test by auto-casting implicit constants to
unsigned (and it gives a warning for signed-unsigned comparisons
otherwise). The generated code isn't quite the best, but the fix for
that is next.

Also clean up the resulting mess, though not properly. There are a few
bogus warnings, and the legit ones could do with a review.
2023-12-20 23:09:06 +09:00
..
views [ruamoko] Add type info for algebra types 2023-08-26 23:01:01 +09:00
debug.h [qwaq] Fetch Ruamoko progs locals from the stack frame 2022-02-12 10:19:45 +09:00
debug.r [qwaq] Fetch Ruamoko progs locals from the stack frame 2022-02-12 10:19:45 +09:00
debugger.h [qwaq] Fix page up/down and deal with tabs 2021-06-10 12:13:55 +09:00
debugger.r [qwaq] Fix page up/down and deal with tabs 2021-06-10 12:13:55 +09:00
localsdata.h [qwaq] Fetch Ruamoko progs locals from the stack frame 2022-02-12 10:19:45 +09:00
localsdata.r [qfcc] Handle signed-unsigned int comparison better 2023-12-20 23:09:06 +09:00
typeencodings.h [qwaq] Calculate type sizes for compound types 2021-06-04 13:34:15 +09:00
typeencodings.r [ruamoko] Add type info for algebra types 2023-08-26 23:01:01 +09:00