-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Properly save message tab order to config file.
- Loading branch information
Showing
4 changed files
with
65 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
Notes for debugging hellogdbserver with Seer. | ||
|
||
In one terminal, start gdbserver. | ||
|
||
$ gdbserver :1234 hellogdbserver | ||
|
||
In another terminal, start Seer with the project file. | ||
|
||
$ /usr/local/bin/seergdb -xxx -s --project project.seer | ||
|
||
|
||
When exiting Seer, make sure to enter this command into the | ||
gdb command field. Otherwise, the gdbserver process will hang | ||
and you will need to 'kill -9' the gdbserver process. | ||
|
||
(gdb) monitor exit | ||
|
||
|