View Single Post
  #1  
Old 02-28-2005, 15:43
sackpower sackpower is offline
Friend
 
Join Date: Jan 2003
Location: Europe
Posts: 26
Rept. Given: 5
Rept. Rcvd 3 Times in 1 Post
Thanks Given: 15
Thanks Rcvd at 13 Times in 6 Posts
sackpower Reputation: 3
DriverStudio 3.2 - Can't set breakpoint in DLL function

I tried to set a breakpoint on a well known DLL function, but SoftIce 3.2 returns a "NO LDT" error (no Local Descriptor Table) and doesn��t accept the breakpoint. In SoftIce 3.1 the same works very well.

Here is what I wanted to do:

1) Start Symbolloader and load exports dynamically from ��mytest.dll��.
2) From Symbolloader, open the application ��myApp.exe�� (which uses ��mytest.dll��) and press ��Load symbols��. SoftIce pops up.
3) Set breakpoint: bpx mytest!myfunc - SoftIce says: "NO LTD" and doesn��t accept the breakpoint.

What is going wrong here?

Any help on this point would be greatly appreciated.

Sackpower
Reply With Quote