[Lldb-commits] [PATCH] D11119: Parse breakpoint expressions using the language of the frame's CU.

Dawn Perchik dawn+llvm at burble.org
Thu Jul 16 14:13:05 PDT 2015


dawn added a comment.

In http://reviews.llvm.org/D11119#205834, @clayborg wrote:

> I think I would prefer --language and have the help text for this option specify what it means (it means expression language for --address and source language for file + line breakpoints).


Ok, will do.  At some point we may want a language option which affects everything from unmangling to how the DWARF is read, and it would make sense to reserve --language for that, but we can always change the names then.

I'll leave this review open until I have a revised one, just in case anyone else wants to comment on this...


Repository:
  rL LLVM

http://reviews.llvm.org/D11119







More information about the lldb-commits mailing list