From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15972 invoked by alias); 7 Aug 2002 01:17:19 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 15883 invoked from network); 7 Aug 2002 01:17:18 -0000 Received: from unknown (HELO mta03ps.bigpond.com) (144.135.25.135) by sources.redhat.com with SMTP; 7 Aug 2002 01:17:18 -0000 Received: from amdk7 ([144.135.25.69]) by mta03ps.bigpond.com (Netscape Messaging Server 4.15 mta03ps May 23 2002 23:53:28) with SMTP id H0G8WS00.0GX for ; Wed, 7 Aug 2002 11:17:16 +1000 Received: from CPE-144-132-24-231.vic.bigpond.net.au ([144.132.24.231]) by PSMAM01.mailsvc.email.bigpond.com(MailRouter V3.0n 65/7076510); 07 Aug 2002 11:17:15 From: "Nicolas Moreau" To: gdb@sources.redhat.com Date: Tue, 06 Aug 2002 18:17:00 -0000 MIME-Version: 1.0 Subject: RTOS awareness Message-ID: <3D510273.8727.5B50901@localhost> Priority: normal Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body X-SW-Source: 2002-08/txt/msg00040.txt.bz2 Hi I would like to write a UCOS II (embedded RTOS) awarness module for GDB to use on our embedded system. What I want to display is the data structure associated with each task, the display has to be in a user friendly format (no raw memory dump) Where can I start ? How can I extend the fucntionality of UCOS ? What source files should I be looking at ? Thanks Nick