Implementation of Embedded Remote Debugging Software Based on Eclipse Platform
Wang Shuan
Abstract
Wang Shuan
Abstract
In order to solve the problem of long development cycle caused by the traditional embedded system,which mostly uses the command-line print for developing and debugging,the visual embedded remote debugging software based on the Eclipse platform and the CDT plug is designed and implemented in this paper. The debuging control software encapsulates the general cross debugger GDB through MI interface,analyzes debugging information of object file according to DWARF debugging information standard,and sends debugging commands via RSP. The debugging agent receives and handles debugging commands. The paper emphasizes on design and implementation of debugging control software and debugging agent,and the source level remote debugging for the target program running on MPC8270 is achieved.
OpenAlex reports 1 citations for this work. Citation counts describe recorded attention and do not establish research quality.
A contribution statement is not available in the OpenAlex record.
Method details are not available in the OpenAlex metadata.
Findings are not separately available in the OpenAlex metadata.
Limitations are not available in the OpenAlex metadata.
Application details are not available in the OpenAlex metadata.
In order to solve the problem of long development cycle caused by the traditional embedded system,which mostly uses the command-line print for developing and debugging,the visual embedded remote debugging software based on the Eclipse platform and the CDT plug is designed and implemented in this paper. The debuging control software encapsulates the general cross debugger GDB through MI interface,analyzes debugging information of object file according to DWARF debugging information standard,and sends debugging commands via RSP. The debugging agent receives and handles debugging commands. The paper emphasizes on design and implementation of debugging control software and debugging agent,and the source level remote debugging for the target program running on MPC8270 is achieved.
Key concepts: Debugging, Debugger, Background debug mode interface, Computer science, Algorithmic program debugging, Eclipse, Operating system, Software