From: "Pedro Alves" <pedro_alves@portugalmail.pt>
To: gdb-patches@sourceware.org
Subject: Fix annoying misleading pointer
Date: Thu, 25 Oct 2007 00:39:00 -0000 [thread overview]
Message-ID: <4053daab0710241538q64e3db8et926d111d8b086ada@mail.gmail.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 175 bytes --]
Hi,
Was looking at Mach exceptions, and was bitten by this once again. Hopefully
this will be the last.
Tested by following the directions with emacs.
Cheers,
Pedro Alves
[-- Attachment #2: signals.c.diff --]
[-- Type: application/octet-stream, Size: 680 bytes --]
2007-10-24 Pedro Alves <pedro_alves@portugalmail.pt>
* signals/signals.c (signals): Update pointer to enum
target_signal declaration.
---
gdb/signals/signals.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: src/gdb/signals/signals.c
===================================================================
--- src.orig/gdb/signals/signals.c 2007-09-22 17:09:54.000000000 +0100
+++ src/gdb/signals/signals.c 2007-10-24 23:29:02.000000000 +0100
@@ -45,7 +45,7 @@
#endif
/* This table must match in order and size the signals in enum target_signal
- in target.h. */
+ in src/include/gdb/signals.h. */
/* *INDENT-OFF* */
static struct {
char *name;
next reply other threads:[~2007-10-24 22:38 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-10-25 0:39 Pedro Alves [this message]
2007-10-25 6:02 ` Joel Brobecker
2007-10-25 21:47 ` Pedro Alves
2007-10-25 12:09 ` Pierre Muller
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=4053daab0710241538q64e3db8et926d111d8b086ada@mail.gmail.com \
--to=pedro_alves@portugalmail.pt \
--cc=gdb-patches@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