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

Declarations

tools/lldb/include/lldb/API/SBProcess.h
  250   uint32_t GetNumSupportedHardwareWatchpoints(lldb::SBError &error) const;

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
45893     result = (uint32_t)((lldb::SBProcess const *)arg1)->GetNumSupportedHardwareWatchpoints(*arg2);
tools/lldb/include/lldb/Utility/ReproducerInstrumentation.h
  517     static Result doit(Class *c, Args... args) { return (c->*m)(args...); }
tools/lldb/source/API/SBProcess.cpp
 1016                            GetNumSupportedHardwareWatchpoints,
 1393                              GetNumSupportedHardwareWatchpoints,