public inbox for rda@sourceware.org
 help / color / mirror / Atom feed
* RFA: make more rda/unix/thread-db.c functions static
@ 2004-09-21 21:56 Jim Blandy
  2004-09-22  4:29 ` Kevin Buettner
  0 siblings, 1 reply; 3+ messages in thread
From: Jim Blandy @ 2004-09-21 21:56 UTC (permalink / raw)
  To: Kevin Buettner; +Cc: rda


How's this look?

2004-09-21  Jim Blandy  <jimb@theseus.home>

	* thread-db.c (thread_db_detach, thread_db_set_gen,
	thread_db_thread_id): Make these functions static.

Index: rda/unix/thread-db.c
===================================================================
RCS file: /cvs/cvsfiles/devo/rda/unix/thread-db.c,v
retrieving revision 1.19
diff -c -p -r1.19 thread-db.c
*** rda/unix/thread-db.c	18 May 2004 06:12:54 -0000	1.19
--- rda/unix/thread-db.c	21 Sep 2004 21:52:33 -0000
*************** thread_db_open (struct gdbserv *serv, in
*** 873,879 ****
     thread_db interface, but it's not really where this should
     be done. */
  
! void
  thread_db_detach (struct gdbserv *serv, struct gdbserv_target *target)
  {
    struct child_process *process = gdbserv_target_data (serv);
--- 873,879 ----
     thread_db interface, but it's not really where this should
     be done. */
  
! static void
  thread_db_detach (struct gdbserv *serv, struct gdbserv_target *target)
  {
    struct child_process *process = gdbserv_target_data (serv);
*************** thread_db_get_gen (struct gdbserv *serv)
*** 1107,1120 ****
     Handle 'Q' requests:
  */
  
! void
  thread_db_set_gen (struct gdbserv *serv)
  {
      if (parentvec.process_set_gen)
        parentvec.process_set_gen (serv);
  }
  
! void
  thread_db_thread_id (struct gdbserv *serv, 
  		     struct gdbserv_thread *thread,
  		     struct gdbserv_reg *id)
--- 1107,1120 ----
     Handle 'Q' requests:
  */
  
! static void
  thread_db_set_gen (struct gdbserv *serv)
  {
      if (parentvec.process_set_gen)
        parentvec.process_set_gen (serv);
  }
  
! static void
  thread_db_thread_id (struct gdbserv *serv, 
  		     struct gdbserv_thread *thread,
  		     struct gdbserv_reg *id)

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2004-09-22 19:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-09-21 21:56 RFA: make more rda/unix/thread-db.c functions static Jim Blandy
2004-09-22  4:29 ` Kevin Buettner
2004-09-22 19:00   ` Jim Blandy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).