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
Michele Calgaro 869f7d92e1
Update the use of TQRegExp so that it does not require an old API.
The definition of -UTQT_NO_COMPAT is no longer needed.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 4b34cf6bed)
5 years ago
admin@709ea75c2c Reset submodule main/applications/kdbg/admin to latest HEAD 5 years ago
cmake@0c19587aec Reset submodule main/applications/kdbg/cmake to latest HEAD 5 years ago
kdbg Update the use of TQRegExp so that it does not require an old API. 5 years ago
po conversion to the cmake building system. 5 years ago
.gitmodules Switch all submodules to https. 6 years ago
BUGS Initial import 12 years ago
CMakeL10n.txt Add CMakeL10n rules. 7 years ago
CMakeLists.txt Update the use of TQRegExp so that it does not require an old API. 5 years ago
COPYING Initial import 12 years ago
ChangeLog-pre-2.2.0 Initial import 12 years ago
ConfigureChecks.cmake conversion to the cmake building system. 5 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 Rename kdewidgets => tdewidgets 12 years ago
aclocal.m4 Initial import 12 years ago
config.h.cmake conversion to the cmake building system. 5 years ago
config.h.in Initial import 12 years ago
configure.files Initial import 12 years ago
configure.in Initial TDE conversion 12 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>