X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;ds=sidebyside;f=gdb%2FChangeLog;h=63c32a0e456162e88a0bed71fcba36a35e1feb98;hb=2f4fcf00399bc0ad5a4fed6b530128e8be4f40da;hp=d07a792ae5d7800586fe44ed12663d5cdd340063;hpb=121b3efd49f98e4049281b3ba7a258e650e40b38;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/ChangeLog b/gdb/ChangeLog index d07a792ae5..63c32a0e45 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,12 @@ +2020-01-10 Pedro Alves + + * infrun.c: Include "target-connection.h". + (check_multi_target_resumption): New. + (proceed): Call it. + * target-connection.c (make_target_connection_string): Make + extern. + * target-connection.h (make_target_connection_string): Declare. + 2020-01-10 Pedro Alves * Makefile.in (COMMON_SFILES): Add target-connection.c.