gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] /srv/bzr/gsrc/trunk r1929: add blurb for gdb


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r1929: add blurb for gdb
Date: Mon, 25 Feb 2013 23:17:00 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 1929
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Mon 2013-02-25 23:17:00 +0100
message:
  add blurb for gdb
modified:
  gnu/gdb/Makefile
=== modified file 'gnu/gdb/Makefile'
--- a/gnu/gdb/Makefile  2012-12-16 22:26:25 +0000
+++ b/gnu/gdb/Makefile  2013-02-25 22:17:00 +0000
@@ -3,6 +3,14 @@
 GARVERSION = 7.5.1
 HOME_URL = http://www.gnu.org/software/gdb/
 DESCRIPTION = The GNU debugger
+define BLURB
+ GDB is the GNU debugger.  With it, you can monitor what a program is
+ doing while it runs or what it was doing just before a crash.  It
+ allows you to specify the runtime conditions, to define breakpoints,
+ and to change how the program is running to try to fix bugs.  It can
+ be used to debug programs written in C, C++, Ada, Objective-C, Pascal
+ and more.
+endef
 
 ######################################################################
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]