[Lldb-commits] [PATCH] D127234: [lldb] Add setting to override PE/COFF ABI by module name

2022-06-18 Thread Alvin Wong via Phabricator via lldb-commits
alvinhochun updated this revision to Diff 438133. alvinhochun added a comment. Herald added a subscriber: Michael137. Rebased Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D127234/new/ https://reviews.llvm.org/D127234 Files: lldb/include/lldb/Int

[Lldb-commits] [PATCH] D128126: Support expressions in the context of a reference

2022-06-18 Thread Emre Kultursay via Phabricator via lldb-commits
emrekultursay created this revision. Herald added a project: All. emrekultursay requested review of this revision. Herald added a project: LLDB. Herald added a subscriber: lldb-commits. ...type variable by dereferencing the variable before evaluating the expression. Repository: rG LLVM Github

[Lldb-commits] [PATCH] D128107: [trace] Add LoadTraceFromFile to SBDebugger and SBTrace

2022-06-18 Thread walter erquinigo via Phabricator via lldb-commits
wallace requested changes to this revision. wallace added a comment. This revision now requires changes to proceed. just some minor changes, including requiring the FileSpec as input to the SB function Comment at: lldb/include/lldb/API/SBDebugger.h:394-395 + /// Load trace

[Lldb-commits] [PATCH] D128126: Support expressions in the context of a reference

2022-06-18 Thread Emre Kultursay via Phabricator via lldb-commits
emrekultursay updated this revision to Diff 438156. emrekultursay added a comment. Rebased Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D128126/new/ https://reviews.llvm.org/D128126 Files: lldb/source/Expression/UserExpression.cpp lldb/test/AP

[Lldb-commits] [PATCH] D128126: Support expressions in the context of a reference

2022-06-18 Thread Emre Kultursay via Phabricator via lldb-commits
emrekultursay updated this revision to Diff 438157. emrekultursay added a comment. re-rebase Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D128126/new/ https://reviews.llvm.org/D128126 Files: lldb/source/Expression/UserExpression.cpp lldb/test/