Bug 12016 - qtsp doesn't have the info about all src
Summary: qtsp doesn't have the info about all src
Status: WAITING
Alias: None
Product: gdb
Classification: Unclassified
Component: remote (show other bugs)
Version: HEAD
: P2 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-14 04:20 UTC by teawater
Modified: 2022-12-21 17:24 UTC (History)
2 users (show)

See Also:
Host:
Target:
Build:
Last reconfirmed: 2022-12-21 00:00:00


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description teawater 2010-09-14 04:20:25 UTC
‘qTfP’
‘qTsP’
These packets request data about tracepoints that are being used by the target. 
gdb sends qTfP to get the first piece of data, and multiple qTsP to get 
additional pieces. Replies to these packets generally take the form of the QTDP 
packets that define tracepoints. (FIXME add detailed syntax) 

Sending packet: $qTfP#7b...Packet received: 
T1:7f23060c8af0:E:0:0:Xc,240060103019162022051327
Sending packet: $qTsP#88...Packet received: 
A1:7f23060c8af0:R03FFFFFFFFFFFFFFFFFF
Sending packet: $qTsP#88...Packet received: 
Z1:7f23060c8af0:at:0:f:2a3078376632333036306338616630
Sending packet: $qTsP#88...Packet received: 
Z1:7f23060c8af0:cond:0:6:28613d3d3529
Sending packet: $qTsP#88...Packet received: 
Z1:7f23060c8af0:cmd:0:c:636f6c6c6563742024726567
Sending packet: $qTsP#88...Packet received: T2:4005c3:E:0:0
Sending packet: $qTsP#88...Packet received: A2:4005c3:X00000004,22022927
Sending packet: $qTsP#88...Packet received: Z2:4005c3:at:0:6:312e633a3330
Sending packet: $qTsP#88...Packet received: Z2:4005c3:cmd:0:9:636f6c6c6563742032
Sending packet: $qTsP#88...Packet received: l
Comment 1 Tom Tromey 2022-12-21 17:24:21 UTC
Hi.  Nothing here explains what the bug might be.
Could you say what you think is wrong here?