SDCDB(1) | General Commands Manual | SDCDB(1) |
sdcdb - Source debugger for SDCC
sdcdb [options] filename
The information in this man page is an extract from the full documentation of SDCC, and is limited to the meaning of the options.
For complete and current documentation, refer to the SDCC Compiler User Guide.
sdcdb is a source debugger for SDCC. It uses ucSim to execute the program, the program execution is controlled by the debugger.
The command interface for the debugger has been deliberately kept as close the GNU debugger gdb, as possible. This will help the integration with existing graphical user interfaces (like ddd, xxgdb or xemacs) existing for the GNU debugger.
The debugger can be started using the following command line (Assume the file you are debugging has the file name foo):
sdcdb foo
The debugger will look for the following files:
foo.c - the source file. foo.cdb - the debugger symbol information file. foo.ihx - the intel hex format object file.
The entire source code for the debugger is distributed under GNU General Public License.
This manual page was written by Aurelien Jarno <aurel32@debian.org>, for the Debian GNU/Linux system (but may be used by others).