• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

GNU Binutils with patches for OS216


Commit MetaInfo

Révision523de422f80e1a24811bb50364b5f024507fd2db (tree)
l'heure2006-09-14 11:27:54
AuteurNick Roberts <nickrob@snap...>
CommiterNick Roberts

Message de Log

* async-nat-sigthread.c (gdb_signal_thread_debug),
* async-nat-sigthread.h: Remove redundant gdb_signal_thread_debug.

Change Summary

Modification

--- a/gdb/async-nat-sigthread.c
+++ b/gdb/async-nat-sigthread.c
@@ -105,12 +105,6 @@ gdb_signal_thread_destroy (gdb_signal_thread_status *s)
105105 }
106106
107107 void
108-gdb_signal_thread_debug (FILE *f, gdb_signal_thread_status *s)
109-{
110- fprintf (f, " [SIGNAL THREAD]\n");
111-}
112-
113-void
114108 gdb_signal_thread_debug_status (FILE *f, WAITSTATUS status)
115109 {
116110 if (WIFEXITED (status))
--- a/gdb/async-nat-sigthread.h
+++ b/gdb/async-nat-sigthread.h
@@ -41,8 +41,6 @@ struct gdb_signal_thread_status
4141 typedef struct gdb_signal_thread_message gdb_signal_thread_message;
4242 typedef struct gdb_signal_thread_status gdb_signal_thread_status;
4343
44-void gdb_signal_thread_debug (FILE *f,
45- struct gdb_signal_thread_status *s);
4644 void gdb_signal_thread_debug_status (FILE *f, WAITSTATUS status);
4745
4846 void gdb_signal_thread_init (gdb_signal_thread_status *s);