You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

34 lines
1023 B

  1. Please report bugs by posting a message to
  2. openocd-development@lists.berlios.de.
  3. To minimize work for OpenOCD developers, you can include
  4. all the information below. If you feel that some of the
  5. items below are unecessary for a clear bug report, you
  6. leave them out.
  7. - Target PCB/board description
  8. - Config scripts
  9. - OpenOCD command line
  10. - List of commands issued or GDB operations performed
  11. - Expected result
  12. - Actual result
  13. - debug_level 3 logs
  14. - If this is a regression, include logs for working and broken
  15. version
  16. - If this is a regression, please find out the precise version
  17. that caused the regression. This can be done via a binary
  18. search. E.g. if version 550 worked and 600 failed, then try
  19. 575, etc.
  20. - If OpenOCD is crashing, you can use GDB to get a trace:
  21. gdb --args openocd ....
  22. (gdb) run
  23. (gdb) bt
  24. => here a stack trace is dumped.
  25. attach files directly to the posting. The mailing list knows to
  26. transform attachments to links so you will not be bloating anyones
  27. mail box. Keep attachments to <100kBytes.