diff options
| author | Pavel Labath <pavel@labath.sk> | 2019-10-10 14:01:59 +0000 |
|---|---|---|
| committer | Pavel Labath <pavel@labath.sk> | 2019-10-10 14:01:59 +0000 |
| commit | 390accea83c099b256c48f218fac0900478b761b (patch) | |
| tree | c8bcdd28351398ad12ca7bc8d6b0c3d05df9ed83 | |
| parent | ffe170c6e26075839d9d82da2c65fc4ba252cffd (diff) | |
| download | bcm5719-llvm-390accea83c099b256c48f218fac0900478b761b.tar.gz bcm5719-llvm-390accea83c099b256c48f218fac0900478b761b.zip | |
unwind-via-stack-win.yaml: update for changes in yaml format
llvm-svn: 374353
| -rw-r--r-- | lldb/test/Shell/SymbolFile/Breakpad/Inputs/unwind-via-stack-win.yaml | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/lldb/test/Shell/SymbolFile/Breakpad/Inputs/unwind-via-stack-win.yaml b/lldb/test/Shell/SymbolFile/Breakpad/Inputs/unwind-via-stack-win.yaml index 399cf2bbaa3..e0140061d6e 100644 --- a/lldb/test/Shell/SymbolFile/Breakpad/Inputs/unwind-via-stack-win.yaml +++ b/lldb/test/Shell/SymbolFile/Breakpad/Inputs/unwind-via-stack-win.yaml @@ -24,7 +24,21 @@ Streams: - Start of Memory Range: 0x0000000000CFFE78 Content: 0000000079100B0000100B0000100B0000100B0000100B0000100B0000100B0000100B0000100B0000100B0000100B0000100B0000100B0000100B0000100B0000100B0000100B0000100B0000100B0000100B0000100B0085100B0094842777 - Type: MemoryInfoList - Content: 1000000030000000020000000000000000100B00000000000000000000000000000000000000000000400000000000000010000010000000000000010000000000002677000000000000000000000000000000000000000000000E000000000000100000100000000000000100000000 + Memory Ranges: + - Base Address: 0x00000000000B1000 + Allocation Base: 0x0000000000000000 + Allocation Protect: [ ] + Region Size: 0x0000000000004000 + State: [ MEM_COMMIT ] + Protect: [ PAGE_EXECUTE ] + Type: [ MEM_IMAGE ] + - Base Address: 0x0000000077260000 + Allocation Base: 0x0000000000000000 + Allocation Protect: [ ] + Region Size: 0x00000000000E0000 + State: [ MEM_COMMIT ] + Protect: [ PAGE_EXECUTE ] + Type: [ MEM_IMAGE ] - Type: SystemInfo Processor Arch: X86 Platform ID: Win32NT |

