diff options
author | Tankut Baris Aktemur <tankut.baris.aktemur@intel.com> | 2025-01-14 10:10:31 +0100 |
---|---|---|
committer | Tankut Baris Aktemur <tankut.baris.aktemur@intel.com> | 2025-01-14 10:27:58 +0100 |
commit | 1956ad8d66b4dcbdda96073be208aeab99af4502 (patch) | |
tree | f20b9a6752d8fe8a73569e364664d99f4c8cdadc /gdb | |
parent | a00b56ff1608a0f77635c83e13f5aabb6672b9f1 (diff) | |
download | binutils-1956ad8d66b4dcbdda96073be208aeab99af4502.zip binutils-1956ad8d66b4dcbdda96073be208aeab99af4502.tar.gz binutils-1956ad8d66b4dcbdda96073be208aeab99af4502.tar.bz2 |
gdbserver: remove handling of the 'L' tracepoint action
Now that static tracepoint support is removed from gdbserver, it makes
sense to remove handling of the 'L' tracepoint action, too. The code
that checks received actions already has a default case that tolerates
unrecognized actions:
default:
trace_debug ("unknown trace action '%c', ignoring...", *act);
In case 'L' is unexpectedly received, we would at least be able to see
this in the logs.
Approved-By: Simon Marchi <simon.marchi@efficios.com>
Diffstat (limited to 'gdb')
0 files changed, 0 insertions, 0 deletions