From 42df155ae628b4ae756a858bd09b105ee10b86eb Mon Sep 17 00:00:00 2001 From: Med Ismail Bennani Date: Fri, 7 Oct 2022 16:08:52 -0700 Subject: [lldb/crashlog] Fix the image_regex_uuid to skip null UUID images This patch updates the image_regex_uuid matcher to match null-UUID images in the plain text crashlog parser. It updates the regex to match one or more '?' characters or the image full path. rdar://100904019 Differential Revision: https://reviews.llvm.org/D135482 Signed-off-by: Med Ismail Bennani --- lldb/test/Shell/ScriptInterpreter/Python/Crashlog/Inputs/a.out.crash | 1 + 1 file changed, 1 insertion(+) (limited to 'lldb/test/Shell/ScriptInterpreter/Python') diff --git a/lldb/test/Shell/ScriptInterpreter/Python/Crashlog/Inputs/a.out.crash b/lldb/test/Shell/ScriptInterpreter/Python/Crashlog/Inputs/a.out.crash index c02150c..16a9558 100644 --- a/lldb/test/Shell/ScriptInterpreter/Python/Crashlog/Inputs/a.out.crash +++ b/lldb/test/Shell/ScriptInterpreter/Python/Crashlog/Inputs/a.out.crash @@ -47,3 +47,4 @@ Trap Number: 14 Binary Images: 0x100000000 - 0x200000000 +a.out (0) <@UUID@> @EXEC@ + 0x0 - 0xffffffffffffffff ??? (*) <00000000-0000-0000-0000-000000000000> ??? -- cgit v1.1