aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python
diff options
context:
space:
mode:
authorMed Ismail Bennani <ismail@bennani.ma>2025-11-06 11:37:42 -0800
committerGitHub <noreply@github.com>2025-11-06 11:37:42 -0800
commit71cb0bb8932e8a377c9bbce0b8618feb3764b844 (patch)
tree68b30d2adeeb517f3acb813d118faf0d6625205c /lldb/source/Plugins/ScriptInterpreter/Python
parent4a7d3dfca0ef3ef12e9fcaa7d7603433947c6252 (diff)
downloadllvm-71cb0bb8932e8a377c9bbce0b8618feb3764b844.zip
llvm-71cb0bb8932e8a377c9bbce0b8618feb3764b844.tar.gz
llvm-71cb0bb8932e8a377c9bbce0b8618feb3764b844.tar.bz2
[lldb/Target] Add SyntheticFrameProvider class (#166664)
This patch introduces a new way to reconstruct the thread stackframe list. New `SyntheticFrameProvider` classes can lazy fetch a StackFrame at index using a provided StackFrameList. In can either be the real unwinder StackFrameList or we could also chain SyntheticFrameProviders to each others. This is the foundation work to implement ScriptedFrameProviders, which will come in a follow-up patch. Signed-off-by: Med Ismail Bennani <ismail@bennani.ma> Signed-off-by: Med Ismail Bennani <ismail@bennani.ma>
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python')
0 files changed, 0 insertions, 0 deletions