Skip to content
Snippets Groups Projects
Commit d487a11b authored by oharboe's avatar oharboe
Browse files

added stack trace.

git-svn-id: svn://svn.berlios.de/openocd/trunk@661 b42882b7-edfa-0310-969c-e2dbd0fdcd60
parent 96ca4401
No related branches found
No related tags found
No related merge requests found
...@@ -22,6 +22,12 @@ that caused the regression. This can be done via a binary ...@@ -22,6 +22,12 @@ that caused the regression. This can be done via a binary
search. E.g. if version 550 worked and 600 failed, then try search. E.g. if version 550 worked and 600 failed, then try
575, etc. 575, etc.
- If OpenOCD is crashing, you can use GDB to get a trace:
gdb --args openocd ....
(gdb) run
(gdb) bt
=> here a stack trace is dumped.
attach files directly to the posting. The mailing list knows to attach files directly to the posting. The mailing list knows to
transform attachments to links so you will not be bloating anyones transform attachments to links so you will not be bloating anyones
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment