Skip to content

Commit

Permalink
gdb: enable debugging all targets
Browse files Browse the repository at this point in the history
  • Loading branch information
anphel31 committed Feb 3, 2025
1 parent 2eed56f commit f08dcae
Showing 1 changed file with 6 additions and 2 deletions.
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

0 comments on commit f08dcae

Please sign in to comment.