Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Fri, 15 Feb 2002 05:34:59 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Fri, 15 Feb 2002 05:34:52 -0500 Received: from m7.limsi.fr ([192.44.78.7]:56843 "EHLO m7.limsi.fr") by vger.kernel.org with ESMTP id ; Fri, 15 Feb 2002 05:34:42 -0500 Message-ID: <3C6CF4CD.4040105@limsi.fr> Date: Fri, 15 Feb 2002 12:45:17 +0100 From: Damien Touraine User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.7) Gecko/20011221 X-Accept-Language: en-us MIME-Version: 1.0 To: linux-kernel@vger.kernel.org Subject: Stack information ... Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org II would like to know if there is any way in Linux to monitor the stack of the current program ? Ie : I would like to get the adress of the first element of the stack, the adress of the last one, the full size of the stack and so on. Is-there a doc on the web on how to manage the stack ? Moreover, I would also like to know how to get the information on the virtual memory used by the current process (the size of memory currently used by the process) ... Friendly Damien TOURAINE - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/