GEM5 vm GDB debug

This commit is contained in:
Ciro Santilli
2018-02-22 08:35:11 +00:00
parent e4dde335ed
commit 80e299850d
2 changed files with 9 additions and 8 deletions

View File

@@ -371,7 +371,7 @@ When you start interacting with QEMU hardware, it is useful to see what is going
This is of course trivial since QEMU is just an userland program on the host, but we make it a bit easier with:
....
./run -q
./run -D
....
Then you could:
@@ -1361,7 +1361,7 @@ Related threads:
===== GEM5 x86 best attempt
....
./configure && ./build -a x86_64-gem5
./configure && ./build -a x86_64 -g
./run -a x86_64 -g
....