diff --git a/index.html b/index.html index 43027fe..0a1afb5 100644 --- a/index.html +++ b/index.html @@ -21035,7 +21035,13 @@ Exiting @ tick 18446744073709551615 because simulate() limit reached

19.15.1. gem5 debug build

-

Explained at: Section 18.7, “Debug the emulator”.

+

How to use it in LKMC: Section 18.7, “Debug the emulator”.

+
+
+

If you build gem5 with scons build/ARM/gem5.debug, then that is a .debug build.

+
+
+

It relates to the more common .opt build just as explained at Section 18.7, “Debug the emulator”: both .opt and .debug have -g, but .opt uses -O2 while .debug uses -O0.