Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
GDBでは、次のコマンドを実行して、バックトレースの行数をたとえば最上位の5フレームに制限できます。
bt 5
LLDBでは、これと同じコマンドがスレッド5の完全なバックトレースを出力するように見えます。LLDBの個々のコマンドに関する適切なドキュメントが見つかりません-バックトレースの最後の5行だけを印刷することは可能ですか?
これを試して:
bt -c 5
私はここで興味深いLLDB情報の全体と一緒にそれを見つけました:http://lldb.llvm.org/tutorial.html