From 9bf081e910eae44c0a6a1342881f04a2cf4dc36b Mon Sep 17 00:00:00 2001 From: Kenny Root Date: Mon, 26 Mar 2012 12:38:16 -0700 Subject: [PATCH] Add hardware API libs and SSL engines to gdb path Hardware API implementations and SSL engines are stored as a subdirectory to the /system/lib directory. This makes it easier to debug them with the "gdbclient" command. Change-Id: If7c3c7ffbca87425aac85d527e44fbea3bb025ad --- envsetup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/envsetup.sh b/envsetup.sh index f11763a916..b7ca7d24f2 100644 --- a/envsetup.sh +++ b/envsetup.sh @@ -757,7 +757,7 @@ function gdbclient() fi echo >|"$OUT_ROOT/gdbclient.cmds" "set solib-absolute-prefix $OUT_SYMBOLS" - echo >>"$OUT_ROOT/gdbclient.cmds" "set solib-search-path $OUT_SO_SYMBOLS" + echo >>"$OUT_ROOT/gdbclient.cmds" "set solib-search-path $OUT_SO_SYMBOLS:$OUT_SO_SYMBOLS/hw:$OUT_SO_SYMBOLS/ssl/engines" echo >>"$OUT_ROOT/gdbclient.cmds" "target remote $PORT" echo >>"$OUT_ROOT/gdbclient.cmds" ""