]> granicus.if.org Git - apache/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)
commit9b270543458fdcfae759f8691880a9887b9cc460
tree97b228738402e7e1e46ff253af4999c68b2fe336
parent5041fbdc7631a55a0a997bef39ea83eb82fb7154
  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/trunk@98743 13f79535-47bb-0310-9956-ffa450edef68
59 files changed:
Apache.dsp
libhttpd.dsp
modules/aaa/mod_auth_basic.dsp
modules/aaa/mod_auth_digest.dsp
modules/aaa/mod_authn_anon.dsp
modules/aaa/mod_authn_dbm.dsp
modules/aaa/mod_authn_default.dsp
modules/aaa/mod_authn_file.dsp
modules/aaa/mod_authz_dbm.dsp
modules/aaa/mod_authz_default.dsp
modules/aaa/mod_authz_groupfile.dsp
modules/aaa/mod_authz_host.dsp
modules/aaa/mod_authz_user.dsp
modules/arch/win32/mod_isapi.dsp
modules/cache/mod_file_cache.dsp
modules/dav/fs/mod_dav_fs.dsp
modules/dav/main/mod_dav.dsp
modules/experimental/mod_auth_ldap.dsp
modules/experimental/mod_cache.dsp
modules/experimental/mod_charset_lite.dsp
modules/experimental/mod_disk_cache.dsp
modules/experimental/mod_mem_cache.dsp
modules/experimental/util_ldap.dsp
modules/filters/mod_deflate.dsp
modules/filters/mod_ext_filter.dsp
modules/filters/mod_include.dsp
modules/generators/mod_asis.dsp
modules/generators/mod_autoindex.dsp
modules/generators/mod_cgi.dsp
modules/generators/mod_info.dsp
modules/generators/mod_status.dsp
modules/http/mod_mime.dsp
modules/loggers/mod_log_config.dsp
modules/loggers/mod_logio.dsp
modules/mappers/mod_actions.dsp
modules/mappers/mod_alias.dsp
modules/mappers/mod_dir.dsp
modules/mappers/mod_imap.dsp
modules/mappers/mod_negotiation.dsp
modules/mappers/mod_rewrite.dsp
modules/mappers/mod_speling.dsp
modules/mappers/mod_userdir.dsp
modules/mappers/mod_vhost_alias.dsp
modules/metadata/mod_cern_meta.dsp
modules/metadata/mod_env.dsp
modules/metadata/mod_expires.dsp
modules/metadata/mod_headers.dsp
modules/metadata/mod_ident.dsp
modules/metadata/mod_mime_magic.dsp
modules/metadata/mod_setenvif.dsp
modules/metadata/mod_unique_id.dsp
modules/metadata/mod_usertrack.dsp
modules/proxy/mod_proxy.dsp
modules/proxy/mod_proxy_connect.dsp
modules/proxy/mod_proxy_ftp.dsp
modules/proxy/mod_proxy_http.dsp
modules/ssl/mod_ssl.dsp
srclib/pcre/dftables.dsp
support/logresolve.dsp