Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/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-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationReplayServer.cpp41 m_async_broadcaster.SetEventName(eBroadcastBitAsyncContinue, in GDBRemoteCommunicationReplayServer()
43 m_async_broadcaster.SetEventName(eBroadcastBitAsyncThreadShouldExit, in GDBRemoteCommunicationReplayServer()
H A DProcessGDBRemote.cpp300 m_async_broadcaster.SetEventName(eBroadcastBitAsyncThreadShouldExit, in ProcessGDBRemote()
302 m_async_broadcaster.SetEventName(eBroadcastBitAsyncContinue, in ProcessGDBRemote()
304 m_async_broadcaster.SetEventName(eBroadcastBitAsyncThreadDidExit, in ProcessGDBRemote()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DBroadcaster.h382 void SetEventName(uint32_t event_mask, const char *name) { in SetEventName() function
383 m_broadcaster_sp->SetEventName(event_mask, name); in SetEventName()
510 void SetEventName(uint32_t event_mask, const char *name) { in SetEventName() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp758 SetEventName(eBroadcastBitStateChanged, "state-changed"); in Process()
759 SetEventName(eBroadcastBitInterrupt, "interrupt"); in Process()
760 SetEventName(eBroadcastBitSTDOUT, "stdout-available"); in Process()
761 SetEventName(eBroadcastBitSTDERR, "stderr-available"); in Process()
762 SetEventName(eBroadcastBitProfileData, "profile-data-available"); in Process()
763 SetEventName(eBroadcastBitStructuredData, "structured-data-available"); in Process()
765 m_private_state_control_broadcaster.SetEventName( in Process()
767 m_private_state_control_broadcaster.SetEventName( in Process()
769 m_private_state_control_broadcaster.SetEventName( in Process()
H A DTarget.cpp99 SetEventName(eBroadcastBitBreakpointChanged, "breakpoint-changed"); in Target()
100 SetEventName(eBroadcastBitModulesLoaded, "modules-loaded"); in Target()
101 SetEventName(eBroadcastBitModulesUnloaded, "modules-unloaded"); in Target()
102 SetEventName(eBroadcastBitWatchpointChanged, "watchpoint-changed"); in Target()
103 SetEventName(eBroadcastBitSymbolsLoaded, "symbols-loaded"); in Target()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp139 SetEventName(eBroadcastBitThreadShouldExit, "thread-should-exit"); in CommandInterpreter()
140 SetEventName(eBroadcastBitResetPrompt, "reset-prompt"); in CommandInterpreter()
141 SetEventName(eBroadcastBitQuitCommandReceived, "quit"); in CommandInterpreter()