[llvm] f71b83b - [lldb] Add a release note for #127419

Jonas Devlieghere via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 17 18:29:45 PST 2025


Author: Jonas Devlieghere
Date: 2025-02-17T18:29:24-08:00
New Revision: f71b83b3593588c56fd4ab3e1347ad9c7bec624f

URL: https://github.com/llvm/llvm-project/commit/f71b83b3593588c56fd4ab3e1347ad9c7bec624f
DIFF: https://github.com/llvm/llvm-project/commit/f71b83b3593588c56fd4ab3e1347ad9c7bec624f.diff

LOG: [lldb] Add a release note for #127419

Added: 
    

Modified: 
    llvm/docs/ReleaseNotes.md

Removed: 
    


################################################################################
diff  --git a/llvm/docs/ReleaseNotes.md b/llvm/docs/ReleaseNotes.md
index c9543ff09217a..75638d75e70f2 100644
--- a/llvm/docs/ReleaseNotes.md
+++ b/llvm/docs/ReleaseNotes.md
@@ -155,6 +155,8 @@ Changes to LLDB
   does not provide API to query the number of supported hardware watchpoints.
   Therefore current implementation allows only 1 watchpoint, as tested with
   Windows 11 on the Microsoft SQ2 and Snapdragon Elite X platforms.
+* LLDB now steps through C++ thunks. This fixes an issue where previously, it
+  wouldn't step into multiple inheritance virtual functions.
 
 ### Changes to lldb-dap
 


        


More information about the llvm-commits mailing list