[Lldb-commits] [PATCH] D144937: [LLDB] Expose several methods in SBWatchpoint

Alex Langford via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Feb 28 12:52:46 PST 2023


bulbazord added a comment.

Seems like you've already got feedback about breaking ABI. Small nit:



================
Comment at: lldb/bindings/interface/SBWatchpointDocstrings.i:30-31
+%feature("docstring", "
+    Returns true if the watchpoint is a variable watchpoint. Otherwise the
+    watchpoint is an expression watchpoint or in an invalid state."
+) lldb::SBWatchpoint::IsWatchVariable;
----------------



Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D144937/new/

https://reviews.llvm.org/D144937



More information about the lldb-commits mailing list