From: "Amit S. Kale" <amitkale@emsyssoft.com>
To: Tom Rini <trini@kernel.crashing.org>,
kgdb-bugreport@lists.sourceforge.net,
Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH][KGDB] Drop 'E' packet support
Date: Tue, 30 Mar 2004 13:38:51 +0530 [thread overview]
Message-ID: <200403301338.51561.amitkale@emsyssoft.com> (raw)
In-Reply-To: <20040329201756.GK2895@smtp.west.cox.net>
Fine with me.
-Amit
On Tuesday 30 Mar 2004 1:47 am, Tom Rini wrote:
> Hi. After working on the docs a bit based on the textfile from Anurekh
> Saxena, I'd like to commit the following patch (and similar hunks to the
> i386-lite and x86_64 patch) to drop support for the 'E' packet.
>
> This isn't something supported by stock GDB, nor AFAIK is it something
> that's been submitted for inclusion in GDB. So I'd really like to drop
> this entirely until it's something gdb CVS supports (and I assume would
> be documented in
> http://sources.redhat.com/gdb/current/onlinedocs/gdb_33.html#SEC656 ).
> I could stand putting off the question for now and putting it in the
> non-lite patches, but I'd really rather not.
>
> If no one objects, I'd like to commit this noon, -0700 on 30 March.
> diff -u linux-2.6.4/kernel/kgdb.c linux-2.6.4/kernel/kgdb.c
> --- linux-2.6.4/kernel/kgdb.c 2004-03-19 08:22:37.147169789 -0700
> +++ linux-2.6.4/kernel/kgdb.c 2004-03-29 13:13:11.440594007 -0700
> @@ -130,11 +130,6 @@
> }
>
> void __attribute__ ((weak))
> - kgdb_printexceptioninfo(int exceptionNo, int errorcode, char *buffer)
> -{
> -}
> -
> -void __attribute__ ((weak))
> kgdb_disable_hw_debug(struct pt_regs *regs)
> {
> }
> @@ -875,12 +870,6 @@
> int_to_threadref(&thref, threadid);
> pack_threadid(remcom_out_buffer + 2, &thref);
> break;
> -
> - case 'E':
> - /* Print exception info */
> - kgdb_printexceptioninfo(exVector, err_code,
> - remcom_out_buffer);
> - break;
> case 'T':
> if (memcmp(remcom_in_buffer + 1,
> "ThreadExtraInfo,", 16)) {
prev parent reply other threads:[~2004-03-30 9:24 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-03-29 20:17 Tom Rini
2004-03-30 8:08 ` Amit S. Kale [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=200403301338.51561.amitkale@emsyssoft.com \
--to=amitkale@emsyssoft.com \
--cc=kgdb-bugreport@lists.sourceforge.net \
--cc=linux-kernel@vger.kernel.org \
--cc=trini@kernel.crashing.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
all inboxes | Powered by JetHome®