SHA256
8
0
forked from pool/debugbreak

Accepting request 1059407 from home:jengelh:branches:devel:libraries:c_c++

OBS-URL: https://build.opensuse.org/request/show/1059407
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/debugbreak?expand=0&rev=2
This commit is contained in:
2023-01-18 15:16:02 +00:00
committed by Git OBS Bridge
parent 69af9ac81c
commit ae03c0bae2
2 changed files with 14 additions and 6 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jan 18 15:03:04 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
- Use noun phrase for descriptions.
-------------------------------------------------------------------
Thu Jan 5 13:47:47 UTC 2023 - Paolo Stivanin <info@paolostivanin.com>

View File

@@ -20,16 +20,19 @@ Name: debugbreak
Version: 1.0~git.20210702
Release: 0
BuildArch: noarch
Summary: Put breakpoints in your C/C++ code with a call to debug_break()
Summary: Breakpoint injector for C/C++ code
License: BSD-2-Clause
URL: https://github.com/scottt/debugbreak
Source: %{name}-%{version}.tar.xz
%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.
debugbreak.h allows setting breakpoints in C/C++ code with a call to
the debug_break() function.
* Include one header file and insert calls to debug_break() in the code where
you wish to trap into the debugger.
* Works well on ARM, AArch64, i686, x86-64, POWER and has a fallback code path
for other architectures.
* Works like the DebugBreak() fuction provided by Windows and QNX.
%package devel
@@ -40,7 +43,7 @@ Requires: %{name} = %{version}
This package contains the header file needed to use debug_break.
%prep
%setup -q
%autosetup
%build