Remove trailing '-' from the last QTDP action packet
authorPedro Franco de Carvalho <pedromfc@linux.ibm.com>
Mon, 6 Aug 2018 19:24:55 +0000 (16:24 -0300)
committerPedro Franco de Carvalho <pedromfc@linux.ibm.com>
Mon, 6 Aug 2018 19:30:17 +0000 (16:30 -0300)
commitaa6f3694ce867884e43d1c0406c64df08ea24bd3
tree3868f100041f38b5196d4a195ae087c01427e8a9
parent05abfc39c719e740530000059bb963ad33462479
Remove trailing '-' from the last QTDP action packet

The has_more predicate in remote_target::download_tracepoint always
evaluates to true, so the last action packet will be sent with a
trailing '-'.  This patch changes the predicate to remove the last
trailing '-'.

gdb/ChangeLog:
2018-08-06  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>

* remote.c (remote_target::download_tracepoint): Fix the has_more
predicate in the QTDP action list iteration.
gdb/ChangeLog
gdb/remote.c
This page took 0.02573 seconds and 4 git commands to generate.