| /llvm-project-15.0.7/lldb/docs/use/ |
| H A D | remote.rst | 7 process will be the remote system. 35 remote system automatically. Also, if the remote system runs a different OS or 51 remote debugging. You can either compile on the remote system directly or copy 102 different kinds of systems. The remote plug-ins are prefixed with "remote-". 111 because remote plug-ins need to be connected to their remote platform 120 Platform: remote-linux 122 Hostname: remote 176 Platform: remote-linux 178 Hostname: remote 213 Attaching to a remote process [all …]
|
| /llvm-project-15.0.7/lldb/tools/debugserver/source/ |
| H A D | debugserver.cpp | 93 if (remote) { in RNBRunLoopGetStartModeFromRemote() 94 RNBContext &ctx = remote->Context(); in RNBRunLoopGetStartModeFromRemote() 200 RNBContext &ctx = remote->Context(); in RNBRunLoopLaunchInferior() 269 if (remote->Comm().IsConnected()) { in RNBRunLoopLaunchInferior() 366 RNBContext &ctx = remote->Context(); in RNBRunLoopLaunchAttaching() 422 RNBContext &ctx = remote->Context(); in HandleProcessStateChange() 461 remote->FlushSTDIO(); in HandleProcessStateChange() 514 RNBContext &ctx = remote->Context(); in RNBRunLoopInferiorExecuting() 548 remote->FlushSTDIO(); in RNBRunLoopInferiorExecuting() 951 if (remote == NULL) { in main() [all …]
|
| H A D | libdebugserver.cpp | 67 RNBRemote *remote = remoteSP.get(); in RNBRunLoopGetStartModeFromRemote() local 68 RNBContext &ctx = remote->Context(); in RNBRunLoopGetStartModeFromRemote() 85 err = remote->HandleReceivedPacket(&type); in RNBRunLoopGetStartModeFromRemote() 144 RNBContext &ctx = remote->Context(); in HandleProcessStateChange() 179 remote->FlushSTDIO(); in HandleProcessStateChange() 195 remote->NotifyThatProcessStopped(); in HandleProcessStateChange() 213 remote->HandlePacket_last_signal(NULL); in HandleProcessStateChange() 228 RNBContext &ctx = remote->Context(); in RNBRunLoopInferiorExecuting() 261 remote->FlushSTDIO(); in RNBRunLoopInferiorExecuting() 337 RNBRemote *remote = g_remoteSP.get(); in debug_server_main() local [all …]
|
| /llvm-project-15.0.7/llvm/utils/bugpoint/ |
| H A D | RemoteRunSafely.sh | 93 remote="./"$PROGRAM 97 'rm -f '$remote' ; ' \ 98 'cat > '$remote' ; chmod +x '$remote' ; '$remote' '$*' ; ' \ 99 'err=$? ; rm -f '$remote' ; exit $err'
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/index/remote/ |
| H A D | Client.cpp | 28 namespace remote { namespace 58 remote::v1::SymbolIndex::Stub::*)(grpc::ClientContext *, 121 : Stub(remote::v1::SymbolIndex::NewStub(Channel)), Channel(Channel), in IndexClient() 133 streamRPC(Request, &remote::v1::SymbolIndex::Stub::Lookup, Callback); in lookup() 139 return streamRPC(Request, &remote::v1::SymbolIndex::Stub::FuzzyFind, in fuzzyFind() 146 return streamRPC(Request, &remote::v1::SymbolIndex::Stub::Refs, Callback); in refs() 153 streamRPC(Request, &remote::v1::SymbolIndex::Stub::Relations, in relations() 174 std::unique_ptr<remote::v1::SymbolIndex::Stub> Stub;
|
| H A D | README.md | 1 # Clangd remote index 7 To relieve that burden, we're building remote index — a global index 9 contains code that is used as Proof of Concept for the upcoming remote index 17 However you install dependencies, to enable this feature and build remote index 52 By default, CMake will look for system-installed libraries when building remote 60 `--remote-index-address` and `--project-root` flags.
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/index/remote/monitor/ |
| H A D | Monitor.cpp | 23 namespace remote { namespace 42 using namespace clang::clangd::remote; in main() 48 const auto Stub = clang::clangd::remote::v1::Monitor::NewStub(Channel); in main() 53 const clang::clangd::remote::v1::MonitoringInfoRequest Request; in main() 54 clang::clangd::remote::v1::MonitoringInfoReply Response; in main()
|
| /llvm-project-15.0.7/openmp/libomptarget/plugins/remote/ |
| H A D | CMakeLists.txt | 8 # Build a plugin (client) and server for remote offloading. 13 libomptarget_say("Not building remote offloading plugin: only support Linux hosts.") 28 libomptarget_say("Building remote offloading plugin.") 29 set(directory "${CMAKE_BINARY_DIR}/include/openmp/libomptarget/plugins/remote/") 52 libomptarget_say("Not building remote offloading plugin: required libraries were not found.")
|
| /llvm-project-15.0.7/openmp/libomptarget/plugins/remote/include/ |
| H A D | Utils.h | 43 using namespace openmp::libomptarget::remote; 45 using openmp::libomptarget::remote::DeviceOffloadEntry; 46 using openmp::libomptarget::remote::TargetBinaryDescription; 47 using openmp::libomptarget::remote::TargetOffloadEntry; 48 using openmp::libomptarget::remote::TargetTable;
|
| /llvm-project-15.0.7/lldb/examples/test/tmp/ |
| H A D | lldb_log-x86_64-clang-TestBreakpointCommand.BreakpointCommandTestCase.test_with_dwarf.txt | 11 <lldb.process.gdb-remote.async> ProcessGDBRemote::AsyncThread (arg = 0x7fabc0997600, pid = 0) threa… 12 <lldb.process.gdb-remote.async> ProcessGDBRemote::AsyncThread (arg = 0x7fabc0997600, pid = 0) liste… 37 <lldb.process.gdb-remote.async> ProcessGDBRemote::AsyncThread (arg = 0x7fabc1882000, pid = 55289) G… 38 <lldb.process.gdb-remote.async> ProcessGDBRemote::AsyncThread (arg = 0x7fabc1882000, pid = 55289) g… 39 <lldb.process.gdb-remote.async> ProcessGDBRemote::AsyncThread (arg = 0x7fabc1882000, pid = 55289) t… 52 <lldb.process.gdb-remote.async> ProcessGDBRemote::AsyncThread (arg = 0x7fabc0bed200, pid = 55292) G… 53 <lldb.process.gdb-remote.async> ProcessGDBRemote::AsyncThread (arg = 0x7fabc0bed200, pid = 55292) g… 54 <lldb.process.gdb-remote.async> ProcessGDBRemote::AsyncThread (arg = 0x7fabc0bed200, pid = 55292) t…
|
| H A D | lldb_log-x86_64-clang-TestBreakpointCommand.BreakpointCommandTestCase.test_with_dsym.txt | 11 <lldb.process.gdb-remote.async> ProcessGDBRemote::AsyncThread (arg = 0x7fabc1883400, pid = 0) threa… 12 <lldb.process.gdb-remote.async> ProcessGDBRemote::AsyncThread (arg = 0x7fabc1883400, pid = 0) liste… 38 <lldb.process.gdb-remote.async> ProcessGDBRemote::AsyncThread (arg = 0x7fabc185e200, pid = 55239) g… 39 <lldb.process.gdb-remote.async> ProcessGDBRemote::AsyncThread (arg = 0x7fabc185e200, pid = 55239) t… 52 <lldb.process.gdb-remote.async> ProcessGDBRemote::AsyncThread (arg = 0x7fabc18f8600, pid = 55243) G… 53 <lldb.process.gdb-remote.async> ProcessGDBRemote::AsyncThread (arg = 0x7fabc18f8600, pid = 55243) g… 54 <lldb.process.gdb-remote.async> ProcessGDBRemote::AsyncThread (arg = 0x7fabc18f8600, pid = 55243) t…
|
| /llvm-project-15.0.7/llvm/cmake/modules/ |
| H A D | VersionFromVCS.cmake | 32 list(GET branch 0 remote) 34 set(remote "origin") variable 36 execute_process(COMMAND ${GIT_EXECUTABLE} remote get-url ${remote}
|
| /llvm-project-15.0.7/llvm/test/ExecutionEngine/MCJIT/remote/ |
| H A D | simpletest-remote.ll | 1 ; RUN: %lli -jit-kind=mcjit -remote-mcjit -mcjit-remote-process=lli-child-target%exeext %s > /dev/n…
|
| H A D | cross-module-a.ll | 1 …le=%p/Inputs/cross-module-b.ll -disable-lazy-compilation=true -remote-mcjit -mcjit-remote-process=…
|
| H A D | multi-module-a.ll | 1 …le=%p/Inputs/multi-module-c.ll -disable-lazy-compilation=true -remote-mcjit -mcjit-remote-process=…
|
| H A D | test-data-align-remote.ll | 1 ; RUN: %lli -jit-kind=mcjit -remote-mcjit -O0 -mcjit-remote-process=lli-child-target%exeext %s
|
| H A D | test-ptr-reloc-remote.ll | 1 ; RUN: %lli -jit-kind=mcjit -remote-mcjit -O0 -mcjit-remote-process=lli-child-target%exeext %s
|
| H A D | test-fp-no-external-funcs-remote.ll | 1 ; RUN: %lli -jit-kind=mcjit -remote-mcjit -mcjit-remote-process=lli-child-target%exeext %s > /dev/n…
|
| H A D | test-ptr-reloc-sm-pic.ll | 1 ; RUN: %lli -jit-kind=mcjit -remote-mcjit -mcjit-remote-process=lli-child-target%exeext \
|
| H A D | stubs-sm-pic.ll | 1 ; RUN: %lli -jit-kind=mcjit -remote-mcjit -disable-lazy-compilation=false -relocation-model=pic -co… 3 ; This function should fail until remote symbol resolution is supported.
|
| /llvm-project-15.0.7/compiler-rt/test/builtins/Unit/ |
| H A D | test | 10 mkdir -p remote 43 … if gcc $CFLAGS $FILE ../../darwin_fat/Release/libcompiler_rt.a $LIBS $EXTRA -o ./remote/$FILE.exe
|
| /llvm-project-15.0.7/lldb/docs/ |
| H A D | lldb-gdb-remote.txt | 2 remote debugging. Why? Normally you need to start the correct GDB and the 16 added above and beyond the standard GDB remote protocol packets. 34 remote server: 59 GDB remote docs for this: 869 // commands on a remote host. 899 // a remote host. 920 // a file on the remote host. 1143 // GDB remote protocol documentation) yet the remote GDB server actually 1151 remote GDB server supports this feature: 1631 // PLATFORM EXTENSION - for use as a GDB remote platform [all …]
|
| /llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/ |
| H A D | decorators.py | 178 remote=None, dwarf_version=None, argument 195 remote, lldb.remote_platform is not None) 232 (remote, skip_for_remote, "platform locality (remote/local)"), 278 remote=None, dwarf_version=None, argument 288 remote=remote,dwarf_version=dwarf_version, 305 remote=None, dwarf_version=None, argument 315 remote=remote, dwarf_version=dwarf_version,
|
| /llvm-project-15.0.7/lldb/unittests/debugserver/ |
| H A D | CMakeLists.txt | 1 # Note: debugserver is a Darwin-only implementation of a remote debugging 5 # remote debugging server, please use lldb-server.
|
| /llvm-project-15.0.7/lldb/docs/man/ |
| H A D | lldb-server.rst | 36 Runs the server using the gdb-remote protocol. LLDB can afterwards 37 connect to the server using *gdb-remote* command. 74 case, [host]:port denotes the remote address to connect to. 192 Use *gdb-remote* command to connect to the server: 194 (lldb) gdb-remote 1234 202 (lldb) gdb-remote 1234
|