c++ - AOSP GDB doesn't import python pretty printer for stl -


i run gdb pretty printers of python stl debugging.

but gdb shows "python scripting not supported in copy of gdb."

below information of gdb use

$show version    gnu gdb (gdb) 7.7  (gdb) show configuration    gdb configured follows:    configure --host=x86_64-linux-gnu --target=arm-linux-android          --with-auto-load-dir=$debugdir:$datadir/auto-load          --with-auto-load-safe-path=$debugdir:$datadir/auto-load          --with-expat          --with-gdb-datadir=/tmp/ndk-xur/build/toolchain/prefix/share/gdb (relocatable)          --with-jit-reader-dir=/tmp/ndk-xur/build/toolchain/prefix/lib/gdb (relocatable)          --without-libunwind-ia64          --without-lzma          --with-separate-debug-dir=/tmp/ndk-xur/build/toolchain/prefix/lib/debug (relocatable)          --with-zlib          --without-babeltrace 

aosp gdb location ./prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9/bin/arm-linux-androideabi-gdb

can let me know how gdb running python script in aosp?

also.. tried re-build new configuraion --with-python in aosp don't know how start build option.


Comments

Popular posts from this blog

php - Permission denied. Laravel linux server -

google bigquery - Delta between query execution time and Java query call to finish -

python - Pandas two dataframes multiplication? -