2017-05-03 84 views

回答

2

運行:

(lldb) help thread 

命令來查看您可以在LLDB線程做什麼。

(lldb) thread list 

將列出線程和

(lldb) thread select 

會選擇你要檢查或步驟線程。雖然它看起來沒有thread list

http://lldb.llvm.org/lldb-gdb.html

:有GDB的用戶在這裏的LLDB小抄。

+0

順便說一句,如果你在lldb中執行'apropos thread',它會顯示所有與線程相關的命令。 –

相關問題