Commit Graph

117 Commits

Author SHA1 Message Date
Nav
76fed8df72 Created subdirectory CMakeLists.txt files and moved source specifications from root CMakeLists.txt file 2022-04-04 22:21:42 +01:00
Nav
17c301b57a Tidied AVR GDB memory access command packet classes 2022-04-04 22:21:42 +01:00
Nav
80d7c9588f Removed init() member function from AVR GDB command packet classes 2022-04-04 22:21:42 +01:00
Nav
821f10ba79 Updated GDB server documentation 2022-04-04 22:21:42 +01:00
Nav
d8a25fe264 Removed unnecessary init() member functions in command packet classes. 2022-04-04 22:21:42 +01:00
Nav
ffd57c94fa Tidying 2022-04-04 22:21:42 +01:00
Nav
81ff76a1a3 More tidying in GDB command packet classes 2022-04-04 22:21:42 +01:00
Nav
2febc27805 Tidying CommandPacket base class handle() implementation - removed unnecessary copy and improved const correctness. And some other tidying 2022-04-04 22:21:42 +01:00
Nav
ac534eef95 Made a start with documentation for the GDB server implementation 2022-04-04 22:21:42 +01:00
Nav
62375c306c Tidying SetBreakpoint GDB command class 2022-04-04 22:21:42 +01:00
Nav
a41ad9be75 Tidying DebugServerComponent class 2022-04-04 22:21:42 +01:00
Nav
2aa240a680 Renamed GdbRsp directory to Gdb 2022-04-04 22:21:42 +01:00
Nav
01d52bb130 Tidying 2022-04-04 22:21:42 +01:00
Nav
a59eeac4de DebugServer documentation - Included a brief summary on event interrupts for blocking I/O operations in debug server implementations 2022-04-04 22:21:42 +01:00
Nav
18db2faa2d Documentation typos/corrections/additions 2022-04-04 22:21:42 +01:00
Nav
a3927f7f44 Started writing some documentation for the DebugServer component. 2022-04-04 22:21:42 +01:00
Nav
a131833379 Renamed DebugServers directory to DebugServer 2022-04-04 22:21:42 +01:00