Home
last modified time | relevance | path

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

12

/llvm-project/lldb/source/Target/
H A DPathMappingList.cpp63 Append(llvm::StringRef path,llvm::StringRef replacement,bool notify) Append() argument
71 Append(const PathMappingList & rhs,bool notify) Append() argument
84 AppendUnique(llvm::StringRef path,llvm::StringRef replacement,bool notify) AppendUnique() argument
98 Insert(llvm::StringRef path,llvm::StringRef replacement,uint32_t index,bool notify) Insert() argument
113 Replace(llvm::StringRef path,llvm::StringRef replacement,uint32_t index,bool notify) Replace() argument
124 Remove(size_t index,bool notify) Remove() argument
167 Clear(bool notify) Clear() argument
266 Replace(llvm::StringRef path,llvm::StringRef new_path,bool notify) Replace() argument
279 Remove(ConstString path,bool notify) Remove() argument
[all...]
H A DThreadList.cpp696 if (notify) in SetSelectedThreadByID() argument
711 if (notify) in SetSelectedThreadByIndexID() argument
H A DStopInfo.cpp637 const bool notify = false; WatchpointSentry() local
648 const bool notify = false; DoReenable() local
/llvm-project/lldb/source/Breakpoint/
H A DBreakpointList.cpp33 break_id_t BreakpointList::Add(BreakpointSP &bp_sp, bool notify) { in Add()
47 bool BreakpointList::Remove(break_id_t break_id, bool notify) { in Remove()
84 void BreakpointList::RemoveAll(bool notify) { in RemoveAll()
96 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()
169 bool WatchpointList::Remove(lldb::watch_id_t watch_id, bool notify) { in Remove()
231 void WatchpointList::RemoveAll(bool notify) { in RemoveAll()
H A DWatchpoint.cpp411 void Watchpoint::SetEnabled(bool enabled, bool notify) { in SetEnabled() argument
427 void Watchpoint::SetWatchpointType(uint32_t type, bool notify) { in SetWatchpointType() argument
/llvm-project/clang-tools-extra/clangd/unittests/
H A DLSPBinderTests.cpp53 void notify(llvm::StringRef Method, llvm::json::Value Params) override { in notify() function
75 void notify(const Foo &Params) { in TEST() function
H A DLSPClient.cpp138 void notify(llvm::StringRef Method, llvm::json::Value V) override { in notify() function in clang::clangd::LSPClient::TransportImpl
195 void LSPClient::notify(llvm::StringRef Method, llvm::json::Value Params) { in notify() function in clang::clangd::LSPClient
/llvm-project/lldb/source/Plugins/Process/mach-core/
H A DProcessMachCore.cpp266 const bool notify = true; in LoadBinaryViaLowmemUUID() local
325 const bool notify = true; in LoadBinariesViaMetadata() local
383 const bool notify = true; in LoadBinariesViaMetadata() local
/llvm-project/clang-tools-extra/clangd/support/
H A DThreading.cpp28 void Notification::notify() { in notify() function in clang::clangd::Notification
/llvm-project/llvm/unittests/Support/
H A DThreading.cpp64 void notify() { notify() function in __anonc87998810111::Notification
/llvm-project/clang-tools-extra/clangd/xpc/
H A DXPCTransport.cpp57 void notify(StringRef Method, json::Value Params) override { in notify() function in __anon64fa53a00111::XPCTransport
/llvm-project/lldb/source/Core/
H A DModuleList.cpp170 const bool notify = false; in UpdateSymlinkMappings() local
247 void ModuleList::Append(const ModuleSP &module_sp, bool notify) { in Append() argument
280 bool ModuleList::AppendIfNeeded(const ModuleSP &new_module, bool notify) { in AppendIfNeeded() argument
334 bool ModuleList::Remove(const ModuleSP &module_sp, bool notify) { in Remove() argument
[all...]
H A DDynamicLoader.cpp190 LoadBinaryWithUUIDAndAddress(Process * process,llvm::StringRef name,UUID uuid,addr_t value,bool value_is_offset,bool force_symbol_search,bool notify,bool set_address_in_target,bool allow_memory_image_last_resort) LoadBinaryWithUUIDAndAddress() argument
/llvm-project/clang-tools-extra/clangd/
H A DPathMapping.cpp117 void notify(llvm::StringRef Method, llvm::json::Value Params) override { in notify() function in clang::clangd::__anond6d464270111::PathMappingTransport
H A DJSONTransport.cpp70 void notify(llvm::StringRef Method, llvm::json::Value Params) override { in notify() function in clang::clangd::__anon23c0b4f50111::JSONTransport
/llvm-project/mlir/lib/Tools/lsp-server-support/
H A DTransport.cpp177 void JSONTransport::notify(StringRef method, llvm::json::Value params) { in notify() function in JSONTransport
/llvm-project/lldb/source/API/
H A DSBWatchpoint.cpp142 const bool notify = true; in SetEnabled() local
/llvm-project/lldb/source/Plugins/Process/Windows/Common/
H A DProcessWindows.cpp837 EnableWatchpoint(WatchpointSP wp_sp,bool notify) EnableWatchpoint() argument
891 DisableWatchpoint(WatchpointSP wp_sp,bool notify) DisableWatchpoint() argument
/llvm-project/libc/src/__support/threads/linux/
H A Drwlock.h107 template <Role role> LIBC_INLINE long notify(bool is_pshared) { notify() function
/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h896 LoadPlatformBinaryAndSetup(Process * process,lldb::addr_t addr,bool notify) LoadPlatformBinaryAndSetup() argument
H A DTarget.h1480 LazyBool notify = eLazyBoolCalculate; global() member
/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.cpp505 bool suppress, stop, notify; Handle_jSignalsInfo() local
/llvm-project/lldb/source/Commands/
H A DCommandObjectProcess.cpp1509 std::string notify; global() member in CommandObjectProcessHandle::CommandOptions
1550 bool notify; PrintSignal() local
[all...]
/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp757 bool notify{false}; GetRemoteUnixSignals() local

12