[Lldb-commits] [lldb] r374353 - unwind-via-stack-win.yaml: update for changes in yaml format
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Thu Oct 10 07:01:59 PDT 2019
Author: labath
Date: Thu Oct 10 07:01:59 2019
New Revision: 374353
URL: http://llvm.org/viewvc/llvm-project?rev=374353&view=rev
Log:
unwind-via-stack-win.yaml: update for changes in yaml format
Modified:
lldb/trunk/test/Shell/SymbolFile/Breakpad/Inputs/unwind-via-stack-win.yaml
Modified: lldb/trunk/test/Shell/SymbolFile/Breakpad/Inputs/unwind-via-stack-win.yaml
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/Shell/SymbolFile/Breakpad/Inputs/unwind-via-stack-win.yaml?rev=374353&r1=374352&r2=374353&view=diff
==============================================================================
--- lldb/trunk/test/Shell/SymbolFile/Breakpad/Inputs/unwind-via-stack-win.yaml (original)
+++ lldb/trunk/test/Shell/SymbolFile/Breakpad/Inputs/unwind-via-stack-win.yaml Thu Oct 10 07:01:59 2019
@@ -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
More information about the lldb-commits
mailing list