Hi,
We are implementing a project where we try to integrate a DTRACE output of our C++ application with opengrok source code browser. The application source-code is indexed using opengrok and when one clicks on a function (generated from the DTRACE output) he should be able to jump to the source-code definition of that particular function. In this regard, we are facing a searching problem using the definition search of opengrok when function names are scoped according to their class/namespace hierarchy. For e.g, the function "Class1::func1" (or Namespace1::Class1::func1) cannot resolve to the correct function definition in the code if we use the definition search for this. If the scoped part is removed and only the function name is searched for, the result returned is for multiple classes (which is obvious, since multiple classes can have this function defined within them). Has anybody faced this problem before? Please let us know if there's a possible solution to this problem. Thanks, Suprabhat -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.opensolaris.org/pipermail/opengrok-discuss/attachments/20081023/56ec0d0e/attachment.html>
