From: Kieran Bingham <kieran.bingham@linaro.org>
To: gdb-patches@sourceware.org
Cc: arnez@linux.vnet.ibm.com, jeffm@suse.com,
peter.griffin@linaro.org, lee.jones@linaro.org,
yao.qi@linaro.org, russell.wayman@linaro.org, kernel@stlinux.com,
Kieran Bingham <kieran.bingham@linaro.org>
Subject: [PATCH 2/4] gdb/command: Add LKD Command class
Date: Thu, 25 Feb 2016 19:15:00 -0000 [thread overview]
Message-ID: <1456427706-30077-3-git-send-email-kieran.bingham@linaro.org> (raw)
In-Reply-To: <1456427706-30077-1-git-send-email-kieran.bingham@linaro.org>
LKD's commands are all originally put into an STM class.
For simplicity I have renamed this class to LKD and separated out this
change to highlight modification outside of the lkd/ directory.
My assumption is that the specific commands could/should be added to
other classes - but I've left things as they are for now.
---
gdb/command.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gdb/command.h b/gdb/command.h
index ab6260199044..ed87f63283dc 100644
--- a/gdb/command.h
+++ b/gdb/command.h
@@ -38,7 +38,7 @@ enum command_class
no_class = -1, class_run = 0, class_vars, class_stack, class_files,
class_support, class_info, class_breakpoint, class_trace,
class_alias, class_bookmark, class_obscure, class_maintenance,
- class_pseudo, class_tui, class_user, class_xdb,
+ class_pseudo, class_tui, class_user, class_xdb, class_lkd,
no_set_class /* Used for "show" commands that have no corresponding
"set" command. */
};
--
2.5.0
next prev parent reply other threads:[~2016-02-25 19:15 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-25 19:15 [RFC PATCH 0/4] GDB Linux Kernel Thread Awareness Kieran Bingham
2016-02-25 19:15 ` [PATCH 1/4] gdb/observer: Provide target_thread_changed observer Kieran Bingham
2016-03-01 16:41 ` Yao Qi
2016-02-25 19:15 ` [PATCH 4/4] lkd: Add an Architecture Layer for ARMv7 targets Kieran Bingham
2016-02-25 19:15 ` Kieran Bingham [this message]
2016-02-25 19:15 ` [PATCH 3/4] gdb/lkd: Add Linux Kernel Awareness target Kieran Bingham
2016-02-26 11:02 ` [PATCH] squash! " Kieran Bingham
2016-03-01 17:27 ` [PATCH 3/4] " Yao Qi
2016-03-01 17:37 ` Kieran Bingham
2016-02-25 20:04 ` [RFC PATCH 0/4] GDB Linux Kernel Thread Awareness Jeff Mahoney
2016-02-29 9:42 ` Kieran Bingham
2016-03-01 16:33 ` Yao Qi
2016-03-02 15:38 ` Kieran Bingham
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1456427706-30077-3-git-send-email-kieran.bingham@linaro.org \
--to=kieran.bingham@linaro.org \
--cc=arnez@linux.vnet.ibm.com \
--cc=gdb-patches@sourceware.org \
--cc=jeffm@suse.com \
--cc=kernel@stlinux.com \
--cc=lee.jones@linaro.org \
--cc=peter.griffin@linaro.org \
--cc=russell.wayman@linaro.org \
--cc=yao.qi@linaro.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox