Debugging in IA 64 environment.

Hi all,
I am trying to set a breakpoint on IA 64 machine to
debug a program. I have set the path for symbols to
point to my Debug directory.

But when set breakpoint it says debug symbols could
not be located and gives a error message saying “Code
not found, breakpoint cannot be set”.

What am I doing wrong?
Any idea will be of great help.

Thanx,
Manish


Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/


You are currently subscribed to windbg as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-windbg-$subst(‘Recip.MemberIDChar’)@lists.osr.com

Do you placed “mydriver.sys” in symbols directory ?

— Manish Sapariya wrote: > Hi
all,
> I am trying to set a breakpoint on IA 64 machine to
> debug a program. I have set the path for symbols to
> point to my Debug directory.
>
> But when set breakpoint it says debug symbols could
> not be located and gives a error message saying
> “Code
> not found, breakpoint cannot be set”.
>
> What am I doing wrong?
> Any idea will be of great help.
>
> Thanx,
> Manish
>
>
>
>
> Do You Yahoo!?
> Make international calls for as low as $.04/minute
> with Yahoo! Messenger
> http://phonecard.yahoo.com/
>
> —
> You are currently subscribed to windbg as:
> xxxxx@yahoo.co.uk
> To unsubscribe send a blank email to
leave-windbg-$subst(‘Recip.MemberIDChar’)@lists.osr.com

__________
Do You Yahoo!?
Get your free @yahoo.co.uk address at http://mail.yahoo.co.uk
or your free @yahoo.ie address at http://mail.yahoo.ie


You are currently subscribed to windbg as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-windbg-$subst(‘Recip.MemberIDChar’)@lists.osr.com

Sorry I forgot to write that I am doing application
debugging…
Anyway I will apply the same thing to for my case and
will see whats the result…

thanx,
Manish
— malcom john wrote:
>
> Do you placed “mydriver.sys” in symbols directory ?
>
> — Manish Sapariya wrote: >
> Hi
> all,
> > I am trying to set a breakpoint on IA 64 machine
> to
> > debug a program. I have set the path for symbols
> to
> > point to my Debug directory.
> >
> > But when set breakpoint it says debug symbols
> could
> > not be located and gives a error message saying
> > “Code
> > not found, breakpoint cannot be set”.
> >
> > What am I doing wrong?
> > Any idea will be of great help.
> >
> > Thanx,
> > Manish
> >
> >
> >
> >
> > Do You Yahoo!?
> > Make international calls for as low as $.04/minute
> > with Yahoo! Messenger
> > http://phonecard.yahoo.com/
> >
> > —
> > You are currently subscribed to windbg as:
> > xxxxx@yahoo.co.uk
> > To unsubscribe send a blank email to
> leave-windbg-$subst(‘Recip.MemberIDChar’)@lists.osr.com
>
>
__________
> Do You Yahoo!?
> Get your free @yahoo.co.uk address at
> http://mail.yahoo.co.uk
> or your free @yahoo.ie address at
> http://mail.yahoo.ie
>
> —
> You are currently subscribed to windbg as:
> xxxxx@yahoo.com
> To unsubscribe send a blank email to
leave-windbg-$subst(‘Recip.MemberIDChar’)@lists.osr.com

__________________________________________________
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/


You are currently subscribed to windbg as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-windbg-$subst(‘Recip.MemberIDChar’)@lists.osr.com

Hi John,
I tried but didnt work.

I am pasting here the response of the Windbg when I
load my application.

Symbol search path is:
c:\manish\study\awe\awe___win32_win64;c:\manish\study\awe\awe___win32_win64\awe.exe
WARNING: c:\manish\study\awe\awe___win32_win64\awe.exe
is not accessible
WARNING: c:\manish\study\awe\awe___win32_win64\awe.exe
is not accessible

Microsoft (R) Windows User-Mode Debugger
Version 3.0.0010.0
Copyright (c) Microsoft Corporation. All rights
reserved.

CommandLine:
C:\Manish\Study\AWE\AWE___Win32_Win64\AWE.exe
Loaded dbghelp extension DLL
Loaded ext extension DLL
Loaded exts extension DLL
Loaded uext extension DLL
Loaded ntsdexts extension DLL
Symbol search path is:
c:\manish\study\awe\awe___win32_win64;c:\manish\study\awe\awe___win32_win64\awe.exe
Executable search path is:
ModLoad: 0000000000400000 000000000043e000 AWE.exe

