http://llvm.org/bugs/show_bug.cgi?id=16706

            Bug ID: 16706
           Summary: watchpoints fail on FreeBSD
           Product: lldb
           Version: unspecified
          Hardware: PC
                OS: FreeBSD
            Status: NEW
          Severity: normal
          Priority: P
         Component: All Bugs
          Assignee: [email protected]
          Reporter: [email protected]
    Classification: Unclassified

Reproducible by:

python dotest.py --executable <path-to-lldb> -p TestWatchpointConditionAPI -f
WatchpointConditionAPITestCase.test_watchpoint_cond_api_with_dwarf


======================================================================          
FAIL: test_watchpoint_cond_api_with_dwarf
(TestWatchpointConditionAPI.WatchpointConditionAPITestCase)
   Test watchpoint condition API.                                               
----------------------------------------------------------------------          
Traceback (most recent call last):                                              
  File "/tank/emaste/src/llvm/tools/lldb/test/lldbtest.py", line 370, in
wrapper
    return func(self, *args, **kwargs)                                          
  File
"/tank/emaste/src/llvm/tools/lldb/test/python_api/watchpoint/condition/TestWatchpointConditionAPI.py",
line 41, in test_watchpoint_cond_api_with_dwarf
    self.watchpoint_condition_api()                                             
  File
"/tank/emaste/src/llvm/tools/lldb/test/python_api/watchpoint/condition/TestWatchpointConditionAPI.py",
line 72, in watchpoint_condition_api
    "Successfully found the variable and set a watchpoint")                     
AssertionError: <lldb.SBWatchpoint; proxy of <Swig Object of type
'lldb::SBWatchpoint *' at 0x803fbbba0> > is not True : Successfully found the
variable and set a watchpoint

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
lldb-dev mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev

Reply via email to