| /openbsd-src/regress/usr.sbin/bgpd/config/ |
| H A D | bgpd.conf.13.in | 11 remote-as 2 14 remote-as 2 18 remote-as 3 22 remote-as 3 26 remote-as 4 30 remote-as 4 35 remote-as 5 39 remote-as 5 45 remote-as 6 51 remote-as 6 [all …]
|
| H A D | bgpd.conf.13.ok | 12 remote-as 7 19 remote-as 5 26 remote-as 5 33 remote-as 6 42 remote-as 6 51 remote-as 7 59 remote-as 2 68 remote-as 2 77 remote-as 3 86 remote-as 3 [all …]
|
| H A D | bgpd.conf.4.ok | 12 remote-as 64496 19 remote-as 64496 27 remote-as 64496 35 remote-as 64496 42 remote-as 64496 50 remote-as 64497 57 remote-as 64496 65 remote-as 64496 75 remote-as 64497 83 remote-as 64497
|
| H A D | bgpd.conf.4.in | 7 remote-as 64496 9 neighbor 192.0.2.2 { remote-as 64496 } 13 remote-as 64496 18 remote-as 64496 23 remote-as 64497 37 remote-as 64497
|
| H A D | bgpd.conf.printconf | 22 remote-as 65001 29 remote-as 65001 39 remote-as 65001 46 remote-as 65001 57 remote-as 65123 64 remote-as 65002 71 remote-as 65123
|
| H A D | bgpd.conf.12.in | 7 remote-as 2 12 remote-as 3 17 remote-as 4
|
| H A D | bgpd.conf.12.ok | 12 remote-as 2 20 remote-as 3 28 remote-as 4
|
| /openbsd-src/gnu/llvm/lldb/docs/use/ |
| H A D | remote.rst | 7 process will be the remote system. 9 To enable remote debugging, LLDB employs a client-server architecture. The 10 client part runs on the local system and the remote system runs the server. The 11 client and server communicate using the gdb-remote protocol, usually 13 the LLDB-specific extensions are documented in docs/lldb-gdb-remote.txt file 14 inside LLDB source repository. Besides the gdb-remote stub, the server part of 16 advanced debugging operations, like copying files from/to the remote system and 17 can be used to execute arbitrary shell commands on the remote system. 19 In order to reduce code complexity and improve remote debugging experience LLDB 20 on Linux and macOS uses the remote debugging stub even when debugging a process [all …]
|
| /openbsd-src/gnu/llvm/lldb/tools/debugserver/source/ |
| H A D | debugserver.cpp | 90 RNBRunLoopMode RNBRunLoopGetStartModeFromRemote(RNBRemote *remote) { in RNBRunLoopGetStartModeFromRemote() argument 93 if (remote) { in RNBRunLoopGetStartModeFromRemote() 94 RNBContext &ctx = remote->Context(); in RNBRunLoopGetStartModeFromRemote() 117 err = remote->HandleReceivedPacket(&type); in RNBRunLoopGetStartModeFromRemote() 195 RNBRunLoopMode RNBRunLoopLaunchInferior(RNBRemote *remote, in RNBRunLoopLaunchInferior() argument 200 RNBContext &ctx = remote->Context(); in RNBRunLoopLaunchInferior() 269 if (remote->Comm().IsConnected()) { in RNBRunLoopLaunchInferior() 282 err = remote->HandleReceivedPacket(&type); in RNBRunLoopLaunchInferior() 363 RNBRunLoopMode RNBRunLoopLaunchAttaching(RNBRemote *remote, in RNBRunLoopLaunchAttaching() argument 366 RNBContext &ctx = remote->Context(); in RNBRunLoopLaunchAttaching() [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() 143 RNBRunLoopMode HandleProcessStateChange(RNBRemoteSP &remote, bool initialize) { in HandleProcessStateChange() argument 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() 226 RNBRunLoopMode RNBRunLoopInferiorExecuting(RNBRemoteSP &remote) { in RNBRunLoopInferiorExecuting() argument 228 RNBContext &ctx = remote->Context(); in RNBRunLoopInferiorExecuting() [all …]
|
| /openbsd-src/gnu/llvm/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'
|
| /openbsd-src/gnu/usr.bin/perl/ |
| H A D | make_patchnum.pl | 167 my ($remote,$merge); 172 $remote= backtick("git config branch.$branch.remote"); 173 $remote = "" unless $? == 0; 186 if (length $branch && length $remote) { 190 grep {/\+/} backtick("git cherry $remote/$merge"); 194 grep {/\+/} backtick("git cherry $remote/$merge"); 197 my $ancestor = backtick("git rev-parse $remote/$merge"); 200 git_remote_branch='$remote/$merge'
|
| /openbsd-src/regress/sys/net/pf_divert/ |
| H A D | remote.pl | 90 my ($local, $remote) = ("client", "server"); 91 ($local, $remote) = ($remote, $local) if $mode eq "divert"; 92 ($local, $remote) = ($remote, $local) if $divert =~ /reply|out/; 129 logfile => "$remote.log", 130 ktracefile => "$remote.ktrace", 135 bindport => $remote eq "client" ? 137 connect => $remote eq "client",
|
| H A D | README | 3 on the local and the other one on the remote machine. The kernel's 4 pf of the remote machine gets tested. The remote machine's pf.conf 12 packets. The remote machine can be reached over a non existing 16 remote machine and run a server there. The server binds to the 19 address of the remote machine. For TCP the bidirectional connection, 24 on the remote machine and start a client there. The client binds
|
| /openbsd-src/regress/usr.sbin/bgpd/integrationtests/ |
| H A D | bgpd.eval_all.conf | 9 remote-as 64501 12 remote-as 64502 15 remote-as 64503 18 remote-as 64504
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/ |
| H A D | nested7.C | 4 class remote 9 class remote::remote_file 15 remote::remote_file::~remote_file() in ~remote_file()
|
| /openbsd-src/gnu/llvm/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…
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/config/arm/ |
| H A D | embed.mt | 2 TDEPFILES= arm-tdep.o remote-rdp.o remote-rdi.o 6 SIM_OBS = remote-sim.o
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/config/h8300/ |
| H A D | h8300.mt | 2 TDEPFILES= h8300-tdep.o remote-e7000.o ser-e7kpc.o monitor.o remote-hms.o dsrec.o 5 SIM_OBS = remote-sim.o
|
| /openbsd-src/regress/sys/netinet/ipsec/ |
| H A D | nonxt-sendrecv.c | 45 const char *cause = NULL, *local, *remote; in main() local 54 remote = argv[1]; in main() 58 remote = argv[2]; in main() 72 error = getaddrinfo(remote, NULL, &hints, &res0); in main()
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/gdbserver/ |
| H A D | README | 6 This is GDBserver, a remote server for Un*x-like systems. It can be used to 8 host. GDB and GDBserver communicate using the standard remote serial protocol 9 implemented in remote.c, and various *-stub.c files. They communicate via 43 GDBs `target remote' command, which will be described shortly. Note that if 62 new command you need to know about is `target remote'. It's argument is either 66 (gdb) target remote /dev/ttyb 70 (gdb) target remote the-target:2345 74 TCP connections, you must start up gdbserver prior to using the `target remote' 114 A special hacked down version of gdbserver can be used to replay remote 116 initiate a remote debug session, use "set remotelogfile <filename>" to tell [all …]
|
| /openbsd-src/gnu/llvm/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}
|
| /openbsd-src/regress/sys/dev/kcov/ |
| H A D | Makefile | 22 TESTS+= remote 23 TESTS+= remote-close 24 TESTS+= remote-interrupt
|
| /openbsd-src/regress/sys/netinet6/nd6/ |
| H A D | Makefile | 57 @echo This tests needs a remote machine to operate on. 105 .PHONY: check-setup check-setup-local check-setup-remote 108 check-setup: check-setup-local check-setup-remote 121 check-setup-remote:
|