switch to asm gdb

This commit is contained in:
twoneis 2024-01-25 17:48:47 +01:00
parent 6f8e981659
commit d1218026c4

View file

@ -1,12 +1,12 @@
{ ... }: { { ... }: {
home.file = { home.file = {
".gef.rc" = { ".gef.rc" = {
source = ./gef-for-c; # source = ./gef-for-c;
# source = ./gef-for-asm; source = ./gef-for-asm;
}; };
".gdbinit" = { ".gdbinit" = {
source = ./gdb-for-c; # source = ./gdb-for-c;
# source = ./gdb-for-asm; source = ./gdb-for-asm;
}; };
}; };
} }