https://llvm.org/bugs/show_bug.cgi?id=28729
Bug ID: 28729
Summary: lldb python failed to get watchpoint type
Product: lldb
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P
Component: All Bugs
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Classification: Unclassified
no method could get watchpoint type(read/write/rw)
for idx in xrange(self.target.GetNumWatchpoints()):
lldbwp = self.target.GetWatchpointAtIndex(idx)
print lldbwp.GetCondition() #always print None
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
lldb-dev mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev