summaryrefslogtreecommitdiffstats
path: root/chrome/tools/process_dumps_linux.py
Commit message (Collapse)AuthorAgeFilesLines
* Add process_dumps_linx.py to a separate directory.chrisphan@google.com2012-07-261-300/+0
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148449 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 139171 - Move process_dumps_linux.py to a separate directory.nirnimesh@chromium.org2012-07-211-0/+300
| | | | | | | | | | | | | | | +++ REVERT NOTICE +++ Bad commit. Destination file is empty +++ +++ This way chromebot can do a checkout. Review URL: https://chromiumcodereview.appspot.com/10440056 TBR=chrisphan@chromium.org Review URL: https://chromiumcodereview.appspot.com/10800066 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147755 0039d316-1c4b-4281-b951-d872f2087c98
* Move process_dumps_linux.py to a separate directory.chrisphan@chromium.org2012-05-261-300/+0
| | | | | | | | This way chromebot can do a checkout. Review URL: https://chromiumcodereview.appspot.com/10440056 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139171 0039d316-1c4b-4281-b951-d872f2087c98
* Fix python scripts in src/chrome/maruel@chromium.org2011-11-271-6/+8
| | | | | | | | | | | | | | | | | | | | Make sure that: - shebang is only present for executable files - shebang is #!/usr/bin/env python - __main__ is only present for executable files - file's executable bit is coherent Also fix EOF LF to be only one. Minor python style fixes. TBR=nirnimesh@chromium.org BUG=105108 TEST= Review URL: http://codereview.chromium.org/8680018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111658 0039d316-1c4b-4281-b951-d872f2087c98
* Add support for Linux kernels >=3.0-rc1 in Python related build files by:tony@chromium.org2011-06-161-1/+1
| | | | | | | | | | | | | | | - replacing occurences of sys.platform == 'linux2' with sys.platform.startswith('linux') - congregating occurences of sys.platform in ('linux[X]', 'linuxY', ...) to sys.platform.startswith('linux') - adding the key 'linux3' to all relevant lookup dicts BUG=85845 TEST=Try building chromium on Linux >=3.0-r1 Review URL: http://codereview.chromium.org/7172016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89354 0039d316-1c4b-4281-b951-d872f2087c98
* Add an option to specify the module namenirnimesh@chromium.org2011-04-251-3/+7
| | | | | | | | | | | | This is so that I can use this script for non-chrome sym files too, particularly pepper. R=thestig@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/6895044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@82911 0039d316-1c4b-4281-b951-d872f2087c98
* Add convenience flags for processing chrome dumps on chromeos.nirnimesh@chromium.org2011-04-161-11/+17
| | | | | | | | | | | | | Sample usage for chromeos chrome dmps: python process_dumps_linux.py --processor-dir=. --symbol-dir=debug/breakpad/chrome/A9EE56E4F8A61BB38CA990B65A53E28E0 --symbol-filename=chrome.sym --dump-file=chromium-renderer-minidump-786fe1677009746c.dmp BUG= TEST= Review URL: http://codereview.chromium.org/6873024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81841 0039d316-1c4b-4281-b951-d872f2087c98
* Linux Reliability Bot: set the correct name for 64-bit Breakpad symbol files.thestig@chromium.org2010-08-311-1/+1
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/3236007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58066 0039d316-1c4b-4281-b951-d872f2087c98
* Add a dump-file option to process_dumps_linux.pyhuanr@chromium.org2009-10-281-12/+22
| | | | | | | | | TEST=run process_dumps_linux.py with --dump-file option. BUG=22265 Review URL: http://codereview.chromium.org/342030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30404 0039d316-1c4b-4281-b951-d872f2087c98
* Add a script to process dumps on Linux.thestig@chromium.org2009-10-161-0/+278
BUG=22265 TEST=none Review URL: http://codereview.chromium.org/267123 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29298 0039d316-1c4b-4281-b951-d872f2087c98