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.
Cherry picked and adapted from commit 0efc808f from the original author of kdbg, code available at https://github.com/j6t/kdbg under GPL 2.0" Quote from the author: In early days of KDbg, it was important to use a suitable command to load a core file. This was before gdb 4.16. To pick the right command, the version number was parsed from gdb's greeting. At least with modern gdb the regular expression does not match anymore. So let's assume that nobody is using ancient gdb anymore, and always use the modern command. Signed-off-by: gregory guy <g-gregory@gmx.fr> |
6 years ago | |
---|---|---|
admin@68f23556e6 | 7 years ago | |
cmake@74654feb3b | 6 years ago | |
kdbg | 6 years ago | |
po | 6 years ago | |
.gitmodules | 12 years ago | |
BUGS | 12 years ago | |
CMakeL10n.txt | 7 years ago | |
COPYING | 12 years ago | |
ChangeLog-pre-2.2.0 | 12 years ago | |
Makefile.am | 12 years ago | |
README | 12 years ago | |
ReleaseNotes-2.2.0 | 12 years ago | |
ReleaseNotes-2.2.1 | 12 years ago | |
ReleaseNotes-2.2.2 | 12 years ago | |
TODO | 12 years ago | |
acinclude.m4 | 7 years ago | |
aclocal.m4 | 12 years ago | |
config.h.in | 12 years ago | |
configure.files | 12 years ago | |
configure.in | 7 years ago | |
configure.in.in | 12 years ago | |
configure.in.mid | 12 years ago | |
kdbg.spec | 12 years ago | |
subdirs | 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>