From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5568 invoked by alias); 6 Jul 2007 08:21:54 -0000 Received: (qmail 5556 invoked by uid 22791); 6 Jul 2007 08:21:53 -0000 X-Spam-Check-By: sourceware.org Received: from ug-out-1314.google.com (HELO ug-out-1314.google.com) (66.249.92.169) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 06 Jul 2007 08:21:49 +0000 Received: by ug-out-1314.google.com with SMTP id s2so728606uge for ; Fri, 06 Jul 2007 01:21:46 -0700 (PDT) Received: by 10.78.147.6 with SMTP id u6mr182709hud.1183710106072; Fri, 06 Jul 2007 01:21:46 -0700 (PDT) Received: by 10.78.139.4 with HTTP; Fri, 6 Jul 2007 01:21:46 -0700 (PDT) Message-ID: Date: Fri, 06 Jul 2007 08:21:00 -0000 From: Rick.Lee To: gdb@sourceware.org Subject: gdb over smbus MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2007-07/txt/msg00046.txt.bz2 hi,all, I have a soc with smbus interface, through this smbus interface, all kinds of resources on chip can be accessed, such as sram, registers, to set/enable/disable breakpoint, restart soc. I want to know if it's possible to port GDB on this soc to supoort souce code level debug? BTW, gcc compiler has been ported to support this kind of soc. I know little about gdb porting, any information are appreciated! thanks,