You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
228 B
Plaintext
9 lines
228 B
Plaintext
18 years ago
|
target extended-remote 127.0.0.1:4711
|
||
|
symbol uc3a0512-demo.elf
|
||
|
|
||
|
|
||
|
define current_task
|
||
|
printf "Task name: %s\n", ((tskTCB *)pxCurrentTCB)->pcTaskName
|
||
|
printf "pxTopOfStack: %x\n", ((tskTCB *)pxCurrentTCB)->pxTopOfStack
|
||
|
end
|