[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-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-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

[llvm-branch-commits] [lldb] [lldb-dap] fix crash if disconnect request is not sent. (PR #148878)

2025-07-15 Thread Ebuka Ezike via llvm-branch-commits
https://github.com/da-viper updated https://github.com/llvm/llvm-project/pull/148878 >From 5087ed54b6f1e81493524cca00500f615b1d8754 Mon Sep 17 00:00:00 2001 From: Ebuka Ezike Date: Tue, 15 Jul 2025 16:56:03 +0100 Subject: [PATCH] [lldb-dap] fix crash if disconnect request is not sent. It crash

[llvm-branch-commits] [lldb] [lldb-dap] fix crash if disconnect request is not sent. (PR #148878)

2025-07-15 Thread Ebuka Ezike via llvm-branch-commits
https://github.com/da-viper created https://github.com/llvm/llvm-project/pull/148878 It crashes because the event_thread and progress_event_thread not joined before calling `DAP` struct deconstructor. It now joins when we leave the `DAP::Loop` function. from [Discourse](https://discourse.llvm

[llvm-branch-commits] [lldb] [lldb-dap] fix crash if disconnect request is not sent. (PR #148878)

2025-07-15 Thread Ebuka Ezike via llvm-branch-commits
https://github.com/da-viper milestoned https://github.com/llvm/llvm-project/pull/148878 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits