Sun, 19 May 2024 12:29:59 UTC | login

Information for build debugbreak-1.0-14.fc39

ID271403
Package Namedebugbreak
Version1.0
Release14.fc39
Epoch
SummaryBreak into the debugger programmatically
Descriptiondebugbreak.h allows you to put breakpoints in your C/C++ code with a call to debug_break(). • Include one header file and insert calls to debug_break() in the code where you wish to break into the debugger. • Supports GCC, Clang and MSVC. • Works well on ARM, AArch64, i686, x86-64, POWER and has a fallback code path for other architectures. • Works like the DebugBreak() function provided by Windows and QNX.
Built bydavidlt
State complete
Volume DEFAULT
StartedWed, 29 Nov 2023 09:50:23 UTC
CompletedWed, 29 Nov 2023 09:50:23 UTC
Tags
f40
RPMs
src
debugbreak-1.0-14.fc39.src.rpm (info) (download)
noarch
debugbreak-devel-1.0-14.fc39.noarch.rpm (info) (download)
Changelog * Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Sat Jun 03 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 1.0-13 - Remove explicit %set_build_flags, not needed since F36 * Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Sun Jul 31 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 1.0-10 - Update License field to SPDX * Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Thu Dec 16 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 1.0-7 - Let the devel subpackage be noarch * Fri Sep 24 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 1.0-6 - Reduce macro indirection in the spec file * Fri Sep 24 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 1.0-5 - Simplify manual installation * Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Wed Jul 21 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 1.0-3 - Drop EPEL workarounds