https://llvm.org/bugs/show_bug.cgi?id=28728
Bug ID: 28728 Summary: lldb python failed to enable watchpoint 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 3.8 source: void SBWatchpoint::SetEnabled (bool enabled) { lldb::WatchpointSP watchpoint_sp(GetSP()); if (watchpoint_sp) { Mutex::Locker api_locker (watchpoint_sp->GetTarget().GetAPIMutex()); watchpoint_sp->GetTarget().DisableWatchpointByID(watchpoint_sp->GetID()); } } it always uses "DisableWatchpointByID", so can not enable again. -- 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