* Fix annoying misleading pointer
@ 2007-10-25 0:39 Pedro Alves
2007-10-25 6:02 ` Joel Brobecker
2007-10-25 12:09 ` Pierre Muller
0 siblings, 2 replies; 4+ messages in thread
From: Pedro Alves @ 2007-10-25 0:39 UTC (permalink / raw)
To: gdb-patches
[-- 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;
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Fix annoying misleading pointer
2007-10-25 0:39 Fix annoying misleading pointer Pedro Alves
@ 2007-10-25 6:02 ` Joel Brobecker
2007-10-25 21:47 ` Pedro Alves
2007-10-25 12:09 ` Pierre Muller
1 sibling, 1 reply; 4+ messages in thread
From: Joel Brobecker @ 2007-10-25 6:02 UTC (permalink / raw)
To: Pedro Alves; +Cc: gdb-patches
> 2007-10-24 Pedro Alves <pedro_alves@portugalmail.pt>
>
> * signals/signals.c (signals): Update pointer to enum
> target_signal declaration.
Yes, this is OK.
Thank you!
--
Joel
^ permalink raw reply [flat|nested] 4+ messages in thread
* RE: Fix annoying misleading pointer
2007-10-25 0:39 Fix annoying misleading pointer Pedro Alves
2007-10-25 6:02 ` Joel Brobecker
@ 2007-10-25 12:09 ` Pierre Muller
1 sibling, 0 replies; 4+ messages in thread
From: Pierre Muller @ 2007-10-25 12:09 UTC (permalink / raw)
To: 'Pedro Alves', gdb-patches
Too bad I didn't read that earlier,
I just spent a l..ong time trying to
find where those TARGET_SIGNAL definitions
really were!
Thanks for correcting this!
Pierre
> -----Original Message-----
> From: gdb-patches-owner@sourceware.org [mailto:gdb-patches-
> owner@sourceware.org] On Behalf Of Pedro Alves
> Sent: Thursday, October 25, 2007 12:39 AM
> To: gdb-patches@sourceware.org
> Subject: Fix annoying misleading pointer
>
> 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
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Fix annoying misleading pointer
2007-10-25 6:02 ` Joel Brobecker
@ 2007-10-25 21:47 ` Pedro Alves
0 siblings, 0 replies; 4+ messages in thread
From: Pedro Alves @ 2007-10-25 21:47 UTC (permalink / raw)
To: Joel Brobecker; +Cc: gdb-patches
Joel Brobecker wrote:
>> 2007-10-24 Pedro Alves <pedro_alves@portugalmail.pt>
>>
>> * signals/signals.c (signals): Update pointer to enum
>> target_signal declaration.
>
> Yes, this is OK.
>
> Thank you!
Thanks, checked in.
Cheers,
Pedro Alves
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2007-10-25 21:47 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-10-25 0:39 Fix annoying misleading pointer Pedro Alves
2007-10-25 6:02 ` Joel Brobecker
2007-10-25 21:47 ` Pedro Alves
2007-10-25 12:09 ` Pierre Muller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox