mi_make_breakpoint: add "evaluated-by" option
authorKeith Seitz <keiths@redhat.com>
Fri, 14 Aug 2015 20:45:06 +0000 (13:45 -0700)
committerKeith Seitz <keiths@redhat.com>
Fri, 14 Aug 2015 20:45:06 +0000 (13:45 -0700)
commit6613eb10d10ee79ef09bf4dfe696586f479c8d02
tree1b3e69502a83e67b763c4e60f9790609c186f515
parentc0fe2ae7064c4f927034aca87913bc28920721d9
mi_make_breakpoint: add "evaluated-by" option

For some time now, GDB has permitted target-side evaluation of
breakpoint conditions.  On targets that support this feature, GDB
may output an "evaluated-by" field into the breakpoint reply.

This patch adds handling for this option, and outputs a default
pattern to optionally recognize (and ignore) this pattern in the
reply.

gdb/testsuite/ChangeLog

* lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
"evaluated-by".
gdb/testsuite/lib/mi-support.exp
This page took 0.025519 seconds and 4 git commands to generate.