brintos

brintos / llvm-project-archived public Read only

0
0
Text · 331 B · 474867f Raw
7 lines · plain
1# REQUIRES: system-darwin2# Ensure that the read from memory command doesn't try and read from page zero.3# RUN: %clang_host %p/Inputs/hello.c -g -o a.out4# RUN: %lldb -b a.out -o 'settings set interpreter.stop-command-source-on-error false' -s %s 2>&1 | FileCheck %s5x 06# CHECK: error: error reading data from section __PAGEZERO7