SetContext failed, 0x8007012B
MachineInfo::SetContext failed - pThread:
000006FBFFA2FB40 Handle: 98 Id: 140 - Error ==
0x8007012B
ModLoad: 0000000077e80000 0000000078000000
ntdll.dll
ModLoad: 0000000077ca0000 0000000077e78000
C:\WINDOWS\system32\kernel32.dll
ModLoad: 00000000777c0000 000000007794a000
C:\WINDOWS\system32\ADVAPI32.dll
ModLoad: 00000000775c0000 00000000777ba000
C:\WINDOWS\system32\RPCRT4.dll
Break instruction exception - code 80000003 (first
chance)
*** ERROR: Symbol file could not be found. Defaulted
to export symbols for ntdll.dll -
ntdll!wcstombs+4efe8:
Falcon EM Decoder xversion 9.60, api 9.6, emdb 1.2
00000000`77ed82b8 break.i 80016

0:000> .reload
Reloading current modules
…*** ERROR: Symbol file could not be found.
Defaulted to export symbols for ntdll.dll -

And when I try to set the debug break point it gives
the error message as follows:

Symbol information for the current line could not be
found in the currently loaded symbols, Do you want the
debugger to load the remaining symbols ?

and after pressing Yes,
it says “Code not found, breakpoint not set”

Where am I going wrong?
One thing I dont understand why it says “WARNING:
c:\manish\study\awe\awe___win32_win64\awe.exe is not
accessible”.

Thanx,
Manish


Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/


You are currently subscribed to windbg as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-windbg-$subst(‘Recip.MemberIDChar’)@lists.osr.com

Sounds like you have some kind of symbol problem.

The best way to troubleshoot symbol problems is to turn on noisy symbol loading. You can do this by adding -n to the command line or by typing “!sym noisy” in the debugger, followed by “.reload” With noisy loading on you will see what symbol files the debugger is looking for and where it is looking for them. You will also see error messages if the debugger refuses to load a symbol file.

Typically the problem will jump out at you. The 2 most typical problems are:
symbol path was not set to the correct location
symbol file does not match binary being debugged.

Hope this helps.

-----Original Message-----
From: Manish Sapariya [mailto:xxxxx@yahoo.com]
Sent: Sun 7/22/2001 9:59 PM
To: Kernel Debugging Interest List
Cc:
Subject: [windbg] Re: Debugging in IA 64 environment.

Sorry I forgot to write that I am doing application
debugging…
Anyway I will apply the same thing to for my case and
will see whats the result…

thanx,
Manish
— malcom john wrote:
>
> Do you placed “mydriver.sys” in symbols directory ?
>
> — Manish Sapariya wrote: >
> Hi
> all,
> > I am trying to set a breakpoint on IA 64 machine
> to
> > debug a program. I have set the path for symbols
> to
> > point to my Debug directory.
> >
> > But when set breakpoint it says debug symbols
> could
> > not be located and gives a error message saying
> > “Code
> > not found, breakpoint cannot be set”.
> >
> > What am I doing wrong?
> > Any idea will be of great help.
> >
> > Thanx,
> > Manish
> >
> >
> >
> > __________________________________________________
> > Do You Yahoo!?
> > Make international calls for as low as $.04/minute
> > with Yahoo! Messenger
> > http://phonecard.yahoo.com/
> >
> > —
> > You are currently subscribed to windbg as:
> > xxxxx@yahoo.co.uk
> > To unsubscribe send a blank email to
> xxxxx@lists.osr.com
>
>
____________________________________________________________
> Do You Yahoo!?
> Get your free @yahoo.co.uk address at
> http://mail.yahoo.co.uk
> or your free @yahoo.ie address at
> http://mail.yahoo.ie
>
> —
> You are currently subscribed to windbg as:
> xxxxx@yahoo.com
> To unsubscribe send a blank email to
xxxxx@lists.osr.com

__________________________________________________
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/


You are currently subscribed to windbg as: xxxxx@microsoft.com
To unsubscribe send a blank email to xxxxx@lists.osr.com

???y˫???+.n?+???"???j?.n?Qyȩf??]?:.?˛???m??֛???zf???%y???)?n.n?Qyȩ1??z?
??±??+r?