]> begriffs open source - freertos/blob - 20080217/Demo/AVR32_UC3/AT32UC3B/GCC/gdb_cmdfile.txt
Prepare Fujitsu ports for release.
[freertos] / 20080217 / Demo / AVR32_UC3 / AT32UC3B / GCC / gdb_cmdfile.txt
1 target extended-remote :4711\r
2 symbol uc3b0256-rtosdemo.elf\r
3 \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
8 b _handle_NMI\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
22 b _handle_ITLB_Miss\r
23 b _handle_DTLB_Miss_Read\r
24 b _handle_DTLB_Miss_Write\r
25 \r
26 define current_task\r
27 printf "Task name: %s\n", ((tskTCB *)pxCurrentTCB)->pcTaskName\r
28 printf "pxTopOfStack: %x\n", ((tskTCB *)pxCurrentTCB)->pxTopOfStack\r
29 end\r