[llvm-branch-commits] [lldb] [lldb] Fix SBTarget::ReadInstruction with flavor (PR #136034)

2025-04-27 Thread Ebuka Ezike via llvm-branch-commits
da-viper wrote: Fix crash when calling `SBTarget::GetInstruction()` with the flavor parameter. https://github.com/llvm/llvm-project/pull/136034 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailm

[llvm-branch-commits] [lldb] [lldb] Fix SBTarget::ReadInstruction with flavor (PR #136034)

2025-04-22 Thread Ebuka Ezike via llvm-branch-commits
da-viper wrote: @JDevlieghere I do not have the right permission to merge this to the 20.X branch as it is protected. https://github.com/llvm/llvm-project/pull/136034 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://li

[llvm-branch-commits] [lldb] [lldb] Fix SBTarget::ReadInstruction with flavor (PR #136034)

2025-04-16 Thread Ebuka Ezike via llvm-branch-commits
https://github.com/da-viper created https://github.com/llvm/llvm-project/pull/136034 Backported #134626 to 20.X >From be595e63f7050a204e5c588e656c5b6e40fb024b Mon Sep 17 00:00:00 2001 From: Ebuka Ezike Date: Fri, 11 Apr 2025 13:45:19 +0100 Subject: [PATCH 1/2] [lldb] Fix SBTarget::ReadInstru