[Lldb-commits] [lldb] r116950 - /lldb/trunk/test/load_unload/TestLoadUnload.py
Johnny Chen
johnny.chen at apple.com
Wed Oct 20 14:56:26 PDT 2010
Author: johnny
Date: Wed Oct 20 16:56:26 2010
New Revision: 116950
URL: http://llvm.org/viewvc/llvm-project?rev=116950&view=rev
Log:
Add more bug info.
Modified:
lldb/trunk/test/load_unload/TestLoadUnload.py
Modified: lldb/trunk/test/load_unload/TestLoadUnload.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/load_unload/TestLoadUnload.py?rev=116950&r1=116949&r2=116950&view=diff
==============================================================================
--- lldb/trunk/test/load_unload/TestLoadUnload.py (original)
+++ lldb/trunk/test/load_unload/TestLoadUnload.py Wed Oct 20 16:56:26 2010
@@ -41,6 +41,9 @@
# 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',
More information about the lldb-commits
mailing list