From: Keith Seitz Date: Fri, 14 Aug 2015 20:45:06 +0000 (-0700) Subject: mi_make_breakpoint: add "evaluated-by" option X-Git-Url: http://drtracing.org/?a=commitdiff_plain;ds=sidebyside;h=6613eb10d10ee79ef09bf4dfe696586f479c8d02;hp=6613eb10d10ee79ef09bf4dfe696586f479c8d02;p=deliverable%2Fbinutils-gdb.git 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". ---