Home
last modified time | relevance | path

Searched defs:notify (Results 1 – 25 of 28) sorted by relevance

12

/llvm-project-15.0.7/lldb/source/Target/
H A DPathMappingList.cpp61 bool notify) { in Append()
68 void PathMappingList::Append(const PathMappingList &rhs, bool notify) { in Append()
80 uint32_t index, bool notify) { in Insert()
94 uint32_t index, bool notify) { in Replace()
104 bool PathMappingList::Remove(size_t index, bool notify) { in Remove()
134 void PathMappingList::Clear(bool notify) { in Clear()
228 bool notify) { in Replace()
240 bool PathMappingList::Remove(ConstString path, bool notify) { in Remove()
H A DThreadList.cpp661 bool ThreadList::SetSelectedThreadByID(lldb::tid_t tid, bool notify) { in SetSelectedThreadByID()
676 bool ThreadList::SetSelectedThreadByIndexID(uint32_t index_id, bool notify) { in SetSelectedThreadByIndexID()
H A DStopInfo.cpp638 const bool notify = false; in WatchpointSentry() local
649 const bool notify = false; in DoReenable() local
H A DTarget.cpp283 const bool notify = false; in Destroy() local
841 const bool notify = false; // Don't notify about all the state changes we do in CreateWatchpoint() local
1421 const bool notify = true; in SetExecutableModule() local
2065 ModuleSP Target::GetOrCreateModule(const ModuleSpec &module_spec, bool notify, in GetOrCreateModule()
3365 void Target::AddDummySignal(llvm::StringRef name, LazyBool pass, LazyBool notify, in AddDummySignal()
H A DProcess.cpp2399 Status Process::EnableWatchpoint(Watchpoint *watchpoint, bool notify) { in EnableWatchpoint()
2405 Status Process::DisableWatchpoint(Watchpoint *watchpoint, bool notify) { in DisableWatchpoint()
/llvm-project-15.0.7/lldb/source/Breakpoint/
H A DBreakpointList.cpp30 break_id_t BreakpointList::Add(BreakpointSP &bp_sp, bool notify) { in Add()
44 bool BreakpointList::Remove(break_id_t break_id, bool notify) { in Remove()
81 void BreakpointList::RemoveAll(bool notify) { in RemoveAll()
93 void BreakpointList::RemoveAllowed(bool notify) { in RemoveAllowed()
H A DWatchpointList.cpp20 lldb::watch_id_t WatchpointList::Add(const WatchpointSP &wp_sp, bool notify) { in Add()
167 bool WatchpointList::Remove(lldb::watch_id_t watch_id, bool notify) { in Remove()
228 void WatchpointList::RemoveAll(bool notify) { in RemoveAll()
H A DWatchpoint.cpp237 void Watchpoint::SetEnabled(bool enabled, bool notify) { in SetEnabled()
255 void Watchpoint::SetWatchpointType(uint32_t type, bool notify) { in SetWatchpointType()
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DLSPBinderTests.cpp51 void notify(llvm::StringRef Method, llvm::json::Value Params) override { in notify() function
73 void notify(const Foo &Params) { in TEST() function
H A DLSPClient.cpp108 void notify(llvm::StringRef Method, llvm::json::Value V) override { in notify() function in clang::clangd::LSPClient::TransportImpl
155 void LSPClient::notify(llvm::StringRef Method, llvm::json::Value Params) { in notify() function in clang::clangd::LSPClient
/llvm-project-15.0.7/llvm/unittests/Support/
H A DThreading.cpp32 void notify() { in notify() function in __anon7152f2de0111::Notification
/llvm-project-15.0.7/clang-tools-extra/clangd/support/
H A DThreading.cpp27 void Notification::notify() { in notify() function in clang::clangd::Notification
/llvm-project-15.0.7/clang-tools-extra/clangd/xpc/
H A DXPCTransport.cpp56 void notify(StringRef Method, json::Value Params) override { in notify() function in __anon40cfa69d0111::XPCTransport
/llvm-project-15.0.7/lldb/source/Core/
H A DModuleList.cpp168 const bool notify = false; in UpdateSymlinkMappings() local
223 void ModuleList::Append(const ModuleSP &module_sp, bool notify) { in Append()
256 bool ModuleList::AppendIfNeeded(const ModuleSP &new_module, bool notify) { in AppendIfNeeded()
310 bool ModuleList::Remove(const ModuleSP &module_sp, bool notify) { in Remove()
/llvm-project-15.0.7/lldb/source/API/
H A DSBWatchpoint.cpp147 const bool notify = true; in SetEnabled() local
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DPathMapping.cpp117 void notify(llvm::StringRef Method, llvm::json::Value Params) override { in notify() function in clang::clangd::__anona75da5040111::PathMappingTransport
H A DJSONTransport.cpp69 void notify(llvm::StringRef Method, llvm::json::Value Params) override { in notify() function in clang::clangd::__anon3b9da1120111::JSONTransport
H A DClangdLSPServer.cpp420 void ClangdLSPServer::notify(llvm::StringRef Method, llvm::json::Value Params) { in notify() function in clang::clangd::ClangdLSPServer
/llvm-project-15.0.7/mlir/lib/Tools/lsp-server-support/
H A DTransport.cpp163 void JSONTransport::notify(StringRef method, llvm::json::Value params) { in notify() function in JSONTransport
/llvm-project-15.0.7/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DProcessKDP.cpp675 Status ProcessKDP::EnableWatchpoint(Watchpoint *wp, bool notify) { in EnableWatchpoint()
682 Status ProcessKDP::DisableWatchpoint(Watchpoint *wp, bool notify) { in DisableWatchpoint()
/llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/
H A DProcessWindows.cpp851 Status ProcessWindows::EnableWatchpoint(Watchpoint *wp, bool notify) { in EnableWatchpoint()
905 Status ProcessWindows::DisableWatchpoint(Watchpoint *wp, bool notify) { in DisableWatchpoint()
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.cpp505 bool suppress, stop, notify; in Handle_jSignalsInfo() local
/llvm-project-15.0.7/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp747 bool notify{false}; in GetRemoteUnixSignals() local
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectProcess.cpp1612 std::string notify; member in CommandObjectProcessHandle::CommandOptions
1681 bool notify; in PrintSignal() local
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DTarget.h1426 LazyBool notify = eLazyBoolCalculate; member

12