Tidying
This commit is contained in:
@@ -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{};
|
||||
|
||||
|
||||
@@ -1,6 +1,12 @@
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
#include <map>
|
||||
#include <optional>
|
||||
#include <string_view>
|
||||
#include <ranges>
|
||||
#include <concepts>
|
||||
#include <functional>
|
||||
|
||||
#include "src/Targets/TargetMemorySegmentType.hpp"
|
||||
#include "src/Targets/TargetMemory.hpp"
|
||||
|
||||
Reference in New Issue
Block a user