Symbol search



 DEVELOP > c-Plus-Plus > Symbol search

LINK TO THIS PAGE  


rating :  0   |  0


  Page 1 of 1

1

 
Topic: DEVELOP > c-Plus-Plus
User: "Shooting"
Date: 29 Aug 2006 10:09:02 PM
Object: Symbol search
Is there any tools can help me to find all the pointer operation in my
source code? I'am using the vs.net 2005. It seems that all the symbol
information is in the .pdb file. How can I get them?
thanks
.

User: "Phlip"

Title: Re: Symbol search 30 Aug 2006 12:44:23 AM
Shooting wrote:

Is there any tools can help me to find all the pointer operation in my
source code?

Why do you want them?
If they leak, you should try Purify or Valgrind on them.

I'am using the vs.net 2005. It seems that all the symbol
information is in the .pdb file. How can I get them?

All such tools are best served on their respective forums. This one is only
qualified to discuss raw C++ itself.
All such tools emit browser information that can be parsed. I'd Google for
[pdb browser] to start.
--
Phlip
http://c2.com/cgi/wiki?ZeekLand <-- NOT a blog!!!
.

User: "Victor Bazarov"

Title: Re: Symbol search 30 Aug 2006 07:19:38 AM
Shooting wrote:

Is there any tools can help me to find all the pointer operation in my
source code? I'am using the vs.net 2005. It seems that all the symbol
information is in the .pdb file. How can I get them?

This information (.pdb file) is compiler-specific. Please consider asking
in the newsgroup dedicated to your compiler (microsoft.public.vc.language)
V
--
Please remove capital 'A's when replying by e-mail
I do not respond to top-posted replies, please don't ask
.


  Page 1 of 1

1

 


Related Articles
 

NEWER

pg.1232     pg.940     pg.716     pg.544     pg.412     pg.311     pg.234     pg.175     pg.130     pg.96     pg.70     pg.50     pg.35     pg.24     pg.16     pg.10     pg.6     pg.3     pg.1

OLDER