xref: /llvm-project/lldb/test/Shell/Heap/heap-cstr.test (revision f8d889a789e2ac7012d202971d4e214d0b13949c)
1# REQUIRES: system-darwin
2# REQUIRES: python
3# RUN: %clang_host %p/Inputs/cstr.c -g -o %t
4# RUN: %lldb -b -s %s -f %t | FileCheck %s
5
6br set -p return
7command script import lldb.macosx.heap
8run
9cstr_refs "patatino"
10
11# CHECK: "cstr_refs", {{.*}} commands have been installed, use the "--help" options on these commands
12
13# CHECK: {{.*}}: malloc(    16) -> {{.*}}
14