[Lldb-commits] [PATCH] Fix expression evaluation with logs (step + verbose) enabled.

Chaoren Lin chaorenl at google.com
Fri Mar 27 10:37:45 PDT 2015


You're right. This seems to be a deeper problem with the (GDBRemote?)RegisterContext. Reading some combination of registers corrupts the cache. There just happened to be no invalidation between StopInfoThreadPlan::ShouldStop and the next ThreadPlanCallFunction (and there shouldn't need to be).


http://reviews.llvm.org/D8643

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






More information about the lldb-commits mailing list