Home
last modified time | relevance | path

Searched refs:BroadcastEventByType (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/lldb/source/API/
DSBBroadcaster.cpp52 void SBBroadcaster::BroadcastEventByType(uint32_t event_type, bool unique) { in BroadcastEventByType() function in SBBroadcaster
53 LLDB_RECORD_METHOD(void, SBBroadcaster, BroadcastEventByType, in BroadcastEventByType()
188 LLDB_REGISTER_METHOD(void, SBBroadcaster, BroadcastEventByType, in RegisterMethods()
/external/llvm-project/lldb/test/API/python_api/default-constructor/
Dsb_broadcaster.py9 obj.BroadcastEventByType(lldb.eBreakpointEventTypeInvalidType, True)
/external/llvm-project/lldb/bindings/interface/
DSBBroadcaster.i42 BroadcastEventByType (uint32_t event_type, bool unique = false);
/external/llvm-project/lldb/include/lldb/API/
DSBBroadcaster.h34 void BroadcastEventByType(uint32_t event_type, bool unique = false);
/external/llvm-project/lldb/tools/lldb-vscode/
Dlldb-vscode.cpp834 g_vsc.broadcaster.BroadcastEventByType(eBroadcastBitStopEventThread); in request_disconnect()