Fix illegal upper case gdb cmd in chained-calls.exp
authorThomas Preud'homme <thomas.preudhomme@arm.com>
Wed, 15 Feb 2017 11:24:27 +0000 (11:24 +0000)
committerThomas Preud'homme <thomas.preudhomme@arm.com>
Wed, 15 Feb 2017 11:26:38 +0000 (11:26 +0000)
commitb58a8c0c83d58c8f4be67dc1d7a1d9a5e1edba82
tree0ac3eac2219fec2ade0a0e628f98fe1d7291ffbe
parentcc07cda69e26ef28895086e1f214ddd1d3cb939d
Fix illegal upper case gdb cmd in chained-calls.exp

3d7b173c29900879c9a5958dd6029fd36666e57c made upper case commands now
illegal. However gdb.cp/chained-calls.exp still contains one test using
P to print an expression. This patch fixes the testcase to use p
instead.

2017-02-13  Thomas Preud'homme  <thomas.preudhomme@arm.com>

gdb/
* gdb.cp/chained-calls.exp: Use p instead of P.
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.cp/chained-calls.exp