gambas-source-code/main/lib/debug
Benoît Minisini 0ec57295b7 Remove useless LIKELY() and UNLIKELY() macros. Add a class flag for bytecode strictly older than 3.18.
[COMPILER]
* NEW: Remove useless LIKELY() and UNLIKELY() macros.

[INTERPRETER]
* NEW: Remove useless LIKELY() and UNLIKELY() macros.
* NEW: Add a class flag for bytecode strictly older than 3.18.

[GB.DEBUG]
* BUG: Fix incorrect 'printf' format on 32-bits architectures.
2022-09-03 14:20:13 +02:00
..
CDebug.c
CDebug.h
debug.c Add a command to remove all breakpoints in one shot. 2022-08-08 17:26:41 +02:00
debug.h
gb.debug.component
gb.debug.h Support for breakpoints inside project components. 2022-07-27 01:04:31 +02:00
main.c
main.h
Makefile.am
print.c Remove useless LIKELY() and UNLIKELY() macros. Add a class flag for bytecode strictly older than 3.18. 2022-09-03 14:20:13 +02:00
print.h
profile.c
profile.h