also ich würde gerne meine programme mit gdb dbuggen aber bin schon fast am verzweifeln, da ich keinen plan habe, mit was für einer datei als argument ich gdb aufrufen solll.....
hab schon diverse inet seiten durchforstet doch nirgendsd habe ich eine funktionierende lösung gefunden.....
also ich compiliere die cpp datei mit
Code: Alles auswählen
g++ -g -o test test.cpp
diese datei hab ich für die "executable" gehalten die man gdb übergibt aber :
Code: Alles auswählen
d3f3nd3r@debian-stable:~/Desktop/test1$ gdb test
GNU gdb 6.4.90-debian
Copyright (C) 2006 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu"...BFD: /home/d3f3nd3r/Desktop/test1/test: don't know how to handle OS specific section `.gnu.hash' [0x6ffffff6]
"/home/d3f3nd3r/Desktop/test1/test": not in executable format: File format not recognized
(gdb)
kann mir wer helfen, hab keinen plan mehr.....