[Lldb-commits] [lldb] [LLDB] Add type casting to DIL. (PR #159500)

via lldb-commits lldb-commits at lists.llvm.org
Thu Sep 25 14:48:21 PDT 2025


================
@@ -31,6 +32,9 @@ enum class ErrorCode : unsigned char {
   kUnknown,
 };
 
+llvm::Expected<lldb::TypeSystemSP>
+DILGetTypeSystemFromCU(std::shared_ptr<StackFrame> ctx);
----------------
cmtice wrote:

Fair enough; I'll remove it.

https://github.com/llvm/llvm-project/pull/159500


More information about the lldb-commits mailing list