You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdenetwork/krfb/kinetd
Slávek Banko ba6db0daa9
Add CMakeL10n rules.
6 years ago
..
CMakeL10n.txt Add CMakeL10n rules. 6 years ago
CMakeLists.txt Rename a number of libraries and executables to avoid conflicts with KDE4 11 years ago
Makefile.am Additional k => tde renaming and fixes 11 years ago
README.debugging Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
eventsrc Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kinetd.cpp Do not print bind failure warnings during port availability scan 10 years ago
kinetd.desktop Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to match XDG specifications 10 years ago
kinetd.h Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 11 years ago
kinetdmodule.desktop Update XDG information in support of bug report 892. 12 years ago

README.debugging

Recommended practice to debug a kinetd program
==============================================

Instead of executing your program directly, start a wrapper script that 
looks like this:

#!/bin/sh
exec xterm -e gdb --args /opt/kde/bin/krfb $1 $2

Note that you cannot use konsole because it closes the file descriptor. You need 
a very recent gdb version for the "--args" option (>= 5.2, only available as
CVS snapshot at this time).