summaryrefslogtreecommitdiffstats
path: root/lldb/test/Shell/Heap/heap-cstr.test
blob: 4515eb56aabbd6bd3eadde934cb3ac70f0531a27 (plain)
1
2
3
4
5
6
7
8
9
10
# REQUIRES: system-darwin
# RUN: %clang_host %p/Inputs/cstr.c -g -o %t
# RUN: %lldb -b -s %s -f %t | FileCheck %s

br set -p return
command script import lldb.macosx.heap
run
cstr "patatino"

# CHECK: {{.*}}: malloc(    16) -> {{.*}}
OpenPOWER on IntegriCloud