Sun, 19 May 2024 10:17:12 UTC | login

Information for build debugbreak-1.0-10.fc37

ID216635
Package Namedebugbreak
Version1.0
Release10.fc37
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
StartedSat, 05 Nov 2022 10:58:16 UTC
CompletedSat, 05 Nov 2022 10:58:16 UTC
Tags
f37
f38
RPMs
src
debugbreak-1.0-10.fc37.src.rpm (info) (download)
noarch
debugbreak-devel-1.0-10.fc37.noarch.rpm (info) (download)
Changelog * 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 * Mon Jun 21 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 1.0-1 - Initial package