[all-commits] [llvm/llvm-project] a3dc77: [lldb] Support stepping through C++ thunks (#127419)
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Mon Feb 17 15:45:02 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a3dc77c00a012bb613cb08e669dab4fadf88e935
https://github.com/llvm/llvm-project/commit/a3dc77c00a012bb613cb08e669dab4fadf88e935
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2025-02-17 (Mon, 17 Feb 2025)
Changed paths:
M lldb/include/lldb/Target/LanguageRuntime.h
M lldb/source/Plugins/LanguageRuntime/CPlusPlus/CPPLanguageRuntime.cpp
M lldb/source/Plugins/LanguageRuntime/CPlusPlus/CPPLanguageRuntime.h
M lldb/source/Target/ThreadPlanShouldStopHere.cpp
A lldb/test/API/lang/cpp/thunk/Makefile
A lldb/test/API/lang/cpp/thunk/TestThunk.py
A lldb/test/API/lang/cpp/thunk/main.cpp
Log Message:
-----------
[lldb] Support stepping through C++ thunks (#127419)
This PR fixes LLDB stepping out, rather than stepping through a C++
thunk. The implementation is based on, and upstreams, the support for
runtime thunks in the Swift fork.
Fixes #43413
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list