| /llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/ |
| H A D | lldbgdbclient.py | 61 def assertPacketLogContains(self, packets, log=None): argument 77 while i < len(packets) and j < len(log): 78 if log[j] == packets[i]: 81 if i < len(packets): 83 (packets[i], u'\n\t'.join(log)))
|
| /llvm-project-15.0.7/lldb/source/Plugins/Trace/intel-pt/ |
| H A D | TraceIntelPTOptions.td | 24 Desc<"This value defines the period in which PSB packets will be " 35 "packets as: 2 ^ (value + 11), e.g. value 3 means 16KiB between PSB " 36 "packets. Defaults to 0 if supported.">; 79 Desc<"This value defines the period in which PSB packets will be " 90 "packets as: 2 ^ (value + 11), e.g. value 3 means 16KiB between PSB " 91 "packets. Defaults to 0 if supported.">;
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Hexagon/autohvx/ |
| H A D | ctpop-split.ll | 24 … = { readnone nounwind "target-cpu"="hexagonv60" "target-features"="+hvx,+hvx-length64b,-packets" } 25 …= { readnone nounwind "target-cpu"="hexagonv60" "target-features"="+hvx,+hvx-length128b,-packets" }
|
| /llvm-project-15.0.7/lldb/unittests/Process/gdb-remote/ |
| H A D | GDBRemoteTestUtils.h | 28 MockConnection(std::vector<std::string> &packets) { m_packets = &packets; }; in MockConnection() argument
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Hexagon/ |
| H A D | no-packets.ll | 2 ; Check that there are no packets with two or more instructions, except 81 attributes #0 = { norecurse nounwind "target-cpu"="hexagonv60" "target-features"="-packets" }
|
| H A D | cext-valid-packet1.ll | 3 ; Check that the packetizer generates valid packets with constant
|
| H A D | isel-hvx-pred-bitcast-order.ll | 28 …= { nounwind readnone "target-cpu"="hexagonv66" "target-features"="+hvx,+hvx-length128b,-packets" }
|
| H A D | cext-valid-packet2.ll | 2 ; Check that the packetizer generates valid packets with constant
|
| H A D | packetizer-resources.ll | 1 ; RUN: llc -O2 -march=hexagon < %s -debug-only=packets 2>&1 | FileCheck %s
|
| H A D | sdr-reg-profit.ll | 7 ; This should result in a loop with two packets, but we don't generate 8 ; post-incremented loads, so we end up with 3 packets.
|
| H A D | aggr-copy-order.ll | 1 ; RUN: llc -march=hexagon -mattr=-packets -hexagon-check-bank-conflict=0 < %s | FileCheck %s
|
| /llvm-project-15.0.7/llvm/test/MC/Hexagon/ |
| H A D | empty_asm.s | 3 # Verify empty packets aren't printed
|
| H A D | not-over.s | 4 # Check that proper packets are not wrongly flagged as invalid.
|
| H A D | align.s | 3 # Verify that the .align directive emits the proper insn packets.
|
| /llvm-project-15.0.7/lldb/docs/ |
| H A D | lldb-platform-packets.txt | 1 Here is a brief overview of the packets that an lldb platform server 6 protocol. Many of the vFile: packets are described to the "Host 8 although the lldb platform extensions include packets that are not 18 // A request to stop sending ACK packets for each properly formatted packet. 176 // respond with them in multiple packets. 338 // I don't know why there are two packets for the same thing, v. 437 can attach to them. To do this, the following packets should be handled:
|
| H A D | lldb-gdb-remote.txt | 1 LLDB has added new GDB server packets to better support multi-threaded and 9 Some packets improve performance, others allow for remote process launching 16 added above and beyond the standard GDB remote protocol packets. 30 have a way to disable ACK packets to minimize the traffic for reliable 176 These packets must be sent _prior_ to sending a "A" packet. 231 // two packets per thread to fetch the data at every private stop. 347 // raw trace bytes between PSB packets as: 1135 // packets. 1172 otherwise, without this you would need to always send two packets: 1482 // Standard GDB remote stop reply packets are reply packets sent in [all …]
|
| /llvm-project-15.0.7/lldb/source/Commands/ |
| H A D | CommandObjectReproducer.cpp | 423 if (llvm::Expected<std::vector<GDBRemotePacket>> packets = in DoExecute() local 425 for (GDBRemotePacket &packet : *packets) { in DoExecute() 429 SetError(result, packets.takeError()); in DoExecute()
|
| /llvm-project-15.0.7/lldb/examples/test/ |
| H A D | .lldb-loggings | 12 self.runCmd("log enable -f %s gdb-remote packets process" % dest)
|
| H A D | usage-lldb-loggings | 33 self.runCmd("log enable -f %s gdb-remote packets process" % dest) 97 self.runCmd("log enable -f %s gdb-remote packets process" % dest)
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/ |
| H A D | llvm.log2.ll | 24 ; FIXME: We should be able to merge these packets together on Cayman so we 49 ; FIXME: We should be able to merge these packets together on Cayman so we
|
| H A D | llvm.exp2.ll | 24 ; FIXME: We should be able to merge these packets together on Cayman so we 49 ; FIXME: We should be able to merge these packets together on Cayman so we
|
| H A D | llvm.log10.ll | 24 ; FIXME: We should be able to merge these packets together on Cayman so we 50 ; FIXME: We should be able to merge these packets together on Cayman so we
|
| H A D | llvm.log.ll | 24 ; FIXME: We should be able to merge these packets together on Cayman so we 50 ; FIXME: We should be able to merge these packets together on Cayman so we
|
| /llvm-project-15.0.7/lldb/test/Shell/Reproducer/ |
| H A D | TestFileRepro.test | 3 # This tests the replaying of GDB remote packets.
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ProcessGDBRemoteProperties.td | 19 Desc<"Specify if the server should use 'g' packets to read registers.">;
|