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]

Why is the LIN-LVP target not stacked?



Why are the target routine in the file lin-lwp.c not put onto 
the target stack with a stratum level between thread_stratum and
process_stratum?  

Currently the thread_stratum routine of thread-db.c call routines 
in lin-lwp.c.  Then the routines in lin-lwp.c directly call 
routines at process_stratum level.  The direct calls in lin-lwp.c 
bypass the calling vectors of the process stack. 

If the LIN_LWP target was stacked it would help with my current
work.


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