Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_prebuilts_clang_host_linux-x86_clang-r416183b1
/
7fc7eae48a6d7abe603979596afdc7a79592a047
/
.
/
bin
/
lldb.sh
blob: fc21c26212f29ea9c14a617ccc6bdf3038508c21 [
file
] [
log
] [
blame
]
#!/bin/bash
CURDIR
=
$
(
cd $
(
dirname $0
)
&&
pwd
)
export PYTHONHOME
=
"$CURDIR/../python3"
export LD_LIBRARY_PATH
=
"$CURDIR/../python3/lib:$LD_LIBRARY_PATH"
"$CURDIR/lldb"
"$@"