[llvm-bugs] [Bug 28729] New: lldb python failed to get watchpoint type

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Jul 26 22:24:30 PDT 2016


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 at lists.llvm.org
          Reporter: pianoboysai at gmail.com
                CC: llvm-bugs at 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 on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20160727/ec98cd78/attachment.html>


More information about the llvm-bugs mailing list