Add more bug info.

llvm-svn: 116950
This commit is contained in:
Johnny Chen 2010-10-20 21:56:26 +00:00
parent a9b56f68be
commit 9695636cdb
1 changed files with 3 additions and 0 deletions

View File

@ -41,6 +41,9 @@ class LoadUnloadTestCase(TestBase):
# Issue the 'contnue' command. We should stop agaian at a_function.
# The stop reason of the thread should be breakpoint and at a_function.
self.runCmd("continue")
# rdar://problem/8508987
# The a_function breakpoint should be encountered twice.
self.expect("thread list", STOPPED_DUE_TO_BREAKPOINT,
substrs = ['state is stopped',
'a_function',