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: lldb-dev@lists.llvm.org Reporter: pianoboy...@gmail.com CC: llvm-b...@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 -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ lldb-dev mailing list lldb-dev@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev