From 454eea2cff1f23718ef6f92e37694535e84cbe80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ciro=20Santilli=20=E5=85=AD=E5=9B=9B=E4=BA=8B=E4=BB=B6=20?= =?UTF-8?q?=E6=B3=95=E8=BD=AE=E5=8A=9F?= Date: Thu, 7 May 2020 03:00:02 +0000 Subject: [PATCH] 5d41b3ba67b32b21bfcc93fee58a6d32bbcfe452 --- index.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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

+
+

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.