のねのBlog

パソコンの問題や、ソフトウェアの開発で起きた問題など書いていきます。よろしくお願いします^^。

breakポイントのかけ方

(gdb) sharedlibrary libminikin.so
warning: while parsing target library list: not well-formed (invalid token)
Error reading attached process's symbol file.
com.android.settings: No such file or directory.
Reading symbols from /home/LP500_debug/android/out/target/product/hammerhead/symbols/system/lib/libminikin.so...done.
Loaded symbols for /home/LP500_debug/android/out/target/product/hammerhead/symbols/system/lib/libminikin.so
(gdb) b android::FontCollection::itemize
Breakpoint 2 at 0xb57ef29c: file frameworks/minikin/libs/minikin/FontCollection.cpp, line 183.

(gdb) b android::FontCollection::baseFont
handle SIGSEGV nopass