I am debugging an IC that has is running VxWorks. Using the lkup command, I am able to find some functions that I would like to run.
An example is:
SomeClass::SomeTest(var1,var2)
I am unable to run the SomeTest.
Does anyone know how to start this SomeTest?
Thanks,
Paul
Comments
->sometest var1,var2
When I do that, I get the following response:
"sometest is not in the symbol table"
Any thoughts?