massive feat: added a GDB stub for debugging

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2024-06-16 07:45:54 +05:30
parent c22333812e
commit a7d919eea0
15 changed files with 708 additions and 34 deletions

View File

@@ -21,7 +21,7 @@ jobs:
- name: setup
run: nix develop .#matar-clang -c meson setup $BUILDDIR
run: nix develop .#matar-clang -c meson setup $BUILDDIR -Dgdb_debug=true
- name: fmt
run: nix develop .#matar-clang -c ninja clang-format-check -C $BUILDDIR

View File

@@ -21,7 +21,7 @@ jobs:
- name: setup
run: nix develop .#matar -c meson setup $BUILDDIR
run: nix develop .#matar -c meson setup $BUILDDIR -Dgdb_debug=true
- name: build
run: nix develop .#matar -c ninja -C $BUILDDIR