This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

a question in gdb


i download the gdb-6.3 version,
and configure it as follows:
../gdb-6.3/configure --prefix=/opt/gdb-o32 --host=mipsel-linux -v
make
make install

then i use it to debug a n32 program,
it comes with:
(gdb) run

 Program received signal SIGTRAP, Trace/breakpoint trap.
 0x83df010000160 in ?? ()


why ?
can someone tell me the reason?
thanks a lot.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]