feat(nemu): gdb remote debug

This commit is contained in:
xinyangli 2024-04-25 16:54:27 +08:00
parent a54c0d6480
commit 7f0d1ba75a
Signed by: xin
SSH key fingerprint: SHA256:qZ/tzd8lYRtUFSrfBDBMcUqV4GHKxqeqRA3huItgvbk
22 changed files with 613 additions and 846 deletions

View file

@ -3,6 +3,7 @@
stdenv,
am-kernels,
dtc,
mini-gdbstub,
defconfig ? "alldefconfig",
}:
@ -23,6 +24,7 @@ stdenv.mkDerivation rec {
buildInputs = with pkgs; [
readline
libllvm
mini-gdbstub
];
checkInputs = [