]> sourceware.org Git - binutils-gdb.git/commit
gdbserver: add back lost comments in fast_tracepoint_ctx
authorTankut Baris Aktemur <tankut.baris.aktemur@intel.com>
Wed, 29 Jan 2025 09:50:29 +0000 (10:50 +0100)
committerTankut Baris Aktemur <tankut.baris.aktemur@intel.com>
Wed, 29 Jan 2025 10:17:33 +0000 (11:17 +0100)
commitdcaf6d3f431d95dabcd27c54b7e9fb51989e3b23
tree25d7a6746cc250b2f3487fc755da01831f16ad51
parent146d4e2acecc4c34b3c0742e55e33653614a5ca1
gdbserver: add back lost comments in fast_tracepoint_ctx

Before the removal of the UST/static-tracepoint support, the
`static_tracepoint_ctx` struct contained comments for its fields,
whereas `fast_tracepoint_ctx` did not.  Nevertheless, those comments
also applied to `fast_tracepoint_ctx`.  With the removal of
`static_tracepoint_ctx`, the comments were lost, making
`fast_tracepoint_ctx` data members completely commentless.  Add back
those comments.

Approved-By: Simon Marchi <simon.marchi@efficios.com>
gdbserver/tracepoint.cc
This page took 0.042054 seconds and 5 git commands to generate.