diff options
author | Jim Blandy <jimb@red-bean.com> | 2012-02-26 17:38:45 +0800 |
---|---|---|
committer | Chong Yidong <cyd@gnu.org> | 2012-02-26 17:38:45 +0800 |
commit | 4fd9655790324ce4b0a321ddae45e98af3953fe1 (patch) | |
tree | 9423541146950219b11ef924122cc082b4086fc0 /lisp/ChangeLog | |
parent | fa9a08553937a87d6162bb0a7b21dfd3b3f47164 (diff) | |
download | emacs-4fd9655790324ce4b0a321ddae45e98af3953fe1.tar.gz |
Fix handling of commands containing double quotes in gdb-mi
* lisp/progmodes/gdb-mi.el (gdb-mi-quote): New function.
(gdb-send): Apply it to the operand of the '-interpreter-exec
console' command, so that we can pass arguments with (say) quotes
in them. Store exact string sent in gdb-debug-log (Bug#10765).
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9f1c4e71444..a6783b87baa 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,10 @@ +2012-02-26 Jim Blandy <jimb@red-bean.com> + + * progmodes/gdb-mi.el (gdb-mi-quote): New function. + (gdb-send): Apply it to the operand of the '-interpreter-exec + console' command, so that we can pass arguments with (say) quotes + in them. Store exact string sent in gdb-debug-log (Bug#10765). + 2012-02-26 Chong Yidong <cyd@gnu.org> * help-fns.el (describe-function-1): Clarify description of |