eclipse-cdt-cloud / cdt-gdb-adapter

CDT GDB Debug Adapter
Eclipse Public License 2.0
31 stars 41 forks source link

Bug #167: Fix usage of -var-update #169

Closed mco-ericsson closed 4 years ago

mco-ericsson commented 4 years ago

-var-update does not take a threadId as a parameter but it takes a printValues parameter which can be: 0 or --no-values 1 or --all-values 2 or --simple-values

This patch also defines the PrintValues to be able to send number to gdb instead of strings for easier/faster parsing.

Signed-off-by: mco-ericsson manuel.coutand@ericsson.com

eclipse-cdt-bot commented 4 years ago

Can one of the admins verify this patch?

paul-marechal commented 4 years ago

rerun tests

paul-marechal commented 4 years ago

@jonahgraham who can run the tests again?

jonahgraham commented 4 years ago

run tests

jonahgraham commented 4 years ago

@jonahgraham who can run the tests again?

Committers can be default. What is strange is that you (@marechal-p) are in the whitelist. I guess the whitelist means your own PRs are automatically built?

paul-marechal commented 4 years ago

rerun tests

paul-marechal commented 4 years ago

Yes because it really seems like I cannot trigger the bot here, thanks for having done it for us!