Searched refs:vClientName (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/ |
| H A D | MICmnLLDBDebugger.cpp | 466 if (!ClientSaveMask(vClientName, vBroadcasterClass, vEventMask)) in RegisterForEvent() 518 if (!ClientSaveMask(vClientName, broadcasterName, vEventMask)) in RegisterForEvent() 554 if (!ClientRemoveTheirMask(vClientName, vBroadcasterClass)) in UnregisterForEvent() 574 vClientName.c_str(), pBroadCasterName)); in UnregisterForEvent() 700 if (vClientName.empty()) { in ClientSaveMask() 707 strId += vClientName; in ClientSaveMask() 709 ClientRemoveTheirMask(vClientName, vBroadcasterClass); in ClientSaveMask() 728 if (vClientName.empty()) { in ClientRemoveTheirMask() 735 strId += vClientName; in ClientRemoveTheirMask() 762 if (vClientName.empty()) { in ClientGetTheirMask() [all …]
|
| H A D | MICmnLLDBDebugger.h | 56 bool RegisterForEvent(const CMIUtilString &vClientName, 59 bool UnregisterForEvent(const CMIUtilString &vClientName, 61 bool RegisterForEvent(const CMIUtilString &vClientName, 64 bool UnregisterForEvent(const CMIUtilString &vClientName, 105 bool ClientSaveMask(const CMIUtilString &vClientName, 108 bool ClientRemoveTheirMask(const CMIUtilString &vClientName, 110 bool ClientGetTheirMask(const CMIUtilString &vClientName,
|