summaryrefslogtreecommitdiff
path: root/kernel/cgroup_freezer.c
diff options
context:
space:
mode:
authorJason Wessel <jason.wessel@windriver.com>2010-01-18 09:54:24 -0600
committerJason Wessel <jason.wessel@windriver.com>2010-01-18 09:54:24 -0600
commit0355b45e828c15bafd1da837888847e5c3022092 (patch)
tree8eafc981f91b65bb26d90a795317c69496ee5996 /kernel/cgroup_freezer.c
parentbd2b2c1506167c84ca79a0eda6c948e53b0a0bd4 (diff)
kgdb: gdb "monitor" -> kdb passthrough
One of the driving forces behind integrating another front end (kdb) to the debug core is to allow front end commands to be accessible via gdb's monitor command. It is true that you could write gdb macros to get certain data, but you may want to just use gdb to access the commands that are available in the kdb front end. This patch implements the Rcmd gdb stub packet. In gdb you access this with the "monitor" command. For instance you could type "monitor help", "monitor lsmod" or "monitor ps A" etc... There is no error checking or command restrictions on what you can and cannot access at this point. Doing something like trying to set breakpoints with the monitor command is going to cause nothing but problems. Perhaps in the future only the commands that are actually known to work with the gdb monitor command will be available. Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
Diffstat (limited to 'kernel/cgroup_freezer.c')
0 files changed, 0 insertions, 0 deletions