aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/VirtualFileSystem.cpp
diff options
context:
space:
mode:
authorDave Lee <davelee.com@gmail.com>2023-04-17 17:14:55 -0700
committerDave Lee <davelee.com@gmail.com>2023-04-17 18:43:42 -0700
commit773d9c36043204c284324bc37a1de769a7575034 (patch)
tree1488e90bf67f17d9734e522a0c6ffbf86b4fc307 /llvm/lib/Support/VirtualFileSystem.cpp
parent488a4b24817ae7d9319d8a99bd96c491b2035641 (diff)
downloadllvm-773d9c36043204c284324bc37a1de769a7575034.zip
llvm-773d9c36043204c284324bc37a1de769a7575034.tar.gz
llvm-773d9c36043204c284324bc37a1de769a7575034.tar.bz2
[lldb] Add more asserts to TestExec
If this test fails, the error message isn't helpful: ``` self.assertEqual(len(threads), 1, AssertionError: 0 != 1 : Stopped at breakpoint in exec'ed process ``` This change adds asserts to verify that: 1. The process is stopped 2. For each thread, that the stop reason is None, or Breakpoint The latter will indicate if execution has stopped for some other reason, and if so what that reason is. Differential Revision: https://reviews.llvm.org/D148588
Diffstat (limited to 'llvm/lib/Support/VirtualFileSystem.cpp')
0 files changed, 0 insertions, 0 deletions