diff options
author | deanm@chromium.org <deanm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-07 13:44:51 +0000 |
---|---|---|
committer | deanm@chromium.org <deanm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-07 13:44:51 +0000 |
commit | 5c3bcccb4c6ac538b385e52ab9a00a9fa06615d4 (patch) | |
tree | 7f4f468dbb239c13450c807cc563e016c0c48533 /tools | |
parent | cff1841ada280b9d7be8883851e1acca259da7de (diff) | |
download | chromium_src-5c3bcccb4c6ac538b385e52ab9a00a9fa06615d4.zip chromium_src-5c3bcccb4c6ac538b385e52ab9a00a9fa06615d4.tar.gz chromium_src-5c3bcccb4c6ac538b385e52ab9a00a9fa06615d4.tar.bz2 |
Add the README.chromium for the symbol and source server scripts.
Review URL: http://codereview.chromium.org/155139
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20023 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/symsrc/README.chromium | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/tools/symsrc/README.chromium b/tools/symsrc/README.chromium new file mode 100644 index 0000000..0398fe0 --- /dev/null +++ b/tools/symsrc/README.chromium @@ -0,0 +1,14 @@ +These files are related to the symbol and source server. + +This requires some Microsoft utilities. From a 32-bit WinDbg installation with +source server support, copy the following files to this directory: + dbghelp.dll + pdbstr.exe + srctool.exe + +The follow files were copied from the BSD licensed pefile-1.2.9.1: + COPYING-pefile + pefile.py + +pefile is available from: + http://code.google.com/p/pefile/ |