New clion_adaptation environment config param, to allow for use of Bloom with CLion's new "debug server" functionality

This commit is contained in:
Nav
2025-02-02 15:52:26 +00:00
parent b06e8cc9ad
commit a9c8f24f8b
12 changed files with 69 additions and 152 deletions

View File

@@ -14,6 +14,7 @@ namespace DebugServer::Gdb::AvrGdb
{
public:
AvrGdbRsp(
const EnvironmentConfig& environmentConfig,
const DebugServerConfig& debugServerConfig,
const Targets::TargetDescriptor& targetDescriptor,
EventListener& eventListener,