1 target extended-remote :4711
\r
2 symbol uc3b0256-rtosdemo.elf
\r
4 b _handle_Unrecoverable_Exception
\r
5 b _handle_TLB_Multiple_Hit
\r
6 b _handle_Bus_Error_Data_Fetch
\r
7 b _handle_Bus_Error_Instruction_Fetch
\r
9 b _handle_Instruction_Address
\r
10 b _handle_ITLB_Protection
\r
11 b _handle_Breakpoint
\r
12 b _handle_Illegal_Opcode
\r
13 b _handle_Unimplemented_Instruction
\r
14 b _handle_Privilege_Violation
\r
15 b _handle_Floating_Point
\r
16 b _handle_Coprocessor_Absent
\r
17 b _handle_Data_Address_Read
\r
18 b _handle_Data_Address_Write
\r
19 b _handle_DTLB_Protection_Read
\r
20 b _handle_DTLB_Protection_Write
\r
21 b _handle_DTLB_Modified
\r
23 b _handle_DTLB_Miss_Read
\r
24 b _handle_DTLB_Miss_Write
\r
27 printf "Task name: %s\n", ((tskTCB *)pxCurrentTCB)->pcTaskName
\r
28 printf "pxTopOfStack: %x\n", ((tskTCB *)pxCurrentTCB)->pxTopOfStack
\r