Pat [MSFT]
2003-08-05 18:49:39 UTC
That usually means that there is more than one function of that name (i.e.
the function is overloaded). So, when you give just the function, name
WinDbg/KD doesn't know which version to print. When you use the address, it
does. You can see the various functions by doing 'x nt!KeBugCheckEx
<enter>'
Pat
the function is overloaded). So, when you give just the function, name
WinDbg/KD doesn't know which version to print. When you use the address, it
does. You can see the various functions by doing 'x nt!KeBugCheckEx
<enter>'
Pat
I am looking at an IA-64 dump. As I use u to disassemble
0: kd> u nt!kebugcheckex
I get this error and no assembly code displayed.
Matched: e0000000`83079180 nt!KeBugCheckEx = <no type
information>
Ambiguous symbol error at 'nt!kebugcheckex'
However, when I type this I see the assembly code fine.
0: kd> u e000000083079180
What does this error mean? FYI: I'm running Windbg
6.2.0013.0.
Thanks in advance,
Usha
0: kd> u nt!kebugcheckex
I get this error and no assembly code displayed.
Matched: e0000000`83079180 nt!KeBugCheckEx = <no type
information>
Ambiguous symbol error at 'nt!kebugcheckex'
However, when I type this I see the assembly code fine.
0: kd> u e000000083079180
What does this error mean? FYI: I'm running Windbg
6.2.0013.0.
Thanks in advance,
Usha