This moves the logic for adding symbols based on UUID, file and frame into little helper functions. This is in preparation for D110011.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
seems straight-forward enough
lldb/source/Commands/CommandObjectTarget.cpp | ||
---|---|---|
4203 | Do we need to pass the target around? I would assume that can be retrieved from m_exe_ctx as well.. |
lldb/source/Commands/CommandObjectTarget.cpp | ||
---|---|---|
4203 | Yup, I'll fix that before landing. |
Do we need to pass the target around? I would assume that can be retrieved from m_exe_ctx as well..