forked from Imagelibrary/binutils-gdb
gdbserver: do not announce static tracepoint support
Remove the announcement that `qXfer:statictrace:read` and `StaticTracepoints` are supported. Associated to this, remove the handling of "qTfSTM", "qTsSTM", and "qTSTMat" packets and the qXfer:statictrace:read handling. Approved-By: Simon Marchi <simon.marchi@efficios.com>
This commit is contained in:
@@ -87,10 +87,6 @@ int fetch_traceframe_registers (int tfnum,
|
||||
struct regcache *regcache,
|
||||
int regnum);
|
||||
|
||||
int traceframe_read_sdata (int tfnum, ULONGEST offset,
|
||||
unsigned char *buf, ULONGEST length,
|
||||
ULONGEST *nbytes);
|
||||
|
||||
int traceframe_read_info (int tfnum, std::string *buffer);
|
||||
|
||||
/* If a thread is determined to be collecting a fast tracepoint, this
|
||||
|
||||
Reference in New Issue
Block a user