Home
last modified time | relevance | path

Searched refs:SetEventName (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DCommunication.cpp54 SetEventName(eBroadcastBitDisconnected, "disconnected"); in Communication()
55 SetEventName(eBroadcastBitReadThreadGotBytes, "got bytes"); in Communication()
56 SetEventName(eBroadcastBitReadThreadDidExit, "read thread did exit"); in Communication()
57 SetEventName(eBroadcastBitReadThreadShouldExit, "read thread should exit"); in Communication()
58 SetEventName(eBroadcastBitPacketAvailable, "packet available"); in Communication()
59 SetEventName(eBroadcastBitNoMorePendingInput, "no more pending input"); in Communication()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DBroadcaster.h337 void SetEventName(uint32_t event_mask, const char *name) { in SetEventName() function
338 m_broadcaster_sp->SetEventName(event_mask, name); in SetEventName()
457 void SetEventName(uint32_t event_mask, const char *name) { in SetEventName() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationReplayServer.cpp78 m_async_broadcaster.SetEventName(eBroadcastBitAsyncContinue, in GDBRemoteCommunicationReplayServer()
80 m_async_broadcaster.SetEventName(eBroadcastBitAsyncThreadShouldExit, in GDBRemoteCommunicationReplayServer()
H A DProcessGDBRemote.cpp271 m_async_broadcaster.SetEventName(eBroadcastBitAsyncThreadShouldExit, in ProcessGDBRemote()
273 m_async_broadcaster.SetEventName(eBroadcastBitAsyncContinue, in ProcessGDBRemote()
275 m_async_broadcaster.SetEventName(eBroadcastBitAsyncThreadDidExit, in ProcessGDBRemote()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp430 SetEventName(eBroadcastBitStateChanged, "state-changed"); in Process()
431 SetEventName(eBroadcastBitInterrupt, "interrupt"); in Process()
432 SetEventName(eBroadcastBitSTDOUT, "stdout-available"); in Process()
433 SetEventName(eBroadcastBitSTDERR, "stderr-available"); in Process()
434 SetEventName(eBroadcastBitProfileData, "profile-data-available"); in Process()
435 SetEventName(eBroadcastBitStructuredData, "structured-data-available"); in Process()
437 m_private_state_control_broadcaster.SetEventName( in Process()
439 m_private_state_control_broadcaster.SetEventName( in Process()
441 m_private_state_control_broadcaster.SetEventName( in Process()
H A DTarget.cpp106 SetEventName(eBroadcastBitBreakpointChanged, "breakpoint-changed"); in Target()
107 SetEventName(eBroadcastBitModulesLoaded, "modules-loaded"); in Target()
108 SetEventName(eBroadcastBitModulesUnloaded, "modules-unloaded"); in Target()
109 SetEventName(eBroadcastBitWatchpointChanged, "watchpoint-changed"); in Target()
110 SetEventName(eBroadcastBitSymbolsLoaded, "symbols-loaded"); in Target()
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp127 SetEventName(eBroadcastBitThreadShouldExit, "thread-should-exit"); in CommandInterpreter()
128 SetEventName(eBroadcastBitResetPrompt, "reset-prompt"); in CommandInterpreter()
129 SetEventName(eBroadcastBitQuitCommandReceived, "quit"); in CommandInterpreter()