diff options
author | Peter Foley <pefoley2@verizon.net> | 2013-04-16 21:12:12 -0400 |
---|---|---|
committer | Peter Foley <pefoley2@verizon.net> | 2013-04-16 21:12:49 -0400 |
commit | 346431a13853c651ca4fb4db7893bfc7bfcbf2ab (patch) | |
tree | eace753dd1f1fe7088cbe6cdddf4547e2125d66d /solenv/bin/install-gdb-printers | |
parent | 3c2e1c680a085ce79bfdb1a4e23c8113abba500c (diff) |
fix gdb pretty-printers for non-merged
Change-Id: I7e248a48ee8443b0f9209be708ce65dab57275f7
Diffstat (limited to 'solenv/bin/install-gdb-printers')
-rwxr-xr-x | solenv/bin/install-gdb-printers | 3 |
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: |