Hi, The command "-gdb-set target-async" is deprecated since gdb 7.7, It is annoyed that there is a message "Warning: 'set target-async', an alias for the command 'set mi-async', is deprecated. Use 'set mi-async'." when gdb buffer is ready for command. Following is a patch to suppress that warning. Thanks.