cs01 / gdbgui

Browser-based frontend to gdb (gnu debugger). Add breakpoints, view the stack, visualize data structures, and more in C, C++, Go, Rust, and Fortran. Run gdbgui from the terminal and a new tab will open in your browser.
https://gdbgui.com
GNU General Public License v3.0
9.9k stars 499 forks source link

fetch disassembly show '\t' as 't' #440

Open zqb-all opened 2 years ago

zqb-all commented 2 years ago

Describe the bug fetch disassembly show '\t' as 't'

To Reproduce use riscv gdb, click fetch disassembly

Screenshots image

Please complete the following information:

zqb-all commented 2 years ago

image