[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

regd RTL debugger



Hi
 
  All
 
  i have few doubts, regd  rtl_debug.o module.
  Could u pls any one clarify these.
 
 whether it is possible to use one module rtl_debug.o to debug different modules
 separately used by two people, i faced probelm while doing this.
 
my assumption is it is not possible to use same module( rtl_module.o)
 to be used by two different persons to debug their own modules.
 
i want to use like this,  to do this what i have to do,
whether i have to compile the rtl_debug.c code  and generate another  module( object) instance of
debugger?
i tried this also,
 still its giving problem....
 
I tried this as follows,
 one module with same name rtl_debug.o , inseted with default fifo set ( 10,11,12)
i compiled the source code of the compiler module and got with another name like  "debug.o"
and here i set the fifo for communications as 20(ie 20,21,22).
 
this is not wotking?
 
any suggestions or help?????????
------------------------------------------------------------------------------------------------------
AND MY second problem is as follows
 
i am unable to set or print the varianbles some times  via gdb ( just command line , not using GDB)
like the context is as follws
 1) global variables of a file( assume here i am having only one file) in a module
  2) local variable in functions otherthan threads.
    printing and    setiing the variables in threads is working properly?
 
 any suggestins and help is invited...
 
 
Advance Thanks for reading this such a big mail
chandu
 
 
These are my personal interests and openinons.