cgdb 0.8.0-2build2 source package in Ubuntu

Changelog

cgdb (0.8.0-2build2) noble; urgency=medium

  * No-change rebuild for CVE-2024-3094

 -- William Grant <email address hidden>  Mon, 01 Apr 2024 16:36:57 +1100

Upload details

Uploaded by:
William Grant
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe devel
Noble release universe devel

Downloads

File Size SHA-256 Checksum
cgdb_0.8.0.orig.tar.gz 757.0 KiB 0d38b524d377257b106bad6d856d8ae3304140e1ee24085343e6ddf1b65811f1
cgdb_0.8.0-2build2.debian.tar.xz 4.2 KiB 6d5a1e60c10240a093380976a7b7185ea628caeb9e9a688f7d3cadfdfa6932bb
cgdb_0.8.0-2build2.dsc 1.9 KiB fa954db3ab4018a4b58d15568bd706490db75a24428a8b77171528b4f9edafa9

Available diffs

View changes file

Binary packages built by this source

cgdb: curses-based interface to the GNU Debugger (GDB)

 CGDB is a curses frontend to the GNU Debugger (GDB). The goal of CGDB is
 to be lightweight and responsive; not encumbered with unnecessary features.
 .
 The interface is designed to deliver the familiar GDB text interface, with a
 split screen showing the source as it executes. The UI is modeled on the
 classic Unix text editor, vi. Those familiar with vi should feel right at home
 using CGDB.
 .
 Some features offered by CGDB are:
   * Syntax-highlighted source window
   * Visual breakpoint setting
   * Keyboard shortcuts for common functions
   * Searching source window (using regexp)

cgdb-dbgsym: debug symbols for cgdb