Tidying
This commit is contained in:
@@ -41,6 +41,7 @@ namespace DebugServer::Gdb::CommandPackets
|
|||||||
std::vector<std::string> Monitor::extractCommandArguments(const std::string& command) {
|
std::vector<std::string> Monitor::extractCommandArguments(const std::string& command) {
|
||||||
auto output = std::vector<std::string>{};
|
auto output = std::vector<std::string>{};
|
||||||
|
|
||||||
|
// TODO: Support escaping
|
||||||
auto quoteEnabled = false;
|
auto quoteEnabled = false;
|
||||||
auto argument = std::string{};
|
auto argument = std::string{};
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,12 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
#include <string>
|
||||||
|
#include <map>
|
||||||
#include <optional>
|
#include <optional>
|
||||||
|
#include <string_view>
|
||||||
|
#include <ranges>
|
||||||
|
#include <concepts>
|
||||||
|
#include <functional>
|
||||||
|
|
||||||
#include "src/Targets/TargetMemorySegmentType.hpp"
|
#include "src/Targets/TargetMemorySegmentType.hpp"
|
||||||
#include "src/Targets/TargetMemory.hpp"
|
#include "src/Targets/TargetMemory.hpp"
|
||||||
|
|||||||
Reference in New Issue
Block a user