From: Jan Kratochvil <jan.kratochvil@redhat.com>
To: gdb-patches@sourceware.org
Cc: Dodji Seketeli <dseketel@redhat.com>
Subject: [patch] MI: breakpoint "script" is a LIST
Date: Thu, 13 Nov 2008 15:11:00 -0000 [thread overview]
Message-ID: <20081113130442.GA12991@host0.dyn.jankratochvil.net> (raw)
[-- Attachment #1: Type: text/plain, Size: 110 bytes --]
Hi,
Nemiver could not parse the MI2 output. The list of commands is a `list', not
a `tuple'.
Regards,
Jan
[-- Attachment #2: gdb-script-list.patch --]
[-- Type: text/plain, Size: 598 bytes --]
2008-11-13 Jan Kratochvil <jan.kratochvil@redhat.com>
* breakpoint.c (print_one_breakpoint_location): "script" is a list.
--- ./gdb/breakpoint.c 3 Nov 2008 14:01:26 -0000 1.359
+++ ./gdb/breakpoint.c 13 Nov 2008 12:22:03 -0000
@@ -3766,7 +3782,7 @@ print_one_breakpoint_location (struct br
struct cleanup *script_chain;
annotate_field (9);
- script_chain = make_cleanup_ui_out_tuple_begin_end (uiout, "script");
+ script_chain = make_cleanup_ui_out_list_begin_end (uiout, "script");
print_command_lines (uiout, l, 4);
do_cleanups (script_chain);
}
next reply other threads:[~2008-11-13 13:05 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-11-13 15:11 Jan Kratochvil [this message]
2008-11-13 15:35 ` Vladimir Prus
2008-11-13 15:39 ` Jan Kratochvil
2008-11-13 20:21 ` Vladimir Prus
2008-11-13 21:35 ` Tom Tromey
2008-11-13 21:55 ` Marc Khouzam
2008-11-13 21:59 ` Jan Kratochvil
2008-11-16 8:23 ` André Pönitz
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20081113130442.GA12991@host0.dyn.jankratochvil.net \
--to=jan.kratochvil@redhat.com \
--cc=dseketel@redhat.com \
--cc=gdb-patches@sourceware.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox