[Lldb-commits] [lldb] [lldb-dap] Correct the variable name from a half finished merge. (PR #130186)

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Thu Mar 6 16:20:25 PST 2025


================
@@ -38,7 +38,7 @@ Expected<int> OutputRedirector::GetWriteFileDescriptor() {
   return m_fd;
 }
 
-Error OutputRedirector::RedirectTo(std::FILE *file_override,
+Error OutputRedirector::RedirectTo(std::FILE *fileOverride,
----------------
JDevlieghere wrote:

Yeah no worries. Thanks for the quick turnaround! 

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


More information about the lldb-commits mailing list