[Lldb-commits] [lldb] r141443 - /lldb/trunk/test/python_api/default-constructor/sb_breakpointlocation.py

Johnny Chen johnny.chen at apple.com
Fri Oct 7 16:54:04 PDT 2011


Author: johnny
Date: Fri Oct  7 18:54:04 2011
New Revision: 141443

URL: http://llvm.org/viewvc/llvm-project?rev=141443&view=rev
Log:
Add fuzz call for SBBreakpointLocation.GetAddress().

Modified:
    lldb/trunk/test/python_api/default-constructor/sb_breakpointlocation.py

Modified: lldb/trunk/test/python_api/default-constructor/sb_breakpointlocation.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/python_api/default-constructor/sb_breakpointlocation.py?rev=141443&r1=141442&r2=141443&view=diff
==============================================================================
--- lldb/trunk/test/python_api/default-constructor/sb_breakpointlocation.py (original)
+++ lldb/trunk/test/python_api/default-constructor/sb_breakpointlocation.py Fri Oct  7 18:54:04 2011
@@ -6,6 +6,7 @@
 import lldb
 
 def fuzz_obj(obj):
+    obj.GetAddress()
     obj.GetLoadAddress()
     obj.SetEnabled(True)
     obj.IsEnabled()





More information about the lldb-commits mailing list