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

Dawn Perchik dawn+llvm at burble.org
Sat Jul 11 02:49:03 PDT 2015


dawn added a comment.

I expect this patch may draw up some controversy; if not acceptable, please advise on how to rework?  
Greg, as the expert in this area, I would especially appreciate your feedback.  Any others I could add to this review?


================
Comment at: source/Core/Module.cpp:1745
@@ -1745,1 +1744,3 @@
+                                      bool &match_name_after_lookup,
+                                      LanguageType language)
 {
----------------
tests for language will be added along with PascalLanguageRuntime support.


Repository:
  rL LLVM

http://reviews.llvm.org/D11119







More information about the lldb-commits mailing list