summaryrefslogtreecommitdiffstats
path: root/solenv
diff options
context:
space:
mode:
authorPeter Foley <pefoley2@verizon.net>2013-04-16 21:12:12 -0400
committerPeter Foley <pefoley2@verizon.net>2013-04-16 21:12:49 -0400
commit346431a13853c651ca4fb4db7893bfc7bfcbf2ab (patch)
treeeace753dd1f1fe7088cbe6cdddf4547e2125d66d /solenv
parentremove whitespace from xml tags (diff)
downloadcore-346431a13853c651ca4fb4db7893bfc7bfcbf2ab.tar.gz
core-346431a13853c651ca4fb4db7893bfc7bfcbf2ab.zip
fix gdb pretty-printers for non-merged
Change-Id: I7e248a48ee8443b0f9209be708ce65dab57275f7
Diffstat (limited to 'solenv')
-rwxr-xr-xsolenv/bin/install-gdb-printers3
1 files changed, 3 insertions, 0 deletions
diff --git a/solenv/bin/install-gdb-printers b/solenv/bin/install-gdb-printers
index 9f94d10f2718..9a465dd3ada5 100755
--- a/solenv/bin/install-gdb-printers
+++ b/solenv/bin/install-gdb-printers
@@ -184,8 +184,11 @@ if [[ -n "${MERGELIBS}" ]]; then
make_autoload sw program libswlo."$DYLIB"
fi
else
+ make_autoload cppu ure-link/lib libuno_cppu."$DYLIB".3
+ make_autoload sal ure-link/lib libuno_sal."$DYLIB".3
make_autoload svl program libsvllo."$DYLIB"
make_autoload tl program libtllo."$DYLIB"
+ make_autoload sw program libswlo."$DYLIB"
fi
# vim:set shiftwidth=4 softtabstop=4 expandtab: