summaryrefslogtreecommitdiffstats
path: root/lldb/test/python_api/value/change_values/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/python_api/value/change_values/main.c')
-rw-r--r--lldb/test/python_api/value/change_values/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/python_api/value/change_values/main.c b/lldb/test/python_api/value/change_values/main.c
index a9cff8ec231..54443478df2 100644
--- a/lldb/test/python_api/value/change_values/main.c
+++ b/lldb/test/python_api/value/change_values/main.c
@@ -24,6 +24,7 @@ int main ()
mine.first_val, mine.second_val, mine.third_val,
ptr->first_val, ptr->second_val, ptr->third_val);
+ // Stop here and check values
printf ("This is just another call which we won't make it over %d.", val);
return 0; // Set a breakpoint here at the end
}
OpenPOWER on IntegriCloud