Home
last modified time | relevance | path

Searched defs:remote (Results 1 – 17 of 17) sorted by relevance

/llvm-project/lldb/tools/debugserver/source/
H A Dlibdebugserver.cpp67 RNBRemote *remote = remoteSP.get(); in RNBRunLoopGetStartModeFromRemote() local
143 RNBRunLoopMode HandleProcessStateChange(RNBRemoteSP &remote, bool initialize) { in HandleProcessStateChange() argument
226 RNBRunLoopInferiorExecuting(RNBRemoteSP & remote) RNBRunLoopInferiorExecuting() argument
337 RNBRemote *remote = g_remoteSP.get(); debug_server_main() local
[all...]
H A Ddebugserver.cpp90 RNBRunLoopMode RNBRunLoopGetStartModeFromRemote(RNBRemote *remote) { in RNBRunLoopGetStartModeFromRemote() argument
195 RNBRunLoopMode RNBRunLoopLaunchInferior(RNBRemote *remote, in RNBRunLoopLaunchInferior() argument
363 RNBRunLoopLaunchAttaching(RNBRemote * remote,nub_process_t attach_pid,nub_process_t & pid) RNBRunLoopLaunchAttaching() argument
421 HandleProcessStateChange(RNBRemote * remote,bool initialize) HandleProcessStateChange() argument
512 RNBRunLoopInferiorExecuting(RNBRemote * remote) RNBRunLoopInferiorExecuting() argument
624 RNBRunLoopPlatform(RNBRemote * remote) RNBRunLoopPlatform() argument
725 ConnectRemote(RNBRemote * remote,const char * host,int port,bool reverse_connect,const char * named_pipe_path,const char * unix_socket_name) ConnectRemote() argument
965 RNBRemote *remote = g_remoteSP.get(); main() local
[all...]
H A DRNBContext.cpp138 RNBRemote *remote = remoteSP.get(); in ThreadFunctionProcessStatus() local
H A DRNBRemote.cpp1224 RNBRemote *remote = remoteSP.get(); ThreadFunctionReadRemoteData() local
3378 RNBRemote *remote = remoteSP.get(); RNBRemoteShouldCancelCallback() local
[all...]
/llvm-project/llvm/cmake/modules/
H A DVersionFromVCS.cmake34 set(remote "origin") variable
/llvm-project/clang-tools-extra/clangd/index/remote/unimplemented/
H A DUnimplementedClient.cpp15 namespace remote { namespace
/llvm-project/clang-tools-extra/clangd/index/remote/monitor/
H A DMonitor.cpp23 namespace remote { namespace
/llvm-project/lldb/test/API/functionalities/launch_stop_at_entry/
H A DTestStopAtEntry.py64 def do_test_stop_at_entry(self, synchronous, remote): argument
/llvm-project/clang-tools-extra/clangd/index/remote/
H A DClient.cpp28 namespace remote { namespace
[all...]
/llvm-project/lldb/source/Plugins/Platform/Android/
H A DPlatformAndroidRemoteGDBServer.cpp191 auto forward = [&](const uint16_t local, const uint16_t remote) { in MakeConnectURL() argument
/llvm-project/lldb/packages/Python/lldbsuite/test/
H A Ddecorators.py204 remote=None, argument
332 remote=None, argument
375 remote=None, argument
[all...]
H A Dlldbutil.py1673 read_file_on_target(test, remote) global() argument
[all...]
/llvm-project/clang-tools-extra/clangd/index/remote/marshalling/
H A DMarshalling.cpp33 namespace remote { namespace
/llvm-project/clang-tools-extra/clangd/unittests/remote/
H A DMarshallingTests.cpp34 namespace remote { namespace
/llvm-project/clang-tools-extra/clangd/index/remote/server/
H A DServer.cpp54 namespace remote { namespace
/llvm-project/lldb/source/Plugins/Process/Linux/
H A DNativeProcessLinux.cpp90 struct iovec local, remote; in ProcessVmReadvSupported() local
/llvm-project/openmp/tools/archer/
H A Dompt-tsan.cpp231 std::atomic<int> remote{0}; member