Lines Matching full:memory
1 # Check that memory region parsing works correctly, with a particular emphasis
6 # RUN: yaml2obj %S/Inputs/basic-elf.yaml -o %T/memory-region-from-module.exe
8 # RUN: %lldb -b -c %t1.dmp %T/memory-region-from-module.exe \
9 # RUN: -o "memory region 0" -o "memory region 0x4000" \
10 # RUN: -o "memory region 0x5000" -o "memory region 0x6000" \
13 # RUN: %lldb -b -c %t2.dmp %T/memory-region-from-module.exe \
14 # RUN: -o "memory region 0" -o "memory region 0x4000" \
15 # RUN: -o "memory region 0x5000" -o "memory region 0x6000" \
18 # ALL-LABEL: (lldb) memory region 0
20 # ALL-LABEL: (lldb) memory region 0x4000
21 # CHECK1: [0x0000000000004000-0x00000000000040b0) r-x {{.*}}memory-region-from-module.exe PT_LOAD[0]
23 # ALL-LABEL: (lldb) memory region 0x5000
24 # ALL: [0x0000000000005000-0x000000000000505c) rw- {{.*}}memory-region-from-module.exe PT_LOAD[1]
25 # ALL-LABEL: (lldb) memory region 0x6000
34 Module Name: 'memory-region-from-module.exe'
46 Name: memory-region-from-module.exe
61 Memory Ranges:
62 - Start of Memory Range: 0x0000000000004000
68 Module Name: 'memory-region-from-module.exe'
80 Name: memory-region-from-module.exe