1. $ lm32-rtems4.11-gdb flickernoise
  2. GNU gdb (GDB) 7.2
  3. Copyright (C) 2010 Free Software Foundation, Inc.
  4. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  5. This is free software: you are free to change and redistribute it.
  6. There is NO WARRANTY, to the extent permitted by law. Type "show copying"
  7. and "show warranty" for details.
  8. This GDB was configured as "--host=i686-pc-linux-gnu --target=lm32-rtems4.11".
  9. For bug reporting instructions, please see:
  10. <http://www.gnu.org/software/gdb/bugs/>...
  11. Reading symbols from /home/lekernel/Milkymist/flickernoise/src/bin/flickernoise...done.
  12. (gdb) set remote interrupt-on-connect on
  13. (gdb) set remote interrupt-sequence BREAK
  14. (gdb) target remote /dev/ttyUSB0
  15. Remote debugging using /dev/ttyUSB0
  16. Ignoring packet error, continuing...
  17. warning: unrecognized item "Packett" in "qSupported" response
  18. 0x400c36c0 in _CPU_Thread_Idle_body (ignored=0)
  19. at ../../../../../../../../rtems-milkymist/c/src/../../cpukit/score/cpu/lm32/cpu.c:172
  20. 172 asm volatile("and r0, r0, r0");
  21. (gdb)