diff options
author | Med Ismail Bennani <medismail.bennani@gmail.com> | 2022-10-07 16:08:52 -0700 |
---|---|---|
committer | Med Ismail Bennani <medismail.bennani@gmail.com> | 2022-11-03 14:44:52 -0700 |
commit | 42df155ae628b4ae756a858bd09b105ee10b86eb (patch) | |
tree | add05a31dbb9f587c75a09be6c4bc15420b45907 /lldb/test/Shell/ScriptInterpreter/Python | |
parent | 3be864333a8843534465bcbf3d355fcd12b42369 (diff) | |
download | llvm-42df155ae628b4ae756a858bd09b105ee10b86eb.zip llvm-42df155ae628b4ae756a858bd09b105ee10b86eb.tar.gz llvm-42df155ae628b4ae756a858bd09b105ee10b86eb.tar.bz2 |
[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 <medismail.bennani@gmail.com>
Diffstat (limited to 'lldb/test/Shell/ScriptInterpreter/Python')
-rw-r--r-- | lldb/test/Shell/ScriptInterpreter/Python/Crashlog/Inputs/a.out.crash | 1 |
1 files changed, 1 insertions, 0 deletions
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> ??? |