Searched refs:SetEventName (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | ThreadedCommunication.cpp | 48 SetEventName(eBroadcastBitDisconnected, "disconnected"); in ThreadedCommunication() 49 SetEventName(eBroadcastBitReadThreadGotBytes, "got bytes"); in ThreadedCommunication() 50 SetEventName(eBroadcastBitReadThreadDidExit, "read thread did exit"); in ThreadedCommunication() 51 SetEventName(eBroadcastBitReadThreadShouldExit, "read thread should exit"); in ThreadedCommunication() 52 SetEventName(eBroadcastBitPacketAvailable, "packet available"); in ThreadedCommunication() 53 SetEventName(eBroadcastBitNoMorePendingInput, "no more pending input"); in ThreadedCommunication()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | Broadcaster.h | 243 void SetEventName(uint32_t event_mask, const char *name) { in SetEventName() function 244 m_broadcaster_sp->SetEventName(event_mask, name); in SetEventName() 370 void SetEventName(uint32_t event_mask, const char *name) { in SetEventName() function
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | Process.cpp | 462 SetEventName(eBroadcastBitStateChanged, "state-changed"); in Process() 463 SetEventName(eBroadcastBitInterrupt, "interrupt"); in Process() 464 SetEventName(eBroadcastBitSTDOUT, "stdout-available"); in Process() 465 SetEventName(eBroadcastBitSTDERR, "stderr-available"); in Process() 466 SetEventName(eBroadcastBitProfileData, "profile-data-available"); in Process() 467 SetEventName(eBroadcastBitStructuredData, "structured-data-available"); in Process() 469 m_private_state_control_broadcaster.SetEventName( in Process() 471 m_private_state_control_broadcaster.SetEventName( in Process() 473 m_private_state_control_broadcaster.SetEventName( in Process()
|
| H A D | Target.cpp | 187 SetEventName(eBroadcastBitBreakpointChanged, "breakpoint-changed"); in Target() 188 SetEventName(eBroadcastBitModulesLoaded, "modules-loaded"); in Target() 189 SetEventName(eBroadcastBitModulesUnloaded, "modules-unloaded"); in Target() 190 SetEventName(eBroadcastBitWatchpointChanged, "watchpoint-changed"); in Target() 191 SetEventName(eBroadcastBitSymbolsLoaded, "symbols-loaded"); in Target()
|
| /freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | CommandInterpreter.cpp | 146 SetEventName(eBroadcastBitThreadShouldExit, "thread-should-exit"); in CommandInterpreter() 147 SetEventName(eBroadcastBitResetPrompt, "reset-prompt"); in CommandInterpreter() 148 SetEventName(eBroadcastBitQuitCommandReceived, "quit"); in CommandInterpreter()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ProcessGDBRemote.cpp | 279 m_async_broadcaster.SetEventName(eBroadcastBitAsyncThreadShouldExit, in ProcessGDBRemote() 281 m_async_broadcaster.SetEventName(eBroadcastBitAsyncContinue, in ProcessGDBRemote() 283 m_async_broadcaster.SetEventName(eBroadcastBitAsyncThreadDidExit, in ProcessGDBRemote()
|