From 6113e9477d7cfd8cf3f6c7f67a81767e159476c9 Mon Sep 17 00:00:00 2001 From: Andoni Morales Alastruey Date: Mon, 23 Oct 2023 11:24:41 +0200 Subject: [PATCH] Bump lldb-mi commit hash Fix #6874 --- Build/lldb-mi/lldb-mi.template.yml | 2 +- Extension/ThirdPartyNotices.txt | 2 +- Extension/cgmanifest.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Build/lldb-mi/lldb-mi.template.yml b/Build/lldb-mi/lldb-mi.template.yml index 539ed5836..6192e2833 100644 --- a/Build/lldb-mi/lldb-mi.template.yml +++ b/Build/lldb-mi/lldb-mi.template.yml @@ -19,7 +19,7 @@ parameters: # Note: Make sure lldb_mi_commit is the same as the one in Extension/cgmanifest.json # 'CommitHash' for lldb-mi. - lldb_mi_commit: 2388bd74133bc21eac59b2e2bf97f2a30770a315 + lldb_mi_commit: 31ed003a15a4a8e44881401d065217dfb2642406 lldb_mi_additional_parameters: "-DUSE_LLDB_FRAMEWORK=1" diff --git a/Extension/ThirdPartyNotices.txt b/Extension/ThirdPartyNotices.txt index a8b0f75bf..1ad3a0c0b 100644 --- a/Extension/ThirdPartyNotices.txt +++ b/Extension/ThirdPartyNotices.txt @@ -17,7 +17,7 @@ required to debug changes to any libraries licensed under the GNU Lesser General --------------------------------------------------------- -lldb-tools/lldb-mi 2388bd74133bc21eac59b2e2bf97f2a30770a315 - Apache-2.0 WITH LLVM-exception +lldb-tools/lldb-mi 31ed003a15a4a8e44881401d065217dfb2642406 - Apache-2.0 WITH LLVM-exception Copyright (c) 2010 Apple Inc. diff --git a/Extension/cgmanifest.json b/Extension/cgmanifest.json index 83de24abe..f8b333369 100644 --- a/Extension/cgmanifest.json +++ b/Extension/cgmanifest.json @@ -16,7 +16,7 @@ "Type": "git", "Git": { "RepositoryUrl": "https://github.com/lldb-tools/lldb-mi", - "CommitHash": "2388bd74133bc21eac59b2e2bf97f2a30770a315" + "CommitHash": "31ed003a15a4a8e44881401d065217dfb2642406" } } }