]> git.sur5r.net Git - freertos/blob - Demo/AVR32_UC3/AT32UC3A/GCC/gdb.ini
Temporarily revert the AVR32 port back to the V6.0.5 files. Work will continue on...
[freertos] / Demo / AVR32_UC3 / AT32UC3A / GCC / gdb.ini
1 target extended-remote :1024
2 symbol uc3a0512-rtosdemo.elf
3
4 b _handle_Unrecoverable_Exception
5 b _handle_TLB_Multiple_Hit
6 b _handle_Bus_Error_Data_Fetch
7 b _handle_Bus_Error_Instruction_Fetch
8 b _handle_NMI
9 b _handle_Instruction_Address
10 b _handle_ITLB_Protection
11 b _handle_Breakpoint
12 b _handle_Illegal_Opcode
13 b _handle_Unimplemented_Instruction
14 b _handle_Privilege_Violation
15 b _handle_Floating_Point
16 b _handle_Coprocessor_Absent
17 b _handle_Data_Address_Read
18 b _handle_Data_Address_Write
19 b _handle_DTLB_Protection_Read
20 b _handle_DTLB_Protection_Write
21 b _handle_DTLB_Modified
22 b _handle_ITLB_Miss
23 b _handle_DTLB_Miss_Read
24 b _handle_DTLB_Miss_Write
25
26 define current_task
27 printf "Task name: %s\n", ((tskTCB *)pxCurrentTCB)->pcTaskName
28 printf "pxTopOfStack: %x\n", ((tskTCB *)pxCurrentTCB)->pxTopOfStack
29 end