[Lldb-commits] [lldb] [LLDB] Add DIL code for handling plain variable names. (PR #120971)

via lldb-commits lldb-commits at lists.llvm.org
Sun Feb 23 23:26:27 PST 2025


cmtice wrote:

I've addressed most of the review comments now. I have not done the format_provider requests (waiting for response to questions) nor the bit about the DIagnosticManager.  I haven't removed the code to look up global variables, but I think I may have fixed the main objection (it now uses StackFrame::GetInScopeVariableList rather than FindGlobalVariables).

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


More information about the lldb-commits mailing list