mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
9 lines
167 B
Text
9 lines
167 B
Text
|
set disassembly-flavor intel
|
||
|
set print asm-demangle on
|
||
|
|
||
|
python
|
||
|
import os
|
||
|
if 'GDB_OUTPUT_TTY' in os.environ:
|
||
|
gdb.execute('tty ' + os.environ['GDB_OUTPUT_TTY'])
|
||
|
end
|