summaryrefslogtreecommitdiff
path: root/chromium/tools/gdb/gdbinit
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/tools/gdb/gdbinit')
-rw-r--r--chromium/tools/gdb/gdbinit2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/tools/gdb/gdbinit b/chromium/tools/gdb/gdbinit
index c19bef38a6f..18cc9b61078 100644
--- a/chromium/tools/gdb/gdbinit
+++ b/chromium/tools/gdb/gdbinit
@@ -34,7 +34,7 @@ def load_libcxx_pretty_printers(compile_dir):
src_dir, _ = git.communicate()
if git.returncode:
return
- libcxx_pretty_printers = os.path.join(src_dir.rstrip(), 'third_party',
+ libcxx_pretty_printers = os.path.join(str(src_dir).rstrip(), 'third_party',
'libcxx-pretty-printers', 'src')
if not os.path.isdir(libcxx_pretty_printers):
return