summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tools/symsrc/README.chromium14
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/