Home
last modified time | relevance | path

Searched refs:packets (Results 1 – 25 of 65) sorted by relevance

123

/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/
H A Dlldbgdbclient.py61 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 DTraceIntelPTOptions.td24 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 Dctpop-split.ll24 … = { 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 DGDBRemoteTestUtils.h28 MockConnection(std::vector<std::string> &packets) { m_packets = &packets; }; in MockConnection() argument
/llvm-project-15.0.7/llvm/test/CodeGen/Hexagon/
H A Dno-packets.ll2 ; 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 Dcext-valid-packet1.ll3 ; Check that the packetizer generates valid packets with constant
H A Disel-hvx-pred-bitcast-order.ll28 …= { nounwind readnone "target-cpu"="hexagonv66" "target-features"="+hvx,+hvx-length128b,-packets" }
H A Dcext-valid-packet2.ll2 ; Check that the packetizer generates valid packets with constant
H A Dpacketizer-resources.ll1 ; RUN: llc -O2 -march=hexagon < %s -debug-only=packets 2>&1 | FileCheck %s
H A Dsdr-reg-profit.ll7 ; 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 Daggr-copy-order.ll1 ; 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 Dempty_asm.s3 # Verify empty packets aren't printed
H A Dnot-over.s4 # Check that proper packets are not wrongly flagged as invalid.
H A Dalign.s3 # Verify that the .align directive emits the proper insn packets.
/llvm-project-15.0.7/lldb/docs/
H A Dlldb-platform-packets.txt1 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 Dlldb-gdb-remote.txt1 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 DCommandObjectReproducer.cpp423 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-loggings12 self.runCmd("log enable -f %s gdb-remote packets process" % dest)
H A Dusage-lldb-loggings33 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 Dllvm.log2.ll24 ; 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 Dllvm.exp2.ll24 ; 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 Dllvm.log10.ll24 ; 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 Dllvm.log.ll24 ; 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 DTestFileRepro.test3 # This tests the replaying of GDB remote packets.
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemoteProperties.td19 Desc<"Specify if the server should use 'g' packets to read registers.">;

123