switch to asm gdb
This commit is contained in:
parent
6f8e981659
commit
d1218026c4
1 changed files with 4 additions and 4 deletions
|
@ -1,12 +1,12 @@
|
|||
{ ... }: {
|
||||
home.file = {
|
||||
".gef.rc" = {
|
||||
source = ./gef-for-c;
|
||||
# source = ./gef-for-asm;
|
||||
# source = ./gef-for-c;
|
||||
source = ./gef-for-asm;
|
||||
};
|
||||
".gdbinit" = {
|
||||
source = ./gdb-for-c;
|
||||
# source = ./gdb-for-asm;
|
||||
# source = ./gdb-for-c;
|
||||
source = ./gdb-for-asm;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue