summaryrefslogtreecommitdiffstats
path: root/tools/gdb
Commit message (Collapse)AuthorAgeFilesLines
* Improved debugging python GDB helpers.evan@chromium.org2010-02-171-1/+76
| | | | | | | | | | | | | | | | Added printing for WebCore::QualifiedName. Added a new command that will print the path from a WebCore::Node to the root. The command is really only half-baked, but hopefully will provide a good starting point for other new commands. (And it did help me track down an SVG bug.) BUG=none TEST=none Patch from Bryan Yeung <bryeung@chromium.org>. Review URL: http://codereview.chromium.org/598051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39215 0039d316-1c4b-4281-b951-d872f2087c98
* linux: add a gdb pretty-print module for WebCore typesevan@chromium.org2010-01-141-0/+96
Now I can see e.g. Indic scripts in my string literals while debugging. Review URL: http://codereview.chromium.org/548019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36288 0039d316-1c4b-4281-b951-d872f2087c98