reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/include/lldb/API/SBValue.h
  334   lldb::SBWatchpoint Watch(bool resolve_location, bool read, bool write,

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
76350     result = (arg1)->Watch(arg2,arg3,arg4,*arg5);
tools/lldb/include/lldb/Utility/ReproducerInstrumentation.h
  510     static Result doit(Class *c, Args... args) { return (c->*m)(args...); }
tools/lldb/source/API/SBValue.cpp
 1469   LLDB_RECORD_METHOD(lldb::SBWatchpoint, SBValue, Watch,
 1538   return LLDB_RECORD_RESULT(Watch(resolve_location, read, write, error));
 1549     sb_watchpoint = Dereference().Watch(resolve_location, read, write, error);
 1680   LLDB_REGISTER_METHOD(lldb::SBWatchpoint, SBValue, Watch,