[Lldb-commits] [PATCH] D112167: [lldb/Plugins] Refactor ScriptedThread register context creation
Shafik Yaghmour via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Oct 20 13:58:39 PDT 2021
shafik added inline comments.
================
Comment at: lldb/source/Plugins/Process/scripted/ScriptedThread.cpp:99
ScriptedThread::CreateRegisterContextForFrame(StackFrame *frame) {
uint32_t concrete_frame_idx = frame ? frame->GetConcreteFrameIndex() : 0;
----------------
`const`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112167/new/
https://reviews.llvm.org/D112167
More information about the lldb-commits
mailing list