diff options
author | Luis Machado <luis.machado@linaro.org> | 2021-03-29 13:48:43 -0300 |
---|---|---|
committer | Luis Machado <luis.machado@linaro.org> | 2021-03-30 09:23:11 -0300 |
commit | 782c1ab836f73e9f18ad615a464b9dea92754f05 (patch) | |
tree | 98cdf635a3952b0ce3ea1b6c9bf59473836150c7 /bfd/cpu-m32c.c | |
parent | 5e0423804a6e421e0e8a22631eab42c984502f25 (diff) | |
download | gdb-782c1ab836f73e9f18ad615a464b9dea92754f05.zip gdb-782c1ab836f73e9f18ad615a464b9dea92754f05.tar.gz gdb-782c1ab836f73e9f18ad615a464b9dea92754f05.tar.bz2 |
Fix inverted logic bug
During reviews, I changed the success/failure variables from int to bool, but
missed updating the code in a couple spots. Given the logic inversion, the
gdbserver code fails instead of succeeding.
Fixed with the following patch. Seems fairly obvious, so I'll push it soon.
gdbserver/ChangeLog:
2021-03-30 Luis Machado <luis.machado@linaro.org>
* server.cc (handle_general_set, handle_query): Update variable
to bool and fix verification logic.
Diffstat (limited to 'bfd/cpu-m32c.c')
0 files changed, 0 insertions, 0 deletions