| /llvm-project-15.0.7/lldb/unittests/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationClientTest.cpp | 70 TestClient client; member in GDBRemoteCommunicationClientTest 87 return client.WriteAllRegisters(tid, all_registers); in TEST_F() 107 return client.WriteAllRegisters(tid, all_registers); in TEST_F() 144 return client.SaveRegisterState(tid, save_id); in TEST_F() 153 return client.RestoreRegisterState(tid, save_id); in TEST_F() 286 client.TestPacketSpeed(10, 32, 32, 4096, true, ss); in TEST_F() 287 client.Disconnect(); in TEST_F() 390 client.SendTraceSupported(timeout)) { in TEST_F() 568 check_Qmemtags(client, server, 0xABCD, 0x20, 1, in TEST_F() 585 check_Qmemtags(client, server, 0x456789, 0, in TEST_F() [all …]
|
| H A D | GDBRemoteClientBaseTest.cpp | 54 &client, TestClient::eBroadcastBitRunPacketSent)); in SetUp() 60 TestClient client; member in __anon7c812b550111::GDBRemoteClientBaseTest 111 ASSERT_FALSE(client.SendAsyncSignal(0x47, g_timeout)); in TEST_F() 121 return client.SendAsyncSignal(0x47, g_timeout); in TEST_F() 152 client.SendPacketAndWaitForResponse("qTest1", response)); in TEST_F() 155 return client.SendPacketAndWaitForResponse("qTest2", async_response, in TEST_F() 185 ASSERT_FALSE(client.Interrupt(g_timeout)); in TEST_F() 195 std::launch::async, [&] { return client.Interrupt(g_timeout); }); in TEST_F() 219 std::launch::async, [&] { return client.Interrupt(g_timeout); }); in TEST_F() 242 ASSERT_FALSE(client.Interrupt(g_timeout)); in TEST_F() [all …]
|
| H A D | GDBRemoteCommunicationTest.cpp | 32 ASSERT_THAT_ERROR(GDBRemoteCommunication::ConnectLocally(client, server), in SetUp() 37 TestClient client; member in __anonbd7795710111::GDBRemoteCommunicationTest 67 ASSERT_EQ(PacketResult::Success, client.ReadPacket(response)); in TEST_F()
|
| /llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/debugger/dbgeng/ |
| H A D | setup.py | 10 from . import client 73 from . import client 75 Client = client.Client() 91 client.TerminateProcesses() 127 def step_once(client): argument 128 client.Control.Execute("p") 137 return probe_state(client) 139 def main_loop(client): argument 142 res = step_once(client) 144 def cleanup(client): argument [all …]
|
| H A D | dbgeng.py | 35 self.client = res 41 setup.cleanup(self.client) 77 self.client.Control.RemoveBreakpoint(x) 101 self.step_info = probe_process.probe_state(self.client) 104 res = setup.step_once(self.client) 166 orig_scope_idx = self.client.Symbols.GetCurrentScopeFrameIndex() 167 self.client.Symbols.SetScopeFrameByIndex(frame_idx) 169 res = self.client.Control.Evaluate(fixed_expr) 171 result, typename = self.client.Control.Evaluate(fixed_expr) 177 self.client.Symbols.SetScopeFrameByIndex(orig_scope_idx)
|
| H A D | client.py | 159 self.client = ptr.contents 160 self.vt = vt = self.client.lpVtbl.contents 163 return vt.QueryInterface(self.client, byref(iface), byref(ptr)) 188 res = self.vt.AttachProcess(self.client, 0, pid, DebugAttach.DEBUG_ATTACH_DEFAULT) 193 res = self.vt.DetachProcesses(self.client) 198 res = self.vt.TerminateProcesses(self.client) 209 …res = self.vt.CreateProcessAndAttach2(self.client, 0, cmdline.encode("ascii"), byref(options), siz…
|
| /llvm-project-15.0.7/compiler-rt/test/tsan/Darwin/ |
| H A D | xpc.mm | 16 dispatch_queue_t client_q = dispatch_queue_create("client.queue", DISPATCH_QUEUE_CONCURRENT); 22 xpc_connection_set_event_handler(server_conn, ^(xpc_object_t client) { 24 NSLog(@"server event handler, client = %@", client); 26 if (client == XPC_ERROR_CONNECTION_INTERRUPTED || client == XPC_ERROR_CONNECTION_INVALID) { 29 xpc_connection_set_event_handler(client, ^(xpc_object_t object) { 41 xpc_connection_resume(client); 48 NSLog(@"client event handler, event = %@", event);
|
| H A D | xpc-race.mm | 30 xpc_connection_set_event_handler(server_conn, ^(xpc_object_t client) { 31 fprintf(stderr, "server event handler, client = %p\n", client); 33 if (client == XPC_ERROR_CONNECTION_INTERRUPTED || client == XPC_ERROR_CONNECTION_INVALID) { 36 xpc_connection_set_event_handler(client, ^(xpc_object_t object) { 67 xpc_connection_resume(client); 75 fprintf(stderr, "client event handler, event = %p\n", event);
|
| H A D | xpc-cancel.mm | 17 xpc_connection_set_event_handler(server_conn, ^(xpc_object_t client) { 18 if (client == XPC_ERROR_CONNECTION_INTERRUPTED || client == XPC_ERROR_CONNECTION_INVALID) {
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/test/ |
| H A D | path-mappings.test | 5 # RUN: clangd --path-mappings 'C:\client=%t/server' -lit-test < %s | FileCheck -strict-whitespace %s 13 "uri": "file:///C:/client/bar.cpp", 19 # Ensure that the client gets back the same client path (clangd thinks it edited %t/server/bar.cpp) 23 # CHECK-NEXT: "uri": "file:///C:/client/bar.cpp", 28 # With path mappings, when we go to definition on foo(), we get back a client file uri 35 "uri": "file:///C:/client/bar.cpp" 57 # CHECK-NEXT: "uri": "file:///C:/client/foo.h"
|
| /llvm-project-15.0.7/clang/test/PCH/ |
| H A D | leakfiles.test | 9 // client.c includes lib/lib.h, and also the individual files directly. 17 // RUN: echo "#include \"lib/lib.h\"" > client.c 18 // RUN: for i in {1..300}; do echo "#include \"lib/lib$i.h\"" >> client.c; done 25 // RUN: %clang_cc1 -fsyntax-only -Ilib/ client.c 28 // RUN: %clang_cc1 -emit-pch -o pch -Ilib/ client.c 29 // RUN: %clang_cc1 -include-pch pch -Ilib/ client.c -fsyntax-only
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/xpc/test-client/ |
| H A D | CMakeLists.txt | 2 clangd-xpc-test-client 12 clang_target_link_libraries(clangd-xpc-test-client 21 target_link_libraries(clangd-xpc-test-client
|
| /llvm-project-15.0.7/mlir/utils/vscode/src/ |
| H A D | mlirContext.ts | 14 this.clients.forEach(async client => await client.stop()); 66 let client = await this.activateWorkspaceFolder( variable 69 folderContext.clients.set(document.languageId, client); 83 const client = this.workspaceFolders.get(folder.uri.toString()); constant 84 if (client) { 85 client.dispose();
|
| /llvm-project-15.0.7/flang/lib/Frontend/ |
| H A D | CompilerInstance.cpp | 167 void CompilerInstance::createDiagnostics(clang::DiagnosticConsumer *client, in createDiagnostics() argument 170 createDiagnostics(&getDiagnosticOpts(), client, shouldOwnClient); in createDiagnostics() 175 clang::DiagnosticConsumer *client, in createDiagnostics() argument 184 if (client) { in createDiagnostics() 185 diags->setClient(client, shouldOwnClient); in createDiagnostics()
|
| /llvm-project-15.0.7/compiler-rt/test/sanitizer_common/TestCases/NetBSD/ |
| H A D | paccept.cpp | 14 struct sockaddr_in server = {}, client = {}; in main() local 60 len = sizeof(client); in main() 61 sfd = paccept(fd, (struct sockaddr *)&client, &len, &set, SOCK_NONBLOCK); in main()
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/MachO/ |
| H A D | sub-load-commands.test | 37 client: 12 56 # CHECK: client bar (offset 12)
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | MCJITDesignAndImplementation.rst | 18 object as an argument to its constructor. The client may then set various 22 function. If the client does not explicitly create a memory manager at 26 Once the options have been set, a client calls EngineBuilder::create to 27 create an instance of the MCJIT engine. If the client does not use the 119 the client should be given a chance to re-map the section addresses before 128 finalizeObject is called, the client can remap the address of sections in 131 The client remaps the section address by calling MCJIT::mapSectionAddress. 140 When the client is finished remapping section addresses, it will call
|
| /llvm-project-15.0.7/lldb/docs/man/ |
| H A D | lldb-server.rst | 20 with it via a client, either running locally or connecting remotely. 73 Connect to the client instead of passively waiting for a connection. In this 108 without a specific target. It can be afterwards instructed by the client 176 for the client to connect. 196 lldb-server can also be started without an inferior. In this case, the client
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-symbolizer/ |
| H A D | debuginfod.test | 2 # with the debuginfod client. 18 # determined by the debuginfod client's caching scheme, so it is manually 23 # The symbolizer should call the debuginfod client library, which finds the
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | blocks.m | 60 // via IPA 'logQueue' and 'client' should be updated after the call to 'dispatch_once'. 63 static aslclient client; 69 client = asl_open(((char*)0), "com.mycompany.myproduct", 0); 77 dispatch_async(logQueue, ^{ asl_log(client, ((aslmsg)0), 4, "%s", [str UTF8String]); });
|
| /llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/utils/ |
| H A D | Environment.py | 18 import win32com.client # pylint:disable=unused-variable
|
| /llvm-project-15.0.7/flang/include/flang/Frontend/ |
| H A D | CompilerInstance.h | 256 clang::DiagnosticConsumer *client = nullptr, 258 void createDiagnostics(clang::DiagnosticConsumer *client = nullptr,
|
| /llvm-project-15.0.7/llvm/test/YAMLParser/ |
| H A D | construct-pairs.test | 8 - meeting: with client.
|
| /llvm-project-15.0.7/llvm/test/Object/Inputs/ |
| H A D | tapi-v1.tbd | 13 allowed-clients: [ client ]
|
| H A D | tapi-invalid-v1.tbd | 13 allowed-clients: [ client ]
|