[Lldb-commits] [PATCH] D140102: [lldb] Explain memory history provider in mem hist command description

Michael Buch via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Dec 15 06:24:53 PST 2022


Michael137 updated this revision to Diff 483160.
Michael137 added a comment.

- Fix commit message


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D140102/new/

https://reviews.llvm.org/D140102

Files:
  lldb/source/Commands/CommandObjectMemory.cpp


Index: lldb/source/Commands/CommandObjectMemory.cpp
===================================================================
--- lldb/source/Commands/CommandObjectMemory.cpp
+++ lldb/source/Commands/CommandObjectMemory.cpp
@@ -1578,7 +1578,11 @@
       : CommandObjectParsed(interpreter, "memory history",
                             "Print recorded stack traces for "
                             "allocation/deallocation events "
-                            "associated with an address.",
+                            "associated with an address."
+                            "\n"
+                            "This command requires a memory history "
+                            "provider plugin to be present. For example, "
+                            "compile the debuggee with address sanitizer.",
                             nullptr,
                             eCommandRequiresTarget | eCommandRequiresProcess |
                                 eCommandProcessMustBePaused |


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D140102.483160.patch
Type: text/x-patch
Size: 986 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20221215/d7e836c9/attachment.bin>


More information about the lldb-commits mailing list