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

John Harrison via lldb-commits lldb-commits at lists.llvm.org
Thu Mar 6 15:18:46 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,
----------------
ashgti wrote:

Sorry for the churn, I saw I broke the CI job so I was trying to fix it to unblock that.

Created #130202 to conform to lldb's coding style.

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


More information about the lldb-commits mailing list