Removed monitor target-info machine command
This commit is contained in:
@@ -30,7 +30,6 @@
|
||||
#include "CommandPackets/HelpMonitorInfo.hpp"
|
||||
#include "CommandPackets/BloomVersion.hpp"
|
||||
#include "CommandPackets/BloomVersionMachine.hpp"
|
||||
#include "CommandPackets/TargetInfoMachine.hpp"
|
||||
#include "CommandPackets/GenerateSvd.hpp"
|
||||
|
||||
// Response packets
|
||||
@@ -316,10 +315,6 @@ namespace Bloom::DebugServer::Gdb
|
||||
return std::make_unique<CommandPackets::ResetTarget>(std::move(*(monitorCommand.release())));
|
||||
}
|
||||
|
||||
if (monitorCommand->command == "target-info machine") {
|
||||
return std::make_unique<CommandPackets::TargetInfoMachine>(std::move(*(monitorCommand.release())));
|
||||
}
|
||||
|
||||
if (monitorCommand->command.find("svd") == 0) {
|
||||
return std::make_unique<CommandPackets::GenerateSvd>(std::move(*(monitorCommand.release())));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user