New wrb GDB monitor command, for writing to individual bit fields of target registers

This commit is contained in:
Nav
2024-12-18 01:11:41 +00:00
parent b7aea71327
commit ef19ffe996
9 changed files with 293 additions and 1 deletions

View File

@@ -21,6 +21,7 @@ namespace Services
static std::string replaceUnprintable(std::string_view str);
static bool isNumeric(std::string_view str);
static bool isBinary(std::string_view str);
static std::string toHex(std::uint64_t value);
static std::string toHex(std::uint32_t value);