You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# REQUIRES: system-darwin
|
|
# REQUIRES: python
|
|
# 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) -> {{.*}}
|