Introduction to Hexagon GDB Debugger (25)
2.12.13 character set
If the debugger and the debugged program use different character sets to represent characters and strings, the debugger can automatically convert between character sets for you. The character set used by the debugger is called the host character set, and the character set used by inferior programs is called the target ...
Posted on Thu, 18 Nov 2021 01:02:20 -0500 by donnierivera
Introduction series: gdb learning - view the output of disassembly and learn assembly
explain: this article aims to summarize the backup and facilitate future query. As it is a personal summary, if there is any error, please correct it; In addition, most of the content comes from the Internet, books, and various manuals. If you infringe, please inform us and delete the post immediately to apologize. QQ ...
Posted on Thu, 07 Oct 2021 14:41:16 -0400 by kimberlc