You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
When I test DARPA Challenge Binaries on Linux, in the directory ‘cb-multios/build/challenges’, I can find each challenge has the binary and pov.pov.
I run an example in the directory ‘cb-multios/build/challenges/Hug_Game’, when I run ‘../../../tools/tester.py -c Hug_Game --povs’ as github, it shows:
I don’t understand if the challenge has been triggered successfully, and what the meaning of the passed 1/2?
And I want to debug the binary using gdb, but I don’t know the true option, I run 'gdb Hug_Game', and next ‘r < pov.pov’, but it looks like doesn’t work.
So can you tell me how to debug it by using gdb?
Thanks
The text was updated successfully, but these errors were encountered:
Hi,
When I test DARPA Challenge Binaries on Linux, in the directory ‘cb-multios/build/challenges’, I can find each challenge has the binary and pov.pov.
I run an example in the directory ‘cb-multios/build/challenges/Hug_Game’, when I run ‘../../../tools/tester.py -c Hug_Game --povs’ as github, it shows:
I don’t understand if the challenge has been triggered successfully, and what the meaning of the passed 1/2?
And I want to debug the binary using gdb, but I don’t know the true option, I run 'gdb Hug_Game', and next ‘r < pov.pov’, but it looks like doesn’t work.
So can you tell me how to debug it by using gdb?
Thanks
The text was updated successfully, but these errors were encountered: