Searched refs:SetEventName (Results 1 - 6 of 6) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/
H A DCommunication.cpp53 SetEventName (eBroadcastBitDisconnected, "disconnected");
54 SetEventName (eBroadcastBitReadThreadGotBytes, "got bytes");
55 SetEventName (eBroadcastBitReadThreadDidExit, "read thread did exit");
56 SetEventName (eBroadcastBitReadThreadShouldExit, "read thread should exit");
57 SetEventName (eBroadcastBitPacketAvailable, "packet available");
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/
H A DBroadcaster.h359 SetEventName (uint32_t event_mask, const char *name) function in class:lldb_private::Broadcaster
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp1067 SetEventName (eBroadcastBitStateChanged, "state-changed");
1068 SetEventName (eBroadcastBitInterrupt, "interrupt");
1069 SetEventName (eBroadcastBitSTDOUT, "stdout-available");
1070 SetEventName (eBroadcastBitSTDERR, "stderr-available");
1071 SetEventName (eBroadcastBitProfileData, "profile-data-available");
1073 m_private_state_control_broadcaster.SetEventName (eBroadcastInternalStateControlStop , "control-stop" );
1074 m_private_state_control_broadcaster.SetEventName (eBroadcastInternalStateControlPause , "control-pause" );
1075 m_private_state_control_broadcaster.SetEventName (eBroadcastInternalStateControlResume, "control-resume");
H A DTarget.cpp92 SetEventName (eBroadcastBitBreakpointChanged, "breakpoint-changed");
93 SetEventName (eBroadcastBitModulesLoaded, "modules-loaded");
94 SetEventName (eBroadcastBitModulesUnloaded, "modules-unloaded");
95 SetEventName (eBroadcastBitWatchpointChanged, "watchpoint-changed");
96 SetEventName (eBroadcastBitSymbolsLoaded, "symbols-loaded");
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp117 SetEventName (eBroadcastBitThreadShouldExit, "thread-should-exit");
118 SetEventName (eBroadcastBitResetPrompt, "reset-prompt");
119 SetEventName (eBroadcastBitQuitCommandReceived, "quit");
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp285 m_async_broadcaster.SetEventName (eBroadcastBitAsyncThreadShouldExit, "async thread should exit");
286 m_async_broadcaster.SetEventName (eBroadcastBitAsyncContinue, "async thread continue");
287 m_async_broadcaster.SetEventName (eBroadcastBitAsyncThreadDidExit, "async thread did exit");

Completed in 91 milliseconds