diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-07-22 01:11:57 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-07-22 01:11:57 +0900 |
| commit | da80bb3c9456d4581e7187d06d106df28cc02118 (patch) | |
| tree | 59b7c3233012550d5ba07afab53bfb39d9864601 /.config | |
| parent | 948f00c39198704d37aa48a39ac4b586057b9cdb (diff) | |
| download | dotfiles-da80bb3c9456d4581e7187d06d106df28cc02118.tar.gz dotfiles-da80bb3c9456d4581e7187d06d106df28cc02118.tar.zst dotfiles-da80bb3c9456d4581e7187d06d106df28cc02118.zip | |
gdb: set disassembly-flavor intel
Diffstat (limited to '.config')
| -rw-r--r-- | .config/gdb/gdbinit | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/gdb/gdbinit b/.config/gdb/gdbinit new file mode 100644 index 0000000..9422460 --- /dev/null +++ b/.config/gdb/gdbinit @@ -0,0 +1 @@ +set disassembly-flavor intel |
