Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Maxim Kuvyrkov <maxim@codesourcery.com>
To: gdb-patches@sourceware.org
Cc: Paul Pluzhnikov <ppluzhnikov@google.com>
Subject: [PATCH, committed] Fix typo in gdbserver/thread-db.c
Date: Thu, 12 Nov 2009 15:37:00 -0000	[thread overview]
Message-ID: <4AFC2B9E.1040604@codesourcery.com> (raw)

[-- 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);

             reply	other threads:[~2009-11-12 15:37 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-11-12 15:37 Maxim Kuvyrkov [this message]
2009-11-12 15:49 ` Paul Pluzhnikov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4AFC2B9E.1040604@codesourcery.com \
    --to=maxim@codesourcery.com \
    --cc=gdb-patches@sourceware.org \
    --cc=ppluzhnikov@google.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox