Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(54)

Side by Side Diff: tools/gdb/chrome-gdb.py

Issue 2522523002: Add GDB auto-load file to the output directory.
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chrome/BUILD.gn ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # When this auto-load file is installed in the same directory as the Chromium
2 # executable, it automatically registers pretty-printers when you start GDB [1].
3 #
4 # [1] https://sourceware.org/gdb/current/onlinedocs/gdb/Writing-a-Pretty_002dPri nter.html
5 sys.path.insert(0, '../../tools/gdb')
6 import gdb_chrome
OLDNEW
« no previous file with comments | « chrome/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698