diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index df58772..230735b 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,11 @@ 2017-09-29 Tom Tromey <tom@tromey.com> + * mi/mi-main.c (mi_execute_cli_command): Use std::string. + (mi_execute_async_cli_command): Likewise. + (mi_cmd_trace_frame_collected): Use field_fmt. + +2017-09-29 Tom Tromey <tom@tromey.com> + * mi/mi-main.c (mi_cmd_data_write_memory_bytes): Use gdb::byte_vector. |