tw39124

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Enable GDB Python support #12469
    tw39124
    Participant

    Wow. I’ve not tried it yet, but this looks like exactly what I’m after, thanks. I will give it a go and provide feedback.

    in reply to: Enable GDB Python support #11848
    tw39124
    Participant

    Sorry, perhaps I should have clarified what I meant by “white-box testing”. What I am trying to do is not unit testing, it is more like integration testing

    • Injecting fault conditions by breakpointing and modifying variables
    • Simulating hardware faults
    • Checking that certain code paths are executed when system input occurs

    We already use Unity for unit tests which works fine, but obviously it only tests isolated software components, not the software application as a whole. That is what this integration testing is intended to do, and why we ideally need to be able to write scripts to automate this procedure.

    in reply to: Cortex core registers #11834
    tw39124
    Participant

    Thanks, this appeared to fix it – I can now see the ARM Cortex registers.

Viewing 3 posts - 1 through 3 (of 3 total)