This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug gdb/20487] Thread sync broken between mi and cli with new-ui command


https://sourceware.org/bugzilla/show_bug.cgi?id=20487

--- Comment #10 from Antoine Tremblay <antoine.tremblay at ericsson dot com> ---
+  if (ptid_equal (inferior_ptid, null_ptid))
+    return;
+  else...

indeed that was an ugly bit, fixed.

+      current_ui->prompt_state = PROMPT_NEEDED;
+      display_gdb_prompt (NULL);
+    }

right, I wonder why I had this now... I removed it, thx.

I also have some problems remaining with interpreter-exec , fixing those now...

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]