aprantl added a comment.

To clarify:

I'd like `expr -g` to write out one temporary file (`lldb-expr.mm`) that only 
contains the code the user typed and in the expression. The expression should 
say

  @implementation $__lldb_objc_class ($__lldb_category) 
  +(void)%s:(void *)$__lldb_arg {
  #line "/tmp/lldb-expr.mm" 1
    blah();
  #line "/tmp/hidden.mm" 8
  }

and then we set a breakpoint at /tmp/lldb-expr.mm:1.


Repository:
  rLLDB LLDB

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D61565/new/

https://reviews.llvm.org/D61565



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to