[Lldb-commits] [PATCH] Fix a race condition in lldb-mi.

Hafiz Abid Qadeer abidh.haq at gmail.com
Tue Feb 3 06:58:50 PST 2015


It is one indication. There is even a worse scenario. If breakpoint event comes before we has added the breakpoint using RecordBrkPtInfo. Then the event processing will issue a breakpoint-created event instead of breakpoint-modified. Eclipse will then delete this breakpoint and execution will not stop. This problem can occur in other commands too which can produce events.


http://reviews.llvm.org/D7371

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the lldb-commits mailing list