Skip to content

Commit 37046ef

Browse files
authored
gdb: enable debugging all targets (#12205)
1 parent 6d93d42 commit 37046ef

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

SPECS/gdb/gdb.spec

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Summary: C debugger
22
Name: gdb
33
Version: 13.2
4-
Release: 3%{?dist}
4+
Release: 4%{?dist}
55
License: GPLv2+
66
Vendor: Microsoft Corporation
77
Distribution: Azure Linux
@@ -47,7 +47,8 @@ another program was doing at the moment it crashed.
4747
--with-system-zlib \
4848
--disable-sim \
4949
--with-python=%{python3} \
50-
--enable-unit-tests
50+
--enable-unit-tests \
51+
--enable-targets=all
5152
%make_build
5253

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

105106
%changelog
107+
* Mon Feb 03 2025 Andrew Phelps <anphel@microsoft.com> - 13.2-4
108+
- Enable cross-debugging on all supported targets
109+
106110
* Wed Oct 09 2024 Mitch Zhu <mitchzhu@microsoft.com> - 13.2-3
107111
- Fix CVE-2023-39128, CVE-2023-39129, CVE-2023-39130
108112

0 commit comments

Comments
 (0)