• 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évisionfe11e98b927e2817b33ee0f1ee928e294b56300e (tree)
l'heure2006-09-14 11:22:17
AuteurNick Roberts <nickrob@snap...>
CommiterNick Roberts

Message de Log

*** empty log message ***

Change Summary

Modification

--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,28 @@
1+2006-09-14 Nick Roberts <nickrob@snap.net.nz>
2+
3+ * gdb.mi/mi-cli.exp, gdb.mi/mi2-cli.exp: Update test to reflect
4+ change in cli_interpreter_exec.
5+
6+ * async-nat-sigthread.c (gdb_signal_thread_debug),
7+ * async-nat-sigthread.h: Remove redundant gdb_signal_thread_debug.
8+
9+ * i386-linux-nat.c (i386_linux_resume): Move async stuff for
10+ i386_linux_resume into linux_nat_resume in linux-nat.c. This
11+ file is now the same as for mainline.
12+
13+ * linux-nat.c (linux_nat_resume): Move async stuff from
14+ i386_linux_resume to here.
15+ (linux_nat_attach): Add initial process for sync too.
16+
17+ * cli/cli-script.c (execute_control_command): Import stuff for
18+ breakpoint commands from Apple's code.
19+
20+ * mi/mi-interp.c (mi_cmd_interpreter_exec): Remove out-of date
21+ comment.
22+
23+ * mi/mi-main.c (mi_cmd_execute): Check for current_command_token.
24+ (mi_interpreter_exec_bp_cmd): New function (from Apple).
25+
126 2006-09-12 Nick Roberts <nickrob@snap.net.nz>
227
328 * cli/cli-interp.c (cli_interpreter_exec): Revert to version in