diff options
Diffstat (limited to 'packages/Python/lldbsuite/test/lang/c/global_variables/cmds.txt')
-rw-r--r-- | packages/Python/lldbsuite/test/lang/c/global_variables/cmds.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/Python/lldbsuite/test/lang/c/global_variables/cmds.txt b/packages/Python/lldbsuite/test/lang/c/global_variables/cmds.txt new file mode 100644 index 0000000..6906a07 --- /dev/null +++ b/packages/Python/lldbsuite/test/lang/c/global_variables/cmds.txt @@ -0,0 +1,3 @@ +break main.c:5 +continue +var -global g_a -global g_global_int |