commit | 1a1bfce78f58cc934bf6ace4d03ddc87c9cbb860 | [log] [tgz] |
---|---|---|
author | Tom Tromey <tom@tromey.com> | Wed Jan 26 17:57:33 2022 -0700 |
committer | Tom Tromey <tom@tromey.com> | Sun Feb 06 14:27:58 2022 -0700 |
tree | c6868e38013866ca266f78296387f76b349b0c15 | |
parent | 5d0027b9bab7cbf5eb41a8c8ad1b9e4650d5f87e [diff] |
Merge do_val_print and common_val_print The only caller of do_val_print just does a small bit of work before the call. This patch merges the two functions, and removes an unnecessary local variable, making gdb a bit simpler.