[lldb][tests] Automatically call compute_mydir (NFC)Eliminate boilerplate of having each test manually assign to `mydir` by calling`compute_mydir` in lldbtest.py.Differential Revision: https://r
[lldb][tests] Automatically call compute_mydir (NFC)Eliminate boilerplate of having each test manually assign to `mydir` by calling`compute_mydir` in lldbtest.py.Differential Revision: https://reviews.llvm.org/D128077
show more ...
Fix reporting the lack of global variables in "target var".There was a little thinko which meant when stopped in a frame withdebug information but whose CU didn't have any global variables werepo
Fix reporting the lack of global variables in "target var".There was a little thinko which meant when stopped in a frame withdebug information but whose CU didn't have any global variables wereport:no debug info for frame <N>This patch fixes that error message to say the intended:no global variables in current compile unit<rdar://problem/69086361>