================ @@ -9759,3 +9782,51 @@ void TypeSystemClang::LogCreation() const { LLDB_LOG(log, "Created new TypeSystem for (ASTContext*){0:x} '{1}'", &getASTContext(), getDisplayName()); } + +// Expected format is: +// $__lldb_func:<mangled name>:<module id>:<definition/declaration DIE id> ---------------- labath wrote:
Maybe put mangled name last? That way you don't have to worry about it containing `:`s... https://github.com/llvm/llvm-project/pull/148877 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits