DEBUGGER DESIGN FOR MICROPROCESSOR WITH HYBRID ARCHITECTURE OF SUPERSCALAR-VLIW
Qun Yang,Xiaotian Li,Hu He
DOI: https://doi.org/10.3969/j.issn.1000-386x.2015.05.019
2015-01-01
Abstract:In this paper we describe the debugger design, which is based on GDB and with hybrid architecture of Superscalar and VLIW double-mode.The debugger design is divided into two parts, the proxy debugging side and the client.The proxy debugging side realises the RSP ( remote serial protocol )-based basic debugging proxy function, and the client side realises the target processor adding, debugger initialisation, and the processing of registers data and opcodes, etc.Test results demonstrate that this debugger achieves the program debugging functions such as remote debugging, checking, modifying the values of registers and memories, adding and deleting breakpoints, disassembly, checking stack information and single stepping, etc.