• R/O
  • HTTP
  • SSH
  • HTTPS

提交

标签
No Tags

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

修订版b273f15bb8433827947c6eb2dc8f1fddf932181b (tree)
时间2006-09-17 21:26:58
作者Nick Roberts <nickrob@snap...>
CommiterNick Roberts

Log Message

Declare async_client_context as static here.

更改概述

差异

--- a/gdb/inf-ptrace.c
+++ b/gdb/inf-ptrace.c
@@ -46,6 +46,8 @@ extern int standard_can_async_p (void);
4646 static struct target_ops *ptrace_ops_hack;
4747
4848
49+static void *async_client_context;
50+
4951 static void
5052 async_file_handler (int error, gdb_client_data client_data)
5153 {