From be85b69fc61880e3bde8d4df2bf6b4189c25d143 Mon Sep 17 00:00:00 2001 From: Nick Roberts Date: Sat, 25 Mar 2006 10:46:02 +0000 Subject: [PATCH] *** empty log message *** --- gdb/ChangeLog | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 68a9181718..d8a0fe2137 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,17 @@ +2006-03-25 Nick Roberts + + * 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 * solib-som.c (link_map_start): Don't error out if there is @@ -543,7 +557,7 @@ * 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