From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20441 invoked by alias); 14 Jan 2011 10:14:02 -0000 Received: (qmail 20433 invoked by uid 22791); 14 Jan 2011 10:14:01 -0000 X-SWARE-Spam-Status: No, hits=0.6 required=5.0 tests=AWL,BAYES_50,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RFC_ABUSE_POST,T_RP_MATCHES_RCVD,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org Received: from nm12-vm0.bullet.mail.sp2.yahoo.com (HELO nm12-vm0.bullet.mail.sp2.yahoo.com) (98.139.91.242) by sourceware.org (qpsmtpd/0.43rc1) with SMTP; Fri, 14 Jan 2011 10:13:54 +0000 Received: from [98.139.91.61] by nm12.bullet.mail.sp2.yahoo.com with NNFMP; 14 Jan 2011 10:13:52 -0000 Received: from [98.139.91.6] by tm1.bullet.mail.sp2.yahoo.com with NNFMP; 14 Jan 2011 10:13:52 -0000 Received: from [127.0.0.1] by omp1006.mail.sp2.yahoo.com with NNFMP; 14 Jan 2011 10:13:52 -0000 Received: (qmail 38572 invoked by uid 60001); 14 Jan 2011 10:13:52 -0000 Message-ID: <442684.38194.qm@web112512.mail.gq1.yahoo.com> Received: from [123.237.141.225] by web112512.mail.gq1.yahoo.com via HTTP; Fri, 14 Jan 2011 02:13:52 PST Date: Fri, 14 Jan 2011 10:14:00 -0000 From: paawan oza Subject: regcache_raw_supply query To: gdb@sourceware.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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: 2011-01/txt/msg00055.txt.bz2 Hi, I am using regcache_raw_supply (armr.regcache, ARM_PS_REGNUM, ®); API to fetch arm register value Is there any macro or API available to fetch arm register's value ? or it is ok to use regcache_raw_supply ? Regards, Oza. ----- Original Message ---- From: paawan oza To: gdb@sourceware.org Sent: Wed, January 5, 2011 6:17:19 PM Subject: Re: arm reversile debugging ; progress Hi all, I am going to implement reversible on processor: S3C6410, ARM1176JZF-S, up to 667MHz, and got the arm-linux running on development kit. so will change linux ABI part in the second phase. Regards, Oza. ----- Original Message ---- From: paawan oza To: gdb@sourceware.org Sent: Wed, November 24, 2010 11:30:35 AM Subject: arm reversile debugging ; progress Hi, I have been trying to setup test environment for the changes in arm-dep.c. where I tried to partially finish arm-reverse part, but there is no way I am able to test because of 'target sim' and arm-tool chain are not being compatible. finally I have decided to purchase, arm development kit and finish both arm-abi and linux-abi part of arm target itself, i though that would be more convenient. May I have some inputs on which development kit will be best suitable for above ? Regards, Oza.