+ uninterruptible.
+ * psymtab.c (psymtab_to_symtab): Ditto.
+ * python/python.c (check_quit_flag): Ditto.
+--- README.google 2015-09-05 16:20:56.000000000 -0700
++++ README.google 2015-09-05 16:22:58.000000000 -0700
++
++2015-09-05 Doug Evans <dje@google.com>
++
++ Ref# 2180247
++ * infcmd.c (attach_command_post_wait): Pass zero to
++ post_create_inferior, same as run_command_1.
/* Take any necessary post-attaching actions for this platform. */
target_post_attach (ptid_get_pid (inferior_ptid));
- post_create_inferior (¤t_target, from_tty);
+ /* GOOGLE LOCAL: run_command_1 passes zero for from_tty here.
+ Do the same for attach. Ref# 2180247 */
+ post_create_inferior (¤t_target, 0);
if (async_exec)
{