Breakpoints in bootloader assembly
- From: jared.winick@xxxxxxxx
- Date: Wed, 8 Oct 2008 10:41:31 -0700 (PDT)
I am trying to setup breakpoints in my bootloader before my the main()
function gets called. For instance, I would like be able to set a
breakpoint at the beginning of the StartUp function which is written
in assembly. I have no problem setting breakpoints for C functions,
for example I can create a new breakpoint and just type "main" into
the New Breakpoint dialog. I can also set a HW breakpoint using the
address of main (in my case 0x9000c1c0) and that works too. Trying to
enter "StartUp" rather than "main" doesn't work, nor does using its
address. I have noticed that the symbol "StartUp" isn't seen in my
bootloader executable like "main" is (as inspected with dumpbin). Any
suggestions of what I might be doing wrong would be appreciated.
Thanks.
.
- Follow-Ups:
- Re: Breakpoints in bootloader assembly
- From: Paul G. Tobey [eMVP]
- Re: Breakpoints in bootloader assembly
- Prev by Date: Re: Module in Files section in platfrom.bib
- Next by Date: Re: Breakpoints in bootloader assembly
- Previous by thread: Module in Files section in platfrom.bib
- Next by thread: Re: Breakpoints in bootloader assembly
- Index(es):
Relevant Pages
|