From mboxrd@z Thu Jan 1 00:00:00 1970 From: "John S. Kallal" To: gdb@sources.redhat.com Subject: Why is the LIN-LVP target not stacked? Date: Thu, 17 May 2001 18:44:00 -0000 Message-id: <3B047EE5.D9D8082@home.com> X-SW-Source: 2001-05/msg00299.html 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.