diff options
| author | Matt Turner <mattst88@gmail.com> | 2024-03-01 13:14:49 -0500 |
|---|---|---|
| committer | Matt Turner <mattst88@gmail.com> | 2024-03-01 13:14:49 -0500 |
| commit | f64fefba269bdcdb2bded1ddc0a519959fba8227 (patch) | |
| tree | 1795999a56a64d1272444a5d32b57d691caad100 | |
| parent | e65778be7c74f2027b2ea8295b2fb39c4671713a (diff) | |
gdb: Use intel syntax
| -rw-r--r-- | gdb/.config/gdb/gdbinit | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/.config/gdb/gdbinit b/gdb/.config/gdb/gdbinit index 1e8a7a6..71fb88e 100644 --- a/gdb/.config/gdb/gdbinit +++ b/gdb/.config/gdb/gdbinit @@ -1,3 +1,4 @@ set history save on set history remove-duplicates unlimited set history filename ~/.gdb_history +set disassembly-flavor intel |
