]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
*** empty log message ***
authorNick Roberts <nickrob@snap.net.nz>
Sat, 13 May 2006 00:53:54 +0000 (00:53 +0000)
committerNick Roberts <nickrob@snap.net.nz>
Sat, 13 May 2006 00:53:54 +0000 (00:53 +0000)
gdb/ChangeLog

index 26505c28afde0b45ebab9c7c78c43489e8aecf38..2f2320d4351caee724e4993d32aabd09b8f3a90a 100644 (file)
@@ -1,3 +1,21 @@
+2006-05-14  Nick Roberts  <nickrob@snap.net.nz>
+
+       * mi/gdb-mi.el: Version that uses MI tokens insted of queuing.
+
+2006-05-13  Nick Roberts  <nickrob@snap.net.nz>
+
+       * main.c: (event_loop_p): Re-instate variable.
+       (captured_main): Re-instate async/noasync option.
+       (print_gdb_help): Describe option again.
+
+       * exec.c(init_exec_ops): Only initialise async methods with async
+       option.
+
+       * inf-ptrace.c (inf_ptrace_him): Only reate a signal thread with
+       async option.
+
+       * README.async, TODO.async, PROBLEMS.async: New files.
+
 2006-05-13    Changes based on Apple GDB (CVS repository 5th Sept 2005)
 
        * async-nat-inferior.c, async-nat-inferior.h,
        (COMMON_OBS): Add above object files.
        (exec.o, i386-linux-nat.o, inf-ptrace.o, linux-nat.o):
        Update dependencies.
-
-2006-05-13  Nick Roberts  <nickrob@snap.net.nz>
-
-       * main.c: (event_loop_p): Re-instate variable.
-       (captured_main): Re-instate async/noasync option.
-       (print_gdb_help): Describe option again.
-
-       * exec.c(init_exec_ops): Only initialise async methods with async
-       option.
-
-       * inf-ptrace.c (inf_ptrace_him): Only reate a signal thread with
-       async option.
-
-       * README.async, TODO.async, PROBLEMS.async: New files.