This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: How to disable GDB STUBS?


I have ported RedBoot to my custom board. I am using it to load Linux
and to manage flash binaries. I don't need any GDB support for my
platform. But when user types + or $ it goes into GDB stuff and hangs.
So, I was thinking it to remove completely so that it doesn't hang.

-----Original Message-----
From: Gary Thomas [mailto:gthomas@ecoscentric.com] 
Sent: Tuesday, November 05, 2002 11:25 AM
To: Agarwal, Lomesh
Cc: eCos Discussion
Subject: Re: [ECOS] How to disable GDB STUBS?


On Tue, 2002-11-05 at 12:21, Agarwal, Lomesh wrote:
> In my redboot_ROM.ecm file I added an entry:
> cdl_option CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS {
>     inferred_value 0
> };
> But still all the code under #ifdef CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS
> is getting compiled. How can I undef it?

Why would you want to disable the GDB stubs in RedBoot?

-- 
------------------------------------------------------------
Gary Thomas                  |
eCosCentric, Ltd.            |  
+1 (970) 229-1963            |  eCos & RedBoot experts
gthomas@ecoscentric.com      |
http://www.ecoscentric.com/  |
------------------------------------------------------------

--
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]