This is the mail archive of the gdb-patches@sources.redhat.com 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] Fix gdb/669 (fwd)


Sigh, forgot all about this one, committed now.

Elena


Mark Kettenis writes:
 >    From: Elena Zannoni <ezannoni@redhat.com>
 >    Date: Thu, 7 Nov 2002 09:58:24 -0500
 > 
 >    re-ping.....
 > 
 >     > 2002-09-05  Keith Seitz  <keiths@redhat.com>
 >     > 
 >     > 	* thread.c (do_captured_list_thread_ids): Call prune_threads and
 >     > 	target_find_new_threads.
 > 
 > This patch is OK although...
 > 
 >     > Patch
 >     > Index: thread.c
 >     > ===================================================================
 >     > RCS file: /cvs/src/src/gdb/thread.c,v
 >     > retrieving revision 1.23
 >     > diff -p -r1.23 thread.c
 >     > *** thread.c	2 Aug 2002 20:51:21 -0000	1.23
 >     > --- thread.c	24 Sep 2002 19:32:40 -0000
 >     > *************** do_captured_list_thread_ids (struct ui_o
 >     > *** 262,267 ****
 >     > --- 262,269 ----
 >     >     struct thread_info *tp;
 >     >     int num = 0;
 >     >   
 >     > +   prune_threads ();
 >     > +   target_find_new_threads ();
 > 
 > ... I'd prefer a blank line here.
 > 
 >     >     ui_out_tuple_begin (uiout, "thread-ids");
 >     >   
 >     >     for (tp = thread_list; tp; tp = tp->next)
 >     > 


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