llvm-project/lldb/test/API/lang/cpp/wchar_t
Raphael Isemann d85cc03c9c [lldb] Add expect_var_path to test variable path results
This adds `expect_var_path` to test variable paths so we no longer have to
use `frame var` and find substrs in the command output. The behaviour
is identical with `expect_expr` (and it also uses the same checking backend),
but it instead calls `GetValueForVariablePath` to evaluate the string as a variable
path.

Also rewrites a few of the tests that previously used `frame variable` to use
`expect_var_path`.

Reviewed By: labath

Differential Revision: https://reviews.llvm.org/D90450
2020-11-12 16:14:48 +01:00
..
Makefile
TestCxxWCharT.py [lldb] Add expect_var_path to test variable path results 2020-11-12 16:14:48 +01:00
categories [lldb] [test] Rename '.categories' to 'categories' 2020-11-10 12:02:38 +01:00
main.cpp [lldb] Remove license headers from all test source files 2020-02-20 08:32:01 +01:00