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

Declarations

tools/lldb/include/lldb/API/SBEvent.h
   44   uint32_t GetType() const;

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
25878     result = (uint32_t)((lldb::SBEvent const *)arg1)->GetType();
tools/lldb/include/lldb/Utility/ReproducerInstrumentation.h
  517     static Result doit(Class *c, Args... args) { return (c->*m)(args...); }
tools/lldb/source/API/SBDebugger.cpp
  554   const uint32_t event_type = event.GetType();
tools/lldb/source/API/SBEvent.cpp
   76   LLDB_RECORD_METHOD_CONST_NO_ARGS(uint32_t, SBEvent, GetType);
  223   LLDB_REGISTER_METHOD_CONST(uint32_t, SBEvent, GetType, ());
tools/lldb/tools/lldb-vscode/lldb-vscode.cpp
  331       const auto event_mask = event.GetType();