lldb-std-vector-prettyprint: Update lldb output
lldb started to print the type used in the template.
This commit is contained in:
parent
af3dcbf8a1
commit
052a886fd0
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ g++ -g test.cpp
|
|||
lldb -b -o 'breakpoint set --file test.cpp --line 7' -o run -o 'p v' -- a.out | tee lldb.log
|
||||
|
||||
test `grep \
|
||||
-e '(std::vector<int, std::allocator<> >) $0 = size=1 {' \
|
||||
-e '(std::vector<int, std::allocator<\(int\)\?> >) $0 = size=1 {' \
|
||||
-e '\[0\] = 2' \
|
||||
lldb.log \
|
||||
| wc -l` -eq 2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue