diff options
Diffstat (limited to 'lldb/test/Shell/SymbolFile/PDB/Inputs/VBases.script')
-rw-r--r-- | lldb/test/Shell/SymbolFile/PDB/Inputs/VBases.script | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lldb/test/Shell/SymbolFile/PDB/Inputs/VBases.script b/lldb/test/Shell/SymbolFile/PDB/Inputs/VBases.script new file mode 100644 index 00000000000..8675890b76e --- /dev/null +++ b/lldb/test/Shell/SymbolFile/PDB/Inputs/VBases.script @@ -0,0 +1,7 @@ +breakpoint set --file VBases.cpp --line 15 + +run + +print c + +frame variable c
\ No newline at end of file |