Skip to content

Commit

Permalink
ndk-gdb.py: fix pretty printer path.
Browse files Browse the repository at this point in the history
Bug: #3
Change-Id: I23ec52b8612fb4374ea192b93935329f59c36d16
(cherry picked from commit 4555ef3)
  • Loading branch information
jmgao committed Mar 11, 2016
1 parent f495f7e commit 8e749d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ndk-gdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@ def find_pretty_printer(pretty_printer):
path = os.path.join("stlport", "stlport")
function = "register_stlport_printers"
pp_path = os.path.join(
NDK_PATH, "host-tools", "share", "pretty-printers", path)
ndk_bin_path(), "..", "share", "pretty-printers", path)
return pp_path, function


Expand Down

0 comments on commit 8e749d7

Please sign in to comment.