@inproceedings{165e1386ad4b407dbbd1b9a0c5c60a46,
title = "PLC remote debugger development using GDB",
abstract = "This paper presents the implementation of a debugger for a PLC with an in-house embedded processor by using GDB. Since GDB consists of target-independent and target dependent parts, we can reduce the amount of work required to implement a debugger by using the machine-independent part of GDB. Because Remote Serial Protocol (RSP) used in communication with a target board in GDB is different from our PLC protocol, we design a protocol translator which translates RSP into our PLC protocol. The protocol translator also changes the response of the target into form of RSP. Since the stack management scheme depends on the target compiler, we also add new stack management routines.",
keywords = "GDB, Remote debugging, Remote serial protocol",
author = "Yang, \{Won Yong\} and Lee, \{Jong Yeol\}",
year = "2009",
doi = "10.1109/SOCDC.2009.5423826",
language = "English",
isbn = "9781424450343",
series = "2009 International SoC Design Conference, ISOCC 2009",
pages = "540--543",
booktitle = "2009 International SoC Design Conference, ISOCC 2009",
note = "2009 International SoC Design Conference, ISOCC 2009 ; Conference date: 22-11-2009 Through 24-11-2009",
}