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:
@@ -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>
|
||||
|
||||
|
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user