https://bugzilla.redhat.com/show_bug.cgi?id=1974821 Bug ID: 1974821 Summary: Review Request: debugbreak - Break into the debugger programmatically Product: Fedora Version: rawhide Hardware: All OS: Linux Status: NEW Component: Package Review Severity: medium Priority: medium Assignee: nobody@xxxxxxxxxxxxxxxxx Reporter: code@xxxxxxxxxxxxxxxxxx QA Contact: extras-qa@xxxxxxxxxxxxxxxxx CC: package-review@xxxxxxxxxxxxxxxxxxxxxxx Target Milestone: --- Classification: Fedora Spec URL: https://music.fedorapeople.org/debugbreak.spec SRPM URL: https://music.fedorapeople.org/debugbreak-1.0-1.fc34.src.rpm Description: debugbreak.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. Fedora Account System UUsername: music This is a header-only library. It is used (technically forked, but only out of date rather than with divergent changes) in https://github.com/biojppm/c4core, which is a dependency for https://github.com/biojppm/rapidyaml. The rapidyaml upstream includes everything by git submodules, but I am hoping to be able to avoid bundling. Koji builds: F35: https://koji.fedoraproject.org/koji/taskinfo?taskID=70615113 F34: https://koji.fedoraproject.org/koji/taskinfo?taskID=70620092 F33: https://koji.fedoraproject.org/koji/taskinfo?taskID=70620311 EL8: https://koji.fedoraproject.org/koji/taskinfo?taskID=70620496 EL7: https://koji.fedoraproject.org/koji/taskinfo?taskID=70620816 -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/package-review@xxxxxxxxxxxxxxxxxxxxxxx Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure