Tidying
This commit is contained in:
@@ -11,6 +11,9 @@
|
||||
|
||||
namespace Bloom::DebugServer::Gdb
|
||||
{
|
||||
/**
|
||||
* GDB target descriptor.
|
||||
*/
|
||||
struct TargetDescriptor
|
||||
{
|
||||
Targets::TargetDescriptor targetDescriptor;
|
||||
|
||||
@@ -4,6 +4,11 @@
|
||||
|
||||
namespace Bloom::DebugServer
|
||||
{
|
||||
/**
|
||||
* Every debug server must implement this interface.
|
||||
*
|
||||
* See documentation in src/DebugServer/README.md for more.
|
||||
*/
|
||||
class ServerInterface
|
||||
{
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user