Reference
Debug Commands
Debugger gdb (5)
Development Tools
Break
break
[
addr
]
Set software PC breakpoint
ICD Mini/SIM
tbreak
[
addr
]
Set temporary software PC breakpoint
ICD Mini/SIM
hbreak
[
addr
]
Set hardware PC breakpoint
ICD Mini/SIM
thbreak
[
addr
]
Set temporary hardware PC breakpoint
ICD Mini/SIM
delete
[
breakNo.
]
Clear breakpoint by break number
ICD Mini/SIM
clear
[
addr
]
Clear breakpoint by location
ICD Mini/SIM
enable
[
breakNo.
]
Enable breakpoint
ICD Mini/SIM
disable
[
breakNo.
]
Disable breakpoint
ICD Mini/SIM
ignore
breakNo.
count
Disable breakpoint with ignore count
ICD Mini/SIM
info breakpoints
Display breakpoint list
ICD Mini/SIM
c17 timebrk
timer
Set lapse of time break
ICD Mini
c17 hbreakmd
Change mouse left-click break setting mode
ICD Mini/SIM
c17 savebreak
Save set breakpoints
ICD Mini/SIM
c17 loadbreak
Restore saved breakpoints
ICD Mini/SIM
commands
Set a command to execute after break
ICD Mini/Sim
Symbol information
info locals
Display local symbol information
ICD Mini/SIM
info var
Display global symbol information
ICD Mini/SIM
symbol
[=
value
]
Change symbol values
ICD Mini/SIM
File
file
file
Load debug information
ICD Mini/SIM
load
[
file
]
Load program
ICD Mini/SIM
c17 loadmd
mode
Set program load mode
ICD Mini
Map information
c17 rpf
file
Set map information
SIM
c17 map
Display map information
SIM
Flash memory
c17 fls
addr1 addr2 erase write
Set up flash memory
ICD Mini
c17 fle
control block1 block2
[
timer
] Erase flash memory
ICD Mini
Trace
c17 tm
on
/
off
mode
[
file
]
Set trace mode
SIM
Simulated I/O
c17 stdin
1
/
2
break buffer
[
file
]
Sets the simulated input condition.
ICD Mini/SIM
c17 stdout
1
/
2
break buffer
[
file
]
Sets the simulated output condition.
ICD Mini/SIM
Memory operation
c17 fb
addr1 addr2 data
Fill memory area (8 bits)
ICD Mini/SIM
c17 fh
addr1 addr2 data
Fill memory area (16 bits)
ICD Mini/SIM
c17 fw
addr1 addr2 data
Fill memory area (32 bits)
ICD Mini/SIM
x /
[
length
]
b
[
addr
]
Dump memory data (8 bits)
ICD Mini/SIM
x /
[
length
]
h
[
addr
]
Dump memory data (16 bits)
ICD Mini/SIM
x /
[
length
]
w
[
addr
]
Dump memory data (32 bits)
ICD Mini/SIM
set {char}
addr
=
data
Set memory data (8 bits)
ICD Mini/SIM
set {short}
addr
=
data
Set memory data (16 bits)
ICD Mini/SIM
set {long}
addr
=
data
Set memory data (32 bits)
ICD Mini/SIM
c17 mvb
addr1 addr2 addr3
Copy memory area (8 bits)
ICD Mini/SIM
c17 mvh
addr1 addr2 addr3
Copy memory area (16 bits)
ICD Mini/SIM
c17 mvw
addr1 addr2 addr3
Copy memory area (32 bits)
ICD Mini/SIM
c17 df
addr1 addr2 type file
[
append
] Save memory data to file
ICD Mini/SIM
c17 readmd
mode
Memory read mode
ICD Mini
Register operation
info reg
[
register
]
Display register data
ICD Mini/SIM
set $
register
=
data
Set register data
ICD Mini/SIM
Program execution
continue
[
Ignore
]
Execute program successively
ICD Mini/SIM
until
addr
Execute program successively with temporary break
ICD Mini/SIM
step
[
count
]
Execute source lines
ICD Mini/SIM
stepi
[
count
]
Execute instruction steps
ICD Mini/SIM
next
[
count
]
Execute source lines with function skip
ICD Mini/SIM
nexti
[
count
]
Execute instruction steps with subroutine skip
ICD Mini/SIM
finish
Exit from function/subroutine
ICD Mini/SIM
c17 callmd
mode
[
file
]
Set user-function call mode
ICD Mini/SIM
c17 call
func
[
arg1
... [
arg3
]]]
Call user function
ICD Mini/SIM
CPU reset
c17 rst
Reset CPU (execute reset.gdb)
ICD Mini/SIM
c17 rstt
Reset target
ICD Mini
Interrupt
c17 int
[
intNo.
level
]
Generate interrupt
SIM
c17 intclear
[
intNo.
]
Clear interrupt
SIM
c17 int_load
[
file
]
Load interrupt event file
SIM
Summary of Contents for S5U1C17001C
Page 6: ......
Page 17: ...1 General S5U1C17001C Manual 1 General ...
Page 18: ......
Page 21: ...1 2 Install S5U1C17001C Manual 2 Installation ...
Page 22: ......
Page 29: ...3 SoftDev S5U1C17001C Manual 3 Software Development Procedures ...
Page 30: ......
Page 103: ...4 SrcFiles S5U1C17001C Manual 4 Source files ...
Page 104: ......
Page 121: ...5 IDE S5U1C17001C Manual 5 gnU17 iDE ...
Page 122: ......
Page 365: ...6 Compiler S5U1C17001C Manual 6 C Compiler ...
Page 366: ......
Page 385: ...7 Library S5U1C17001C Manual 7 library ...
Page 386: ......
Page 405: ...8 Assemblr S5U1C17001C Manual 8 assembler ...
Page 406: ......
Page 439: ...9 Linker S5U1C17001C Manual 9 linker ...
Page 440: ......
Page 449: ...10 Debugger S5U1C17001C Manual 10 Debugger ...
Page 450: ......
Page 626: ...11 Tools S5U1C17001C Manual 11 Other Tools ...
Page 627: ......
Page 696: ...S1C17 Family C Compiler Package Quick Reference Reference ...