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.
23 lines
814 B
23 lines
814 B
Source-Level Debug with Algorithmics' gdb
|
|
Source-Level Debug with Algorithmics' gdb
|
|
|
|
To use the debug Monitor with Algorithmic's
|
|
gdb, you will need two serial ports. One serial port (connected to
|
|
the Monitor's tty0) will be used as the console. This port is used to issue
|
|
the command 'debug'. It is also the port where program I/O will
|
|
appear. The second port is used for gdb to communicate with the Monitor's
|
|
tty1. It is also used to download the program prior to switching to
|
|
'debug' mode.
|
|
|
|
-- Compile and link programs with -g
|
|
PMONload Prepare for download
|
|
% edown debug Enter gdb mode
|
|
(gdb) b main Set breakpoint at main
|
|
(gdb) run Start execution
|
|
|
|
««««««««««««««««««««««««««««««««««««««««»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»
|
|
Navigation:
|
|
Document Home |
|
|
Document Contents |
|
|
Document Index
|
|
|
|
|