The following are the
commands followed by their options (if any) and the Python method for the option (if
any).
connect
- -host <host name/ip>
-
s.connect(host="xhdbfarmrk9", port=3121)
- -port <port num>
-
s.connect(host="xhdbfarmrk9", port=3121)
- -url <url>
-
s.connect("--new", url="TCP:xhdbfarmrk9:3121")
- -list
-
s.connect("--list")
- -set <channel-id>
-
s.connect(set="tcfchan#0")
- -new
-
s.connect("--new", url="TCP:xhdbfarmrk9:3121")
disconnect
s.disconnect()
- <channel-id>
-
s.disconnect(chan="tcfchan#1")
gdbremote connect
- -architecture
-
session.gdb_connect('localhost:3121')
gdbremote disconnect
- [target-id]
-
session.gdb_disconnect(1)
targets
s.targets()
- [target-id]
-
s.targets(1) s.targets(id=1)
- -set
-
s.targets("--set", filter="name =~ #1")
- -nocase
-
s.targets("--no_case", filter="name =~ ARM*")
- -filter
-
s.targets(filter="name =~ ARM*")
- -target-properties
-
self.session.targets("--target_properties")
- -timeout