Reference
Debugger gdb (1)
Development Tools
Outline
The
gdb
serves to perform source-level debugging by controlling an ICD. It also
comes with a simulating function that allows you to perform debugging on a
personal computer.
gdb.exe
supports Windows GUI. Commands that are used
frequently, such as break and step, are registered on the tool bar, minimizing the
necessary keyboard operations. Moreover, various data can be displayed in multi
windows, with resultant increased efficiency in the debugging tasks.
Flowchart
Start-up Command
gdb
<options>
Example:
gdb -x sample.cmd --cd=/cygdrive/c/EPSON/gnu17/sample
Command-line Options
--command=
<filename>
Specifies a command file
-x
<filename>
Specifies a command file
--c17_cmw=
<seconds>
Specifies the command execution intervals for command files
--cd=
<path>
Changes current directory
--directory=
<path>
Changes source file directory
--c17_euc
Displays the EUC code
--c17_double_starting
Enables double starting
Debugger
gdb
Embedded system simulator
ES-Sim17
file.elf
file.par
file.cmd
elf object file
Command
file
Stdin file
INI file
file.log
Command
log file
file.log
Trace
log file
file.log
Stdout file
break.gdb
Breakpoint
storage file
from Linker
ICD
Parameter file
file.sa
Motorola S3
HEX file
file.xxx
gdbtk.ini
loadbreak.gdb
Load break button
command file
savebreak.gdb
Save break button
command file
break.gdb
Breakpoint
storage file
User definition button
command file
userdefine.gdb
Reset definition
command file
reset.gdb
file.c
file.s
Source file(s)
watch.gdb
Storage file for symbols
registered in Watch Window
c17_profile.prf
Profile/coverage
data file
c17_profile_path.gdb
Profile/coverage
data path file
watch.gdb
Storage file for symbols
registered in Watch Window
c17_profile_path.gdb
Storage location file for
profile/coverage data files
c17_profile.prf
Profile/coverage data file
Содержание S5U1C17001C
Страница 6: ......
Страница 17: ...1 General S5U1C17001C Manual 1 General ...
Страница 18: ......
Страница 21: ...1 2 Install S5U1C17001C Manual 2 Installation ...
Страница 22: ......
Страница 29: ...3 SoftDev S5U1C17001C Manual 3 Software Development Procedures ...
Страница 30: ......
Страница 103: ...4 SrcFiles S5U1C17001C Manual 4 Source files ...
Страница 104: ......
Страница 121: ...5 IDE S5U1C17001C Manual 5 gnU17 iDE ...
Страница 122: ......
Страница 365: ...6 Compiler S5U1C17001C Manual 6 C Compiler ...
Страница 366: ......
Страница 385: ...7 Library S5U1C17001C Manual 7 library ...
Страница 386: ......
Страница 404: ...7 18 EPSON S5U1C17001C Manual C Compiler Package for S1C17 Family Ver 1 5 0 7 liBrary THIS PAGE IS BLANK ...
Страница 405: ...8 Assemblr S5U1C17001C Manual 8 assembler ...
Страница 406: ......
Страница 438: ...8 32 EPSON S5U1C17001C Manual C Compiler Package for S1C17 Family Ver 1 5 0 8 aSSEMBlEr THIS PAGE IS BLANK ...
Страница 439: ...9 Linker S5U1C17001C Manual 9 linker ...
Страница 440: ......
Страница 448: ...9 8 EPSON S5U1C17001C Manual C Compiler Package for S1C17 Family Ver 1 5 0 9 linkEr THIS PAGE IS BLANK ...
Страница 449: ...10 Debugger S5U1C17001C Manual 10 Debugger ...
Страница 450: ......
Страница 625: ...10 174 EPSON S5U1C17001C Manual C Compiler Package for S1C17 Family Ver 1 5 0 10 DEBUggEr THIS PAGE IS BLANK ...
Страница 626: ...11 Tools S5U1C17001C Manual 11 Other Tools ...
Страница 627: ......
Страница 695: ...11 68 EPSON S5U1C17001C Manual C Compiler Package for S1C17 Family Ver 1 5 0 11 OTHEr TOOlS THIS PAGE IS BLANK ...
Страница 696: ...S1C17 Family C Compiler Package Quick Reference Reference ...