* Unreviewed patch
@ 2004-08-06 0:43 Ulrich Weigand
2004-08-11 19:10 ` Michael Snyder
0 siblings, 1 reply; 7+ messages in thread
From: Ulrich Weigand @ 2004-08-06 0:43 UTC (permalink / raw)
To: gdb-patches
[PATCH] Re: PTRACE_EVENT_CLONE patch causing deadlock?
http://sources.redhat.com/ml/gdb-patches/2004-07/msg00445.html
Thanks,
Ulrich
--
Dr. Ulrich Weigand
weigand@informatik.uni-erlangen.de
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Unreviewed patch
2004-08-06 0:43 Unreviewed patch Ulrich Weigand
@ 2004-08-11 19:10 ` Michael Snyder
2004-08-11 19:12 ` Daniel Jacobowitz
0 siblings, 1 reply; 7+ messages in thread
From: Michael Snyder @ 2004-08-11 19:10 UTC (permalink / raw)
To: Ulrich Weigand; +Cc: gdb-patches, drow, kettenis
Ulrich Weigand wrote:
> [PATCH] Re: PTRACE_EVENT_CLONE patch causing deadlock?
> http://sources.redhat.com/ml/gdb-patches/2004-07/msg00445.html
>
> Thanks,
> Ulrich
>
It certainly seems like the right thing to do, but I'd
like to hear from Daniel or Mark.
Michael
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Unreviewed patch
2004-08-11 19:10 ` Michael Snyder
@ 2004-08-11 19:12 ` Daniel Jacobowitz
0 siblings, 0 replies; 7+ messages in thread
From: Daniel Jacobowitz @ 2004-08-11 19:12 UTC (permalink / raw)
To: Michael Snyder; +Cc: Ulrich Weigand, gdb-patches, kettenis
On Wed, Aug 11, 2004 at 07:10:24PM +0000, Michael Snyder wrote:
> Ulrich Weigand wrote:
> >[PATCH] Re: PTRACE_EVENT_CLONE patch causing deadlock?
> >http://sources.redhat.com/ml/gdb-patches/2004-07/msg00445.html
> >
> >Thanks,
> >Ulrich
> >
>
> It certainly seems like the right thing to do, but I'd
> like to hear from Daniel or Mark.
Sorry for getting the two threads mixed up - I approved this shortly
after he pinged it.
I never tested that code path; you can't get their with POSIX threads,
just with clone.
--
Daniel Jacobowitz
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Unreviewed patch
2002-09-11 9:15 ` Michal Ludvig
@ 2002-09-11 10:07 ` Kevin Buettner
0 siblings, 0 replies; 7+ messages in thread
From: Kevin Buettner @ 2002-09-11 10:07 UTC (permalink / raw)
To: Alan Modra; +Cc: Michal Ludvig, gdb-patches
On Sep 11, 6:15pm, Michal Ludvig wrote:
> >>gdb/ChangeLog
> >> * x86-64-tdep.c (_initialize_x86_64_tdep): Don't use hard-coded
> >> mach constants.
> >>
> >>It's almost obvious, but I'm asking for permission to apply..
> >
> >
> > I'm not the maintainer of this file, but it looks good to me.
>
> Nobody is. Regarding to MAINTAINERS file, any maintainer can approve
> changes to x86-64 target.
Okay, approved then.
Kevin
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Unreviewed patch
2002-09-11 9:06 ` Kevin Buettner
@ 2002-09-11 9:15 ` Michal Ludvig
2002-09-11 10:07 ` Kevin Buettner
0 siblings, 1 reply; 7+ messages in thread
From: Michal Ludvig @ 2002-09-11 9:15 UTC (permalink / raw)
To: Kevin Buettner; +Cc: Alan Modra, gdb-patches
Kevin Buettner wrote:
> On Sep 11, 6:15pm, Alan Modra wrote:
>
>>I had a gdb patch buried in
>>http://sources.redhat.com/ml/gdb-patches/2002-08/msg00964.html
>>but apparently it was buried too deeply.
>>
>>Here's a revised version, that also removes the silly bfd_lookup_arch
>>call.
>>
>>gdb/ChangeLog
>> * x86-64-tdep.c (_initialize_x86_64_tdep): Don't use hard-coded
>> mach constants.
>>
>>It's almost obvious, but I'm asking for permission to apply..
>
>
> I'm not the maintainer of this file, but it looks good to me.
Nobody is. Regarding to MAINTAINERS file, any maintainer can approve
changes to x86-64 target.
Michal Ludvig
--
* SuSE CR, s.r.o * mludvig@suse.cz
* +420 2 9654 5373 * http://www.suse.cz
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Unreviewed patch
2002-09-11 1:45 ` Unreviewed patch Alan Modra
@ 2002-09-11 9:06 ` Kevin Buettner
2002-09-11 9:15 ` Michal Ludvig
0 siblings, 1 reply; 7+ messages in thread
From: Kevin Buettner @ 2002-09-11 9:06 UTC (permalink / raw)
To: Alan Modra, gdb-patches
On Sep 11, 6:15pm, Alan Modra wrote:
> I had a gdb patch buried in
> http://sources.redhat.com/ml/gdb-patches/2002-08/msg00964.html
> but apparently it was buried too deeply.
>
> Here's a revised version, that also removes the silly bfd_lookup_arch
> call.
>
> gdb/ChangeLog
> * x86-64-tdep.c (_initialize_x86_64_tdep): Don't use hard-coded
> mach constants.
>
> It's almost obvious, but I'm asking for permission to apply..
I'm not the maintainer of this file, but it looks good to me.
Kevin
^ permalink raw reply [flat|nested] 7+ messages in thread
* Unreviewed patch
2002-08-28 20:24 ` Latest 64-bit linker problem Alan Modra
@ 2002-09-11 1:45 ` Alan Modra
2002-09-11 9:06 ` Kevin Buettner
0 siblings, 1 reply; 7+ messages in thread
From: Alan Modra @ 2002-09-11 1:45 UTC (permalink / raw)
To: gdb-patches
I had a gdb patch buried in
http://sources.redhat.com/ml/gdb-patches/2002-08/msg00964.html
but apparently it was buried too deeply.
Here's a revised version, that also removes the silly bfd_lookup_arch
call.
gdb/ChangeLog
* x86-64-tdep.c (_initialize_x86_64_tdep): Don't use hard-coded
mach constants.
It's almost obvious, but I'm asking for permission to apply..
Index: gdb/x86-64-tdep.c
===================================================================
RCS file: /cvs/src/src/gdb/x86-64-tdep.c,v
retrieving revision 1.26
diff -u -p -r1.26 x86-64-tdep.c
--- gdb/x86-64-tdep.c 24 Aug 2002 00:21:35 -0000 1.26
+++ gdb/x86-64-tdep.c 29 Aug 2002 02:49:08 -0000
@@ -1144,7 +1144,7 @@ _initialize_x86_64_tdep (void)
}
tm_print_insn = gdb_print_insn_x86_64;
- tm_print_insn_info.mach = bfd_lookup_arch (bfd_arch_i386, 3)->mach;
+ tm_print_insn_info.mach = bfd_mach_x86_64;
/* Add the variable that controls the disassembly flavour. */
{
--
Alan Modra
IBM OzLabs - Linux Technology Centre
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2004-08-11 19:12 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-08-06 0:43 Unreviewed patch Ulrich Weigand
2004-08-11 19:10 ` Michael Snyder
2004-08-11 19:12 ` Daniel Jacobowitz
[not found] <OFDCB00E28.6E375794-ON85256C23.005724F9@torolab.ibm.com>
[not found] ` <20020829092527.I18764@bubble.sa.bigpond.net.au>
2002-08-28 20:24 ` Latest 64-bit linker problem Alan Modra
2002-09-11 1:45 ` Unreviewed patch Alan Modra
2002-09-11 9:06 ` Kevin Buettner
2002-09-11 9:15 ` Michal Ludvig
2002-09-11 10:07 ` Kevin Buettner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox