| /llvm-project-15.0.7/lldb/source/Target/ |
| H A D | PathMappingList.cpp | 61 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 D | ThreadList.cpp | 661 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 D | StopInfo.cpp | 638 const bool notify = false; in WatchpointSentry() local 649 const bool notify = false; in DoReenable() local
|
| H A D | Target.cpp | 283 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 D | Process.cpp | 2399 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 D | BreakpointList.cpp | 30 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 D | WatchpointList.cpp | 20 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 D | Watchpoint.cpp | 237 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 D | LSPBinderTests.cpp | 51 void notify(llvm::StringRef Method, llvm::json::Value Params) override { in notify() function 73 void notify(const Foo &Params) { in TEST() function
|
| H A D | LSPClient.cpp | 108 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 D | Threading.cpp | 32 void notify() { in notify() function in __anon7152f2de0111::Notification
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/support/ |
| H A D | Threading.cpp | 27 void Notification::notify() { in notify() function in clang::clangd::Notification
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/xpc/ |
| H A D | XPCTransport.cpp | 56 void notify(StringRef Method, json::Value Params) override { in notify() function in __anon40cfa69d0111::XPCTransport
|
| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | ModuleList.cpp | 168 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 D | SBWatchpoint.cpp | 147 const bool notify = true; in SetEnabled() local
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | PathMapping.cpp | 117 void notify(llvm::StringRef Method, llvm::json::Value Params) override { in notify() function in clang::clangd::__anona75da5040111::PathMappingTransport
|
| H A D | JSONTransport.cpp | 69 void notify(llvm::StringRef Method, llvm::json::Value Params) override { in notify() function in clang::clangd::__anon3b9da1120111::JSONTransport
|
| H A D | ClangdLSPServer.cpp | 420 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 D | Transport.cpp | 163 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 D | ProcessKDP.cpp | 675 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 D | ProcessWindows.cpp | 851 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 D | GDBRemoteCommunicationServerPlatform.cpp | 505 bool suppress, stop, notify; in Handle_jSignalsInfo() local
|
| /llvm-project-15.0.7/lldb/source/Plugins/Platform/gdb-server/ |
| H A D | PlatformRemoteGDBServer.cpp | 747 bool notify{false}; in GetRemoteUnixSignals() local
|
| /llvm-project-15.0.7/lldb/source/Commands/ |
| H A D | CommandObjectProcess.cpp | 1612 std::string notify; member in CommandObjectProcessHandle::CommandOptions 1681 bool notify; in PrintSignal() local
|
| /llvm-project-15.0.7/lldb/include/lldb/Target/ |
| H A D | Target.h | 1426 LazyBool notify = eLazyBoolCalculate; member
|