[Lldb-commits] [PATCH] D9716: Add 'size' field to module load event.

Chuck Ries chuckr at microsoft.com
Wed Jul 29 12:05:13 PDT 2015


ChuckR abandoned this revision.

================
Comment at: test/tools/lldb-mi/TestMiLibraryLoaded.py:32
@@ -33,1 +31,3 @@
+                "=library-loaded,id=\"%s\",target-name=\"%s\",host-name=\"%s\",symbols-loaded=\"0\",loaded_addr=\"-\",size=\"[0-9]+\"" % (path, path, path)
+            ])
 
----------------
ki.stfu wrote:
> it may cause false negative on systems where full path to lldb dir contains bad symbols that should be escaped (" or \ etc). I had the same issue in MiSyntaxTestCase.
Any suggestions for checking the size then? I could make a second test that only checks for the size field?


http://reviews.llvm.org/D9716







More information about the lldb-commits mailing list