This commit is contained in:
Nav
2024-08-26 12:42:04 +01:00
parent 2adb679833
commit cb9059c691
2 changed files with 7 additions and 0 deletions

View File

@@ -41,6 +41,7 @@ namespace DebugServer::Gdb::CommandPackets
std::vector<std::string> Monitor::extractCommandArguments(const std::string& command) {
auto output = std::vector<std::string>{};
// TODO: Support escaping
auto quoteEnabled = false;
auto argument = std::string{};