]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorNick Roberts <nickrob@snap.net.nz>
Thu, 13 Aug 2009 13:21:46 +0000 (13:21 +0000)
committerNick Roberts <nickrob@snap.net.nz>
Thu, 13 Aug 2009 13:21:46 +0000 (13:21 +0000)
lisp/ChangeLog
src/ChangeLog

index 395c4593ac3e70c2d811d4a00cec3246f3103c86..0c53edc8a9d7d27f8895b41277df5f49014c5304 100644 (file)
@@ -1,3 +1,9 @@
+2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
+
+       * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
+       create buffer with a pty but no process so that GDB can make the
+       inferior the controlling process.
+
 2009-08-13  Kenichi Handa  <handa@m17n.org>
 
        * international/ucs-normalize.el: New file.
index 266ebbb0878f66db4cc4233f2df37ae9bbd03e67..4e32fe46becca63a9ba41c206fbbce58cef7d35b 100644 (file)
@@ -1,3 +1,11 @@
+2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
+
+       * process.c (create_pty): New function.
+       (Fstart_process): Use it to allow Emacs to just associate a pty
+       with the buffer.  See associated change in gdb-mi.el.
+       (list_processes_1): Deal with no program name.
+       (start_process_unwind): Use pid == -2 to mean no process.
+
 2009-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * cmds.c (nonundocount): New global variable.