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: RFC: Fix breakpoint commands in MI


Vladimir Prus wrote:

> 
> I've run into a couple of embarassing issues with breakpoint commands in MI:
> 
> 1. Complex commands, such as "while", are not parsed, and their content is
> treated as separate top-level commands.
> 
> 2. Breakpoint commands are not run at all.
> 
> The underlying issue there is that mi-break.exp actually does not verify that
> breakpoints are hit as desired, and while adding tests for -break-commands,
> I have blindly duplicated that issue.
> 
> This patch appears to do the right thing. Anybody has comments?

I've checked this in.

- Volodya



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