| /llvm-project-15.0.7/lldb/test/API/iohandler/autosuggestion/ |
| H A D | TestAutosuggestion.py | 34 self.child.send("help frame v") 54 self.child.send("hel") 59 self.child.send(ctrl_f + "\n") 69 self.child.send("hel\t" + ctrl_f + "\n") 81 self.child.send("help frame variable\n") 82 self.child.send("help fr") 84 self.child.send("\n") 92 self.child.send("hel") 96 self.child.send(ctrl_f + "\n") 117 self.child.send("help fr") [all …]
|
| /llvm-project-15.0.7/lldb/test/API/commands/gui/basicdebug/ |
| H A D | TestGuiBasicDebug.py | 30 self.child.send("s") # step 32 self.child.send("u") # up 34 self.child.send("d") # down 36 self.child.send("f") # finish 40 self.child.send("n") # step over 42 self.child.send("n") 45 self.child.send("s") # move into func_up() 49 self.child.send("u") # up 51 self.child.send("f") # finish 53 self.child.send("n") [all …]
|
| /llvm-project-15.0.7/lldb/test/API/commands/gui/breakpoints/ |
| H A D | TestGuiBreakpoints.py | 35 self.child.send(down_key) 36 self.child.send('b') 37 self.child.send(escape_key) 45 self.child.send(down_key) 46 self.child.send(down_key) 47 self.child.send('b') 48 self.child.send(escape_key) 57 self.child.send(down_key) 58 self.child.send('b') 59 self.child.send(down_key) [all …]
|
| /llvm-project-15.0.7/lldb/test/API/iohandler/completion/ |
| H A D | TestIOHandlerCompletion.py | 25 self.child.send("\t\ta") 29 self.child.send("regi\t") 33 self.child.send("\n") 40 self.child.send("file " + dir_without_slashes + "\t") 44 self.child.send("TestIOHandler\t") 50 self.child.send("\n") 55 self.child.send("breakpoint set --file ./main\t") 57 self.child.send("\n") 61 self.child.send("\t") 63 self.child.send("n") [all …]
|
| /llvm-project-15.0.7/lldb/test/API/commands/expression/multiline-navigation/ |
| H A D | TestMultilineNavigation.py | 29 self.child.send("123\n") 34 self.child.send(self.arrow_up + "\b4\n\n") 53 self.child.send("111\n") 57 self.child.send("222") 61 self.child.send(self.arrow_up + "+") 65 self.child.send(self.arrow_down + "\b3\n\n") 87 self.child.send("456\n\n") 92 self.child.send("\n") 99 self.child.send(self.arrow_up) 101 self.child.send("\n\n")
|
| /llvm-project-15.0.7/lldb/examples/test/tmp/ |
| H A D | lldb_log-x86_64-clang-TestBreakpointCommand.BreakpointCommandTestCase.test_with_dsym.txt | 13 com.apple.main-thread < 1> send packet: + 14 com.apple.main-thread history[1] tid=0x1307 < 1> send packet: + 15 com.apple.main-thread < 19> send packet: $QStartNoAckMode#b0 18 com.apple.main-thread < 1> send packet: + 23 com.apple.main-thread < 13> send packet: $qHostInfo#00 25 com.apple.main-thread < 10> send packet: $vCont?#00 33 com.apple.main-thread < 5> send packet: $k#00 41 com.apple.main-thread < 18> send packet: $z0,100000e37,1#00 43 com.apple.main-thread < 21> send packet: $z0,7fff5fc0d6e5,1#00 45 com.apple.main-thread < 21> send packet: $z0,7fff8b132187,1#00 [all …]
|
| H A D | lldb_log-x86_64-clang-TestBreakpointCommand.BreakpointCommandTestCase.test_with_dwarf.txt | 13 com.apple.main-thread < 1> send packet: + 14 com.apple.main-thread history[1] tid=0x1307 < 1> send packet: + 15 com.apple.main-thread < 19> send packet: $QStartNoAckMode#b0 18 com.apple.main-thread < 1> send packet: + 23 com.apple.main-thread < 13> send packet: $qHostInfo#00 25 com.apple.main-thread < 10> send packet: $vCont?#00 33 com.apple.main-thread < 5> send packet: $k#00 41 com.apple.main-thread < 18> send packet: $z0,100000e37,1#00 43 com.apple.main-thread < 21> send packet: $z0,7fff5fc0d6e5,1#00 45 com.apple.main-thread < 21> send packet: $z0,7fff8b132187,1#00 [all …]
|
| /llvm-project-15.0.7/lldb/test/API/commands/gui/viewlarge/ |
| H A D | TestGuiViewLarge.py | 51 self.child.send(right_key) 52 self.child.send(right_key) 54 self.child.send(ctrl_l) 59 self.child.send(left_key) 60 self.child.send(left_key) 61 self.child.send(ctrl_l) 65 self.child.send(escape_key)
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/tests/rtl/ |
| H A D | tsan_test_util_posix.cpp | 238 void send(Event *ev); 418 impl_->send(&event); in Access() 427 impl_->send(&event); in VptrUpdate() 432 impl_->send(&event); in Call() 437 impl_->send(&event); in Return() 442 impl_->send(&event); in Create() 447 impl_->send(&event); in Destroy() 452 impl_->send(&event); in Lock() 457 impl_->send(&event); in TryLock() 463 impl_->send(&event); in Unlock() [all …]
|
| /llvm-project-15.0.7/lldb/docs/ |
| H A D | lldb-platform-packets.txt | 25 // send: $OK#9a 79 // send: OK 90 // send: F0 149 // send: OK 285 // send: F1ed 300 // send: F0 316 // send: F0,0 332 // send: F0 350 // send: F0 366 // send: F8 [all …]
|
| H A D | lldb-gdb-remote.txt | 36 send packet: $QStartNoAckMode#b0 39 send packet: + 211 send packet: QSetDisableASLR:1 214 send packet: QSetDisableASLR:0 948 send packet: $qHostInfo#00 1049 send packet: $qProcessInfo#00 1054 send packet: $qProcessInfo#00 1174 send packet: $Hg<tid>#00 1176 send packet: $g#00 1348 // on detach. We will send: [all …]
|
| /llvm-project-15.0.7/lldb/test/API/commands/expression/multiline-completion/ |
| H A D | TestMultilineCompletion.py | 14 self.child.send("expression\n") 24 self.child.send(" \n\n") 42 self.child.send("to_\t") 54 self.child.send("\t")
|
| /llvm-project-15.0.7/lldb/test/API/iohandler/resize/ |
| H A D | TestIOHandlerResize.py | 24 self.child.send("his is a long sentence missing its first letter.") 31 self.child.send(60 * "\033[D") 32 self.child.send("T")
|
| /llvm-project-15.0.7/clang/test/SemaObjC/ |
| H A D | unknown-anytype.m | 20 …/ expected-error{{no known method '-otherUnknownMethod'; cast the message send to the method's ret… 22 …/ expected-error{{no known method '-otherUnknownMethod'; cast the message send to the method's ret… 25 …/ expected-error{{no known method '-otherUnknownMethod'; cast the message send to the method's ret… 27 …/ expected-error{{no known method '-otherUnknownMethod'; cast the message send to the method's ret…
|
| /llvm-project-15.0.7/lldb/test/API/iohandler/stdio/ |
| H A D | TestIOHandlerProcessSTDIO.py | 18 self.child.send("foo\n") 21 self.child.send("bar\n") 24 self.child.send("baz\n")
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/breakpoint_callback_command_source/ |
| H A D | TestBreakpointCallbackCommandSource.py | 28 self.child.send("breakpoint command add -s python\n") 29 self.child.send( 32 self.child.send("DONE\n")
|
| /llvm-project-15.0.7/lldb/test/API/commands/gui/expand-threads-tree/ |
| H A D | TestGuiExpandThreadsTree.py | 31 self.child.send(escape_key) 38 self.child.send(escape_key) 52 self.child.send(escape_key)
|
| /llvm-project-15.0.7/clang/test/Parser/ |
| H A D | objcxx11-attributes.mm | 12 // An array size which is computed by a message send is OK. 23 // A message send which contains a message send is OK. 27 // A message send which contains a lambda is OK. 51 // Variables initialized by a message send.
|
| /llvm-project-15.0.7/polly/lib/External/isl/doc/ |
| H A D | SubmittingPatches | 27 - send a single patch per mail, e.g., using git-send-email(1) 39 you send off a message in the correct encoding. 40 - send the patch to the development mailing list 42 git-send-email(1), please test it first by sending email
|
| /llvm-project-15.0.7/lldb/third_party/Python/module/pexpect-4.6/pexpect/ |
| H A D | popen_spawn.py | 120 self.send(s) 130 self.send(s) 132 def send(self, s): member in PopenSpawn 153 n = self.send(s) 154 return n + self.send(self.linesep)
|
| H A D | fdpexpect.py | 96 def send(self, s): member in fdspawn 107 return self.send(s + self.linesep) 111 self.send(s)
|
| /llvm-project-15.0.7/clang/test/SemaObjCXX/ |
| H A D | unknown-anytype.mm | 6 …if ([x foo]) {} // expected-error {{no known method '-foo'; cast the message send to the method's … 7 …[x foo]; // expected-error {{no known method '-foo'; cast the message send to the method's return … 49 // message-send code, and
|
| /llvm-project-15.0.7/lldb/test/API/api/multithreaded/ |
| H A D | test_listener_event_process_state.cpp.template | 32 // send process description 42 // send each thread description 44 // send each frame function name
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | errno-stdlibraryfunctions.c | 14 ssize_t send(int sockfd, const void *buf, size_t len, int flags); 21 if (send(sock, data, data_size, 0) != data_size) { in unsafe_errno_read()
|
| /llvm-project-15.0.7/lldb/test/API/iohandler/sigint/ |
| H A D | TestIOHandlerPythonREPLSigint.py | 18 self.child.send("script -l python --\n") 34 self.child.send("import time; print('running' + 'now'); time.sleep(10000);\n")
|