This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] MI: breakpoint "script" is a LIST


On Thu, 13 Nov 2008 19:33:22 +0100, Marc Khouzam wrote:
> > But I'm sure all existing frontends handle this. I don't think I'm gonna
> > test Eclipse (both CDI and DSF), and KDevelop (3.3 and 4), to make sure
> > the proposed change does not break them. So, we probably get to wait till
> > MI3.
> 
> What is this "script" thing?  I can't find it in the documentation.
> From a quick look to CDI and DSF, it is not being parsed.
> Probably because it is not in the doc :-)

GDB .tar.gz contains gdb/.gdbinit with:

b info_command
commands
	silent
	return
end

$ info '(gdb)Break Commands' 

If you run in the gdb/ directory:

$ ./gdb --interpreter=mi2 ./gdb
(gdb)
 -break-list
^done ...,script={"silent","return"},...

which should have been:
^done ...,script=["silent","return"],...


Regards,
Jan


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]