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

gdb: enable debugging all targets #12205

Open
wants to merge 1 commit into
base: 3.0-dev
Choose a base branch
from
Open
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
8 changes: 6 additions & 2 deletions SPECS/gdb/gdb.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Summary: C debugger
Name: gdb
Version: 13.2
Release: 3%{?dist}
Release: 4%{?dist}
License: GPLv2+
Vendor: Microsoft Corporation
Distribution: Azure Linux
Expand Down Expand Up @@ -47,7 +47,8 @@ another program was doing at the moment it crashed.
--with-system-zlib \
--disable-sim \
--with-python=%{python3} \
--enable-unit-tests
--enable-unit-tests \
--enable-targets=all
%make_build

%install
Expand Down Expand Up @@ -103,6 +104,9 @@ make check TESTS='gdb.base/default.exp'
%{_mandir}/*/*

%changelog
* Mon Feb 03 2025 Andrew Phelps <[email protected]> - 13.2-4
- Enable cross-debugging on all supported targets

* Wed Oct 09 2024 Mitch Zhu <[email protected]> - 13.2-3
- Fix CVE-2023-39128, CVE-2023-39129, CVE-2023-39130

Expand Down
Loading