We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d19187f commit f71b83bCopy full SHA for f71b83b
llvm/docs/ReleaseNotes.md
@@ -155,6 +155,8 @@ Changes to LLDB
155
does not provide API to query the number of supported hardware watchpoints.
156
Therefore current implementation allows only 1 watchpoint, as tested with
157
Windows 11 on the Microsoft SQ2 and Snapdragon Elite X platforms.
158
+* LLDB now steps through C++ thunks. This fixes an issue where previously, it
159
+ wouldn't step into multiple inheritance virtual functions.
160
161
### Changes to lldb-dap
162
0 commit comments