[Lldb-commits] [PATCH] D15778: [lldb] Ignore breakpoints by default in SBFrame::EvaluateExpression
Eugene Leviant via lldb-commits
lldb-commits at lists.llvm.org
Wed Jan 27 06:22:19 PST 2016
evgeny777 added a comment.
Greg, Enrico,
Can someone tell if it is possible to modify Python interface this way. Without this modification user breakpoints will be hit when someone evaluates expression and use Python interface. The lldb frontend ignores breakpoints, lldb-mi does not, becauses it uses SBFrame::EvaluateExpression in multimple places (for example in -data-evaluate-expression command). If it is not correct to apply this change in Python interface let me know - I'll implement a workaround in MI instead
http://reviews.llvm.org/D15778
More information about the lldb-commits
mailing list