]> git.gag.com Git - fw/openocd/commitdiff
gdb: fix regression in gdb_port command
authorØyvind Harboe <oyvind.harboe@zylin.com>
Tue, 5 Jan 2010 13:57:45 +0000 (14:57 +0100)
committerØyvind Harboe <oyvind.harboe@zylin.com>
Tue, 5 Jan 2010 14:28:23 +0000 (15:28 +0100)
The gdb_port command can be invoked during normal execution
to report the port used for gdb, whereas it was listed as
CONFIG stage only, which caused an error when excuting
it to return the reported error.

Also in line with the grander goal of making more commands
available during all "modes" (perhaps retiring config mode),
there is no particular reason to limit gdb_port to the
config stage.

Regression was introduced in:

b3bf1d12b2fdfba1c1cbee3e1afbfbb27cbd1a26 aka
v0.4.0-rc1-32-gb3bf1d1

Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>

No differences found