debugbreak 1.0-1 source package in Ubuntu
Changelog
debugbreak (1.0-1) unstable; urgency=medium * Initial release. (Closes: #1017846) -- Fukui Daichi <email address hidden> Wed, 07 Sep 2022 13:47:14 +0000
Upload details
- Uploaded by:
- Fukui Daichi
- Uploaded to:
- Sid
- Original maintainer:
- Fukui Daichi
- Architectures:
- any
- Section:
- misc
- Urgency:
- Medium Urgency
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
debugbreak_1.0-1.dsc | 1.7 KiB | 78723a68f129af1a5bffee034d66354ce242b921231fe6cd003e7cf69557c681 |
debugbreak_1.0.orig.tar.gz | 6.9 KiB | 62089680cc1cd0857519e2865b274ed7534bfa7ddfce19d72ffee41d4921ae2f |
debugbreak_1.0-1.debian.tar.xz | 2.1 KiB | aa20d2579cd8d47a55ccd4ba9e467735306c09dc18874e64c723708dadb9af6b |
No changes file available.
Binary packages built by this source
- debugbreak: Put breakpoints in C/C++ code
debugbreak.h allows one to put breakpoints in their C/C++ code
with a call to debug_break(). Include the header file and insert
calls to debug_break() in the code where one wishes to break into
the debugger. debugbreak supports GCC, Clang. debugbreak works well
on ARM, AArch64, i686, x86-64, POWER and has a fallback code path for
other architectures.