Changes

Jump to: navigation, search

Potential Projects

876 bytes added, 15:09, 19 January 2008
no edit summary
Resources: dave, ctyler
 
== gdb symbol server support ==
 
Microsoft's debugger allows the use of a symbol server, which it can use to download debugging symbols for programs and libraries. [http://developer.mozilla.org/en/docs/Using_the_Mozilla_symbol_server Mozilla provides this] for nightly and release builds on Windows, and it's useful for people to debug their crashes locally without having to build a debug build. This functionality doesn't exist for Linux or OS X, where gdb is the debugger. gdb does support loading debug symbols from external files, so it could probably be extended to look for the symbols on a web server first.
 
References:
# https://bugzilla.mozilla.org/show_bug.cgi?id=412722#c5
# http://www.linuxcommand.org/man_pages/objcopy1.html (see --add-gnu-debuglink and --only-keep-debug)
# http://www.totalviewtech.com/Documentation/Tips/gnu_debuglink.html
Resources: ted
1
edit

Navigation menu