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 lldb-dev@lists.llvm.org
Reporter pianoboysai@gmail.com
CC llvm-bugs@lists.llvm.org
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