*** empty log message ***
authorNick Roberts <nickrob@snap.net.nz>
Sat, 25 Mar 2006 10:46:02 +0000 (10:46 +0000)
committerNick Roberts <nickrob@snap.net.nz>
Sat, 25 Mar 2006 10:46:02 +0000 (10:46 +0000)
gdb/ChangeLog

index 68a9181718d99a84726021a12ec26f044422e397..d8a0fe2137fffff8ebb241c03ec7cc678d5bb510 100644 (file)
@@ -1,3 +1,17 @@
+2006-03-25  Nick Roberts  <nickrob@snap.net.nz>
+
+       * mi/gdb-mi.el (gdbmi-send): Improve regexp to repeat commands.
+       Try to deal with continuation line.
+       (gdbmi, gdbmi-prompt1, gud-gdbmi-marker-filter): Update to new
+       variable names.
+       (gdb-break-list-regexp, gdb-stack-list-frames-regexp): 
+       Future proof against new fields being added to MI output.
+       (gdbmi-prompt2, gdb-break-list-handler,gdb-get-source-file)
+       (gdbmi-frame-handler): Update to new variable name
+       gdb-get-buffer-create.
+       (gdbmi-frame-handler): Use hollow-right-triangle for all selected
+       frames which except the innermost (where execution has stopped).
+
 2006-03-24  Randolph Chung  <tausq@debian.org>
 
        * solib-som.c (link_map_start): Don't error out if there is
 
        * mi/gdb-mi.el: Use more functions from gdb-ui.el.
        (gdb-break-list-regexp): Match "what" field if present.
-       (gdb-stack-list-frames-regexp): Match "from" if present field.
+       (gdb-stack-list-frames-regexp): Match "from" field if present.
        (gdb-stack-list-frames-handler): Present output like "info
        breakpoints" so regexps can be shared with gdb-ui