[Lldb-commits] [lldb] [lldb][debugserver] Read/write SME registers on arm64 (PR #119171)
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Thu Dec 12 09:20:39 PST 2024
================
@@ -2567,10 +2568,13 @@ rnb_err_t RNBRemote::HandlePacket_QSetProcessEvent(const char *p) {
return SendPacket("OK");
}
-void register_value_in_hex_fixed_width(std::ostream &ostrm, nub_process_t pid,
+// if a fail_value is provided, a correct-length reply is always provided,
----------------
JDevlieghere wrote:
```suggestion
// If a fail_value is provided, a correct-length reply is always provided,
```
https://github.com/llvm/llvm-project/pull/119171
More information about the lldb-commits
mailing list