Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump lldb-mi commit hash #11566

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Build/lldb-mi/lldb-mi.template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: 4fe9c663edce2447e114c71851694d8c529b982d

lldb_mi_additional_parameters: "-DUSE_LLDB_FRAMEWORK=1"

Expand Down
2 changes: 1 addition & 1 deletion Extension/ThirdPartyNotices.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 4fe9c663edce2447e114c71851694d8c529b982d - Apache-2.0 WITH LLVM-exception


Copyright (c) 2010 Apple Inc.
Expand Down
2 changes: 1 addition & 1 deletion Extension/cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"Type": "git",
"Git": {
"RepositoryUrl": "https://github.com/lldb-tools/lldb-mi",
"CommitHash": "2388bd74133bc21eac59b2e2bf97f2a30770a315"
"CommitHash": "4fe9c663edce2447e114c71851694d8c529b982d"
}
}
}
Expand Down
Loading