[Lldb-commits] [PATCH] D66447: Add char8_t support (C++20)

2019-08-19 Thread James S Blachly, MD via Phabricator via lldb-commits
jblachly added a comment. Thank you for creating a revision and reviewing this. I made inline comments on the test harness and Dlang types / qualifiers. With removal of the Dlang types, where is the appropriate place to put them? It is not clear to me whether language plugins can replace the fun

[Lldb-commits] [PATCH] D44321: Support demangling for D symbols via dlopen

2019-06-08 Thread James S Blachly, MD via Phabricator via lldb-commits
jblachly added a comment. I sat down to write my own plugin today and found this. @timotheecour , thanks for writing this -- can I help with anything to get this across the finish line? CHANGES SINCE LAST ACTION https://reviews.llvm.org/D44321/new/ https://reviews.llvm.org/D44321 ___