This is the mail archive of the gdb@sourceware.org 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]

debugging the multithreads on PPC embedded platfom


Hi,

    I am using gdb-6.6,and trying to do remote debugging of
multithreaded application.

On the borad I am running the commnad 
	  ./gdbserver-6.6  localhost:12345 --attach 190 &

And on from my linux system I am starting the gdb 

./gdb-6.6 EclipseMSW.elf
GNU gdb 6.6
Copyright 2004 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 "--host=i686-pc-linux-gnu
--target=powerpc-linux"...0x3000f430 in ?? ()
(gdb)


Why I am getting 0x3000f430 in ?? ()?  


Thanks
Jayasri


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