[Lldb-commits] [lldb] [lldb-dap] Allow empty memory reference in disassemble arguments (PR #162517)
Sergei Druzhkov via lldb-commits
lldb-commits at lists.llvm.org
Fri Oct 10 04:47:43 PDT 2025
================
@@ -156,11 +156,14 @@ DecodeMemoryReference(llvm::StringRef memoryReference);
/// Indicates if the key is required to be present, otherwise report an error
/// if the key is missing.
///
+/// \param[in] allow_empty
+/// Interpret empty string as a valid value, don't report an error.
----------------
DrSergei wrote:
Added
https://github.com/llvm/llvm-project/pull/162517
More information about the lldb-commits
mailing list