Remove cleanups from mi_cmd_break_insert_1
authorTom Tromey <tom@tromey.com>
Wed, 3 May 2017 23:22:07 +0000 (17:22 -0600)
committerTom Tromey <tom@tromey.com>
Sat, 30 Sep 2017 03:12:11 +0000 (21:12 -0600)
commit784c453a4f1aeee237203dd6257a6ed24bee28c3
treea413e9b3909ec82c36a39446a59f0c0a1d8ef223
parenta9bc57b97840a874ad2802e29a44fbf557668808
Remove cleanups from mi_cmd_break_insert_1

This changes mi_argv_to_format to return a string, allowing the
removal of some cleanups.

gdb/ChangeLog
2017-09-29  Tom Tromey  <tom@tromey.com>

* mi/mi-cmd-break.c (mi_argv_to_format): Return std::string.
(mi_cmd_break_insert_1): Update.
gdb/ChangeLog
gdb/mi/mi-cmd-break.c