Advertisement
osnwt

OpenOCD 0.5.0 on CC

Sep 13th, 2011
250
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
GDB 3.13 KB | None | 0 0
  1. SOY@KBUU-13 /d/Work/OpenPilot/git (next)
  2. $ arm-none-eabi-gdb.exe -x ./flight/Project/gdb/coptercontrol
  3. GNU gdb (Sourcery G++ Lite 2011.03-42) 7.2.50.20100908-cvs
  4. Copyright (C) 2010 Free Software Foundation, Inc.
  5. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  6. This is free software: you are free to change and redistribute it.
  7. There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
  8. and "show warranty" for details.
  9. This GDB was configured as "--host=i686-mingw32 --target=arm-none-eabi".
  10. For bug reporting instructions, please see:
  11. <https://support.codesourcery.com/GNUToolchain/>.
  12. (gdb) conn
  13. 0x00000000 in ?? ()
  14.  hard_err: catch
  15.   int_err: catch
  16.   bus_err: catch
  17. state_err: catch
  18.   chk_err: catch
  19.  nocp_err: catch
  20.    mm_err: catch
  21.     reset: catch
  22. (gdb) mon reset
  23. JTAG tap: stm32.cpu tap/device found: 0x3ba00477 (mfg: 0x23b, part: 0xba00, ver: 0x3)
  24. JTAG tap: stm32.bs tap/device found: 0x16410041 (mfg: 0x020, part: 0x6410, ver: 0x1)
  25. target state: halted
  26. target halted due to breakpoint, current mode: Thread
  27. xPSR: 0x01000000 pc: 0x0800010c msp: 0x20000a88
  28. (gdb) c
  29. Continuing.
  30.  
  31.  
  32. SOY@KBUU-13 /d/Work/OpenPilot/git (next)
  33. $ arm-none-eabi-gdb.exe -x ./flight/Project/gdb/coptercontrol
  34. GNU gdb (Sourcery G++ Lite 2011.03-42) 7.2.50.20100908-cvs
  35. Copyright (C) 2010 Free Software Foundation, Inc.
  36. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  37. This is free software: you are free to change and redistribute it.
  38. There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
  39. and "show warranty" for details.
  40. This GDB was configured as "--host=i686-mingw32 --target=arm-none-eabi".
  41. For bug reporting instructions, please see:
  42. <https://support.codesourcery.com/GNUToolchain/>.
  43. (gdb) conn
  44. 0x0800010c in ?? ()
  45.  hard_err: catch
  46.   int_err: catch
  47.   bus_err: catch
  48. state_err: catch
  49.   chk_err: catch
  50.  nocp_err: catch
  51.    mm_err: catch
  52.     reset: catch
  53. (gdb) info threads
  54. [New Remote target]
  55. [New Thread 536881720]
  56. [New Thread 536888544]
  57. [New Thread 536883736]
  58. [New Thread 536875168]
  59. [New Thread 536883136]
  60.   7 Thread 536883136 (Stabilization)  0x0801308c in xQueueGenericReceive (pxQueue=0x20001c90, pvBuffer=0x200031dc, xTicksToWait=30, xJustPeeking=0)
  61.     at ../PiOS/STM32F10x/Libraries/FreeRTOS/Source/queue.c:978
  62.   6 Thread 536875168 (Event)  0x0801308c in xQueueGenericReceive (pxQueue=0x20000fa8, pvBuffer=0x200012c0, xTicksToWait=83, xJustPeeking=0)
  63.     at ../PiOS/STM32F10x/Libraries/FreeRTOS/Source/queue.c:978
  64.   5 Thread 536883736 (Actuator)  0x0801308c in xQueueGenericReceive (pxQueue=0x20001d10, pvBuffer=0x2000361c, xTicksToWait=100, xJustPeeking=0)
  65.     at ../PiOS/STM32F10x/Libraries/FreeRTOS/Source/queue.c:978
  66.   4 Thread 536888544 (TelRx)  0x0801308c in xQueueGenericReceive (pxQueue=0x20001858, pvBuffer=0x0, xTicksToWait=500, xJustPeeking=0)
  67.     at ../PiOS/STM32F10x/Libraries/FreeRTOS/Source/queue.c:978
  68.   3 Thread 536881720 (System)  0x08005db2 in systemTask (parameters=<value optimized out>) at ../Modules/System/systemmod.c:181
  69.   2 Remote target  0x0800010c in ?? ()
  70. * 1 Thread 536882256 (IDLE :  : Running)  0x0800010c in ?? ()
  71. (gdb) c
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement