]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
After consultations on the APR list, it was decided that /map files are
authorWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 20 Feb 2003 15:56:04 +0000 (15:56 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 20 Feb 2003 15:56:04 +0000 (15:56 +0000)
commit35b80d279a95c665361fd91805377c4ffc49818d
treed4a65625c3bd0c986b2fc047b6d38ac1e7e51b7a
parentdb8bb76c2fa609dafe0de2aa9369f609f223bf01
  After consultations on the APR list, it was decided that /map files are
  fairly redundant when you retain rich .pdb debugging symbol files.  We
  have rarely used them, and generally .dbg and .pdb files prove much more
  useful for the cases we have.

  While eliminating /map files, we are also shrinking the size of the .dbg
  files by stripping 'private' symbol information.  Really this means less
  rich diagnostics from Dr. Watson on NT or Win9x when they query the .dbg
  symbols in creating a DrWatson log file.  But it's more than compensated
  for on newer OS'es where Dr. Watson will query the .pdb symbols, on all
  Win32 flavors when WinDbg is used with the .pdb symbols, and the fact that
  the distribution of binary symbols will use less bandwidth when less
  information is duplicated from the .pdb format into the .dbg files.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98743 13f79535-47bb-0310-9956-ffa450edef68
support/rotatelogs.dsp
support/win32/ApacheMonitor.dsp
support/win32/wintty.dsp