kdb: Setup basic kdb state before invoking commands via kgdb
authorMatt Klein <mklein@twitter.com>
Wed, 2 Jan 2013 21:20:49 +0000 (13:20 -0800)
committerJason Wessel <jason.wessel@windriver.com>
Sat, 2 Mar 2013 14:52:17 +0000 (08:52 -0600)
Although invasive kdb commands are not supported via kgdb, some useful
non-invasive commands like bt* require basic kdb state to be setup before
calling into the kdb code. Factor out some of this code and call it before
and after executing kdb commands via kgdb.

Signed-off-by: Matt Klein <mklein@twitter.com>
Signed-off-by: Jason Wessel <jason.wessel@windriver.com>

No differences found