New wrb GDB monitor command, for writing to individual bit fields of target registers
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user