bolt/deps/llvm-18.1.8/lldb/test/Shell/SymbolFile/PDB/Inputs/VariablesLocationsTest.script
2025-02-14 19:21:04 +01:00

25 lines
366 B
Text

breakpoint set --file VariablesLocationsTest.cpp --line 6
breakpoint set --file VariablesLocationsTest.cpp --line 15
run
target variable g_var
frame variable arg_0
frame variable arg_1
frame variable loc_0
frame variable loc_1
frame select 1
frame variable loc_0
frame variable loc_1
continue
frame variable arg_0
frame variable loc_0
frame variable loc_1