[m-rev.] For review: variable bindings in interactive queries

Julien Fischer jfischer at opturion.com
Fri May 29 17:03:29 AEST 2015


Hi Mark,

On Thu, 28 May 2015, Mark Brown wrote:

> Hi,
>
> This change lets interactive queries in mdb use variable bindings in
> the current environment, a feature which came up on the users' list
> recently.
>
> I have tested this by hand, but haven't written test cases yet because
> I'm not sure the proper way to run the tests so that the interactive
> query tests are included. Building the test case by hand then running
> it through bootcheck results in link errors related to shared linkage
> (interactive queries requires shared linkage). Any help?

Isn't the right way to add them simply to add them to INTERACTIVE_PROGS
in tests/debugger/Mmakefile.  That's the way the existing test for
interactive queries is handled.  (The way to enable these tests is
described in the comment following that bit.)

Cheers,
Julien.



More information about the reviews mailing list