Groups > Microsoft > WinDbg > Re: AddSyntheticSymbol consuming a lot of time




AddSyntheticSymbol consuming a lot of time

AddSyntheticSymbol consuming a lot of time
Tue, 8 Apr 2008 04:11:05 -0700
Hi,

because we don't have dbg files (compiler is Borland C++ Builder) I
use AddSyntheticSymbol to create debug symbols from the linker map
file.
This works ok for me but it s very, very time consuming.

Is their a way to speed this up _or_ the possibility to generate
an .dbg file from the newly added synthetic symbols?

thanks
Post Reply
Re: AddSyntheticSymbol consuming a lot of time
Sat, 12 Apr 2008 10:59:07 +080
Hello Rob.

I don't know of a way to do what you want short of writing your own tool 
that reads a map file and writes the data to coff format for use in a dbg 
file.  Even so, only native Codeview symbols are recognized by the debugger 
for locals.

.pat styles [microsoft]

"reis" <R.Eisink@qipc.com> wrote in message 
news:75e059f7-f808-42d1-a864-732586f9c3eb@v26g2000prm.googlegroups.com...
Hi,

because we don't have dbg files (compiler is Borland C++ Builder) I
use AddSyntheticSymbol to create debug symbols from the linker map
file.
This works ok for me but it s very, very time consuming.

Is their a way to speed this up _or_ the possibility to generate
an .dbg file from the newly added synthetic symbols?

thanks
Rob 
Post Reply
about | contact