-
Notifications
You must be signed in to change notification settings - Fork 264
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
large symbol file support #192
Comments
From bruen...@google.com on September 30, 2011 07:28:00 on Linux as well as Cygwin the plan is to switch from sideline to online symbol processing and unify the two platforms, once we have DRi#445. we still want post-processing support on all platforms ( issue #446 ) for re-running w/ better symbols or w/ new suppressions. and w/ symbol cache support, a different model for supporting too-large-to-map symbol files could be to generate a symbol cache file up front for correctness of the tool and then use post-processing for callstacks. this would mean we would not need any sideline support at all. Summary: large symbol file support |
From bruen...@google.com on September 30, 2011 07:34:00 symbol cache is issue #604 |
From bruen...@google.com on December 20, 2011 15:14:01 adding a note that anyone synthetically created a symcache needs to be aware of wildcard symcache entries: issue #722 added "std::_DebugHeapDelete<*>" whose matches are stored as |
From bruen...@google.com on March 13, 2012 11:25:36 xref list of reasons we need symbols in issue #448 no support for -results_to_stderr? but, only have to avoid one module. to get real syms would have to pass all modules w/ static libc up front: |
From derek.br...@gmail.com on December 10, 2010 17:58:24
PR 583343
for symbol files that don't fit in memory (some combination of large or
many symbol files and significant memory usage by the application) the plan
is to use sideline processing which needs support from issue #44/PR 243532.
may also want to support the post-processing model that is now supported on
Linux via two-step -skip_results/-results invocations (PR 575481)
xref PR 540913: online symbol processing
xref issue #44/PR 243532: [API] symbol table lookup support
Original issue: http://code.google.com/p/drmemory/issues/detail?id=192
The text was updated successfully, but these errors were encountered: