KDbg – graphical debugger interface
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Go to file
Johannes Sixt a8abc77457
Grok gdb 7's <incomplete sequence> marker in strings.
When a string ends in an incomplete multi-byte sequence, gdb adds an
<incomplete sequence...> fragment to the end of the string. Previously,
this resulted in a parse error and incomplete variable information.

Reported by Kevin Lemay.
(cherry picked from upstream commit 03da8a5ec97c8c7b125b2bd453d2f1c3a018d477)
6 years ago
admin@68f23556e6 Reset submodule main/applications/kdbg/admin to latest HEAD 7 years ago
cmake@74654feb3b Reset submodule main/applications/kdbg/cmake to latest HEAD 6 years ago
kdbg Grok gdb 7's <incomplete sequence> marker in strings. 6 years ago
po Translated using Weblate (Italian) 6 years ago
.gitmodules Added common directories 12 years ago
BUGS Initial import 12 years ago
CMakeL10n.txt Add CMakeL10n rules. 7 years ago
COPYING Initial import 12 years ago
ChangeLog-pre-2.2.0 Initial import 12 years ago
Makefile.am Initial import 12 years ago
README Initial import 12 years ago
ReleaseNotes-2.2.0 Initial import 12 years ago
ReleaseNotes-2.2.1 Initial import 12 years ago
ReleaseNotes-2.2.2 Initial import 12 years ago
TODO Initial import 12 years ago
acinclude.m4 Replaced _BSD_SOURCE, _SVID_SOURCE with _DEFAULT_SOURCE. Removed AC_CHECK_GNU_EXTENSIONS. 7 years ago
aclocal.m4 Initial import 12 years ago
config.h.in Initial import 12 years ago
configure.files Initial import 12 years ago
configure.in KDE_USE_QT* -> KDE_USE_TQT* conversion 7 years ago
configure.in.in Initial import 12 years ago
configure.in.mid Initial import 12 years ago
kdbg.spec Initial TDE conversion 12 years ago
subdirs Initial import 12 years ago

README

This is KDbg, a graphical user interface around gdb using
KDE, the K Desktop Environment.

To install:

	./configure
	make
	make install

Problem reports as well as success stories are welcome!

The homepage is at

	http://www.kdbg.org/

You'll find the most recent version of KDbg there as well as
other useful information concerning debugging.

Johannes Sixt <j6t@kdbg.org>