Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH, committed] Fix typo in gdbserver/thread-db.c
@ 2009-11-12 15:37 Maxim Kuvyrkov
  2009-11-12 15:49 ` Paul Pluzhnikov
  0 siblings, 1 reply; 2+ messages in thread
From: Maxim Kuvyrkov @ 2009-11-12 15:37 UTC (permalink / raw)
  To: gdb-patches; +Cc: Paul Pluzhnikov

[-- Attachment #1: Type: text/plain, Size: 175 bytes --]

I've checked in the following obvious patch to fix a typo in one of the 
recent commits.

Regards,

-- 
Maxim Kuvyrkov
CodeSourcery
maxim@codesourcery.com
(650) 331-3385 x724

[-- Attachment #2: fsf-gdb-typo.patch --]
[-- Type: text/plain, Size: 1125 bytes --]

Index: src/gdb/gdbserver/ChangeLog
===================================================================
RCS file: /cvs/src/src/gdb/gdbserver/ChangeLog,v
retrieving revision 1.297
diff -u -p -r1.297 ChangeLog
--- src/gdb/gdbserver/ChangeLog	12 Nov 2009 00:47:39 -0000	1.297
+++ src/gdb/gdbserver/ChangeLog	12 Nov 2009 15:32:38 -0000
@@ -1,3 +1,7 @@
+2009-11-12  Maxim Kuvyrkov  <maxim@codesourcery.com>
+
+	* thread-db.c (thread_db_free): Fix typo.
+
 2009-11-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
 
 	PR gdb/10838
Index: src/gdb/gdbserver/thread-db.c
===================================================================
RCS file: /cvs/src/src/gdb/gdbserver/thread-db.c,v
retrieving revision 1.27
diff -u -p -r1.27 thread-db.c
--- src/gdb/gdbserver/thread-db.c	12 Nov 2009 00:47:39 -0000	1.27
+++ src/gdb/gdbserver/thread-db.c	12 Nov 2009 15:32:38 -0000
@@ -779,7 +779,7 @@ thread_db_free (struct process_info *pro
 
       dlclose (thread_db->handle);
 #else
-      td_thd_events_t events;
+      td_thr_events_t events;
 
       td_event_fillset (&events);
       td_ta_clear_event (thread_db->thread_agent, &events);

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

* Re: [PATCH, committed] Fix typo in gdbserver/thread-db.c
  2009-11-12 15:37 [PATCH, committed] Fix typo in gdbserver/thread-db.c Maxim Kuvyrkov
@ 2009-11-12 15:49 ` Paul Pluzhnikov
  0 siblings, 0 replies; 2+ messages in thread
From: Paul Pluzhnikov @ 2009-11-12 15:49 UTC (permalink / raw)
  To: Maxim Kuvyrkov; +Cc: gdb-patches

On Thu, Nov 12, 2009 at 7:37 AM, Maxim Kuvyrkov <maxim@codesourcery.com> wrote:

> -      td_thd_events_t events;
> +      td_thr_events_t events;

Sorry about that.
Glad to know someone is using/testing that configuration :-)

Thanks,
-- 
Paul Pluzhnikov


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

end of thread, other threads:[~2009-11-12 15:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-11-12 15:37 [PATCH, committed] Fix typo in gdbserver/thread-db.c Maxim Kuvyrkov
2009-11-12 15:49 ` Paul Pluzhnikov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox