From: Doug Evans <dje@google.com>
To: Fei Ding <fdingiit@gmail.com>
Cc: "gdb@sourceware.org" <gdb@sourceware.org>
Subject: Re: How to add a new command?
Date: Thu, 26 Mar 2015 18:32:00 -0000 [thread overview]
Message-ID: <CADPb22SC5ydMSvkG54j+C5QVJ7phWhEJ=S0ub-SwamL=yqi3mQ@mail.gmail.com> (raw)
In-Reply-To: <CAGmPkf+_LZdUpz=jcXGNBbaqpJqzmZfkeF5qKxJZTwX9omi8-Q@mail.gmail.com>
On Wed, Mar 25, 2015 at 7:59 PM, Fei Ding <fdingiit@gmail.com> wrote:
> Hi all:
>
> I want to add a new command to GDB based on my team's requirement,
> like `(gdb) auto-check [input file]` , but I found it a litter bit
> difficult to find related source code. I guess GDB should initialize
> all command at some place, and I plan to learn from it first. Any
> body familiar with this? I just need some files' names of source code
> ,maybe function names is even more useful.
Another alternative is to write it in Python or Scheme:
[assuming your gdb is configured with their support]
https://sourceware.org/gdb/current/onlinedocs/gdb/Commands-In-Python.html#Commands-In-Python
https://sourceware.org/gdb/current/onlinedocs/gdb/Commands-In-Guile.html#Commands-In-Guile
prev parent reply other threads:[~2015-03-26 18:32 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-26 2:59 Fei Ding
2015-03-26 3:49 ` Eli Zaretskii
2015-03-26 7:55 ` Dmitry Samersoff
2015-03-26 18:32 ` Doug Evans [this message]
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='CADPb22SC5ydMSvkG54j+C5QVJ7phWhEJ=S0ub-SwamL=yqi3mQ@mail.gmail.com' \
--to=dje@google.com \
--cc=fdingiit@gmail.com \
--cc=gdb@sourceware.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