|
From: Julian S. <js...@ac...> - 2008-01-02 16:47:44
|
> > Is there a convenient way to identify all user-defined functions? > > Well, you might be able to use debug info to look up code addresses and > then look at the filename/directory. It depends on how general a mechanism > you want -- if you're only looking at a single program it would be easy to > identify the user-defined functions, but doing it more generally might be > difficult. So to step back a bit, what are you trying to do? Why do you want to ignore libraries? J |