This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: RFA: makes darwin-nat.c threads (and multi-processes) aware


Thanks for the approval.

  I committed this with a tiny change in the ChangeLog entry:
I also added the ARI rule concerned by the patch.

2009-03-24  Pierre Muller  <muller@ics.u-strasbg.fr>

      ARI fix: "strerror" rule.
      * darwin-nat.c (darwin_ptrace): Use safe_strerror.
      (darwin_stop_inferior, darwin_attach, darwin_detach): Ditto.


Pierre Muller
Pascal language support maintainer for GDB





> -----Message d'origine-----
> De?: gdb-patches-owner@sourceware.org [mailto:gdb-patches-
> owner@sourceware.org] De la part de Joel Brobecker
> Envoyé?: Tuesday, March 24, 2009 3:46 AM
> À?: Tristan Gingold
> Cc?: gdb-patches@sourceware.org
> Objet?: Re: RFA: makes darwin-nat.c threads (and multi-processes) aware
> 
> Hi Tristan,
> 
> > at AdaCore we have an improved version of darwin-nat.[ch] that is in
> > use for a few months.  It is mostly rewritten to handle threads and
> > multi-processes.  It also handles more corner cases in breakpoints
> > handling.
> 
> I think you'll probably need to regenerate this patch, because of
> a recent patch that I just approved which changes all instances of
> strerror into safe_strerror. See:
> 
> http://www.sourceware.org/ml/gdb-patches/2009-03/msg00509.html
> 
> I hope it's not going to be too much trouble doing so. I suggest,
> though, that you hold off on the re-generation until someone has had
> the time to review this patch.  Might as well combine all the changes
> together in one session...
> 
> --
> Joel


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]