From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26668 invoked by alias); 8 Sep 2009 10:15:37 -0000 Received: (qmail 26596 invoked by uid 22791); 8 Sep 2009 10:15:36 -0000 X-SWARE-Spam-Status: No, hits=2.3 required=5.0 tests=AWL,BAYES_50,J_CHICKENPOX_31,J_CHICKENPOX_41,J_CHICKENPOX_51,J_CHICKENPOX_52,J_CHICKENPOX_57,J_CHICKENPOX_73,SPF_PASS X-Spam-Check-By: sourceware.org Received: from ybbsmtp05.mail.ogk.yahoo.co.jp (HELO ybbsmtp05.mail.ogk.yahoo.co.jp) (124.83.153.125) by sourceware.org (qpsmtpd/0.43rc1) with SMTP; Tue, 08 Sep 2009 10:15:27 +0000 Received: (qmail 4039 invoked by alias); 8 Sep 2009 10:15:23 -0000 Received: from unknown (HELO masahiro) (219.36.42.48 with poptime) by ybbsmtp05.mail.ogk.yahoo.co.jp with SMTP; 8 Sep 2009 10:15:23 -0000 X-Apparently-From: Message-ID: From: "m mariga" To: "John Dallaway" Cc: References: <3100D422DF3A4D7B9D337FD86D646F40@masahiro> <4A65D8D3.9060400@dallaway.org.uk> <3F8ED0BDC83C43259ADD0DDE963395DF@masahiro> <4A671AEE.2000101@dallaway.org.uk> <407D126036C3460AB7AA0264475F04E0@masahiro> <4A6971F2.1030100@dallaway.org.uk> <095F57A600314F7E86F6731FCC889A3D@masahiro> <87D23C72FA344A339A61EA9D3E333467@masahiro> <4AA0DFEB.2020800@dallaway.org.uk> <5D7EE4D955F443C7946FC40DB7EE93C1@masahiro> <4AA4EE58.2050100@dallaway.org.uk> Date: Tue, 08 Sep 2009 10:15:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="ISO-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact ecos-discuss-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: ecos-discuss-owner@ecos.sourceware.org Subject: Re: [ECOS] Re: How to set GDB Stub Options in order to run insight ? X-SW-Source: 2009-09/txt/msg00073.txt.bz2 Hello, I am very sorry for my ambiguity. Please make allowance for my poor capacity of English. What I am doing is only to confirm the operation of Insight debugging application(nc_test_slave.elf). My purpose is that I start up Insight on cygwin and load nc_test_slave.elf and know it breaks at top of cyg_start and I can do stepping operation. Since I changed option to 1,Insight began to display log strings when I entered "c"(continue), but it still can't go to break-point at top of cyg_start and bogged in silence state after displaying [cyg_net_init] Done. I only showed normal RedBoot-log for comparing in order to know the cause of Insight's stopping. This was the log that I ran nc_test_slave on RedBoot-Monitor by "go" command without Insight. I deducted that Insight-stopping's cause is related to network operation because on RedBoot-log,"Start Network Characterization - SLAVE" was displayed after [cyg_net_init] Done. My guessing is that I perhaps could be able to run through Insight by making network-related options available. I beseech you to teach me that. After I changed option to 1,I re-ran newly-built nc_test_slave on RedBoot-Monitor without Insight by way of trial. Then it failed by displaying next codes,whereas on previous normal RedBoot-log it showed "Network stack using 69632 bytes for misc space" . RedBoot> go 0x410000 $O4E6574776F726B20737461636B207573696E6720363936333220627974657320666F72206D6973632073706163650A#0C I strengthened my network-related guessing because network function was deteriorated by my changing option to 1. By the way in order to not use BOOTP,I have been making CYGSEM_REDBOOT_DEFAULT_NO_BOOTP option available in redboot.cdl. >From here on, my explanation is vagued by bad memory. About 2 years ago,I succeeded to ran the same nc_test_slave on SH target using Insight. I confirmed I could step through the source codes,so I could debug network program on Insight. At that time,I think I did not change CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS to 1,so maybe there are other ways to run nc_test_slave on Insight not by manipulating CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS option. I am not sure. I am much obliged your help. m mariga -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss