NickIN
(NickIN)
2016 年9 月 15 日 06:41
1
Hi,
Want to know does anyone have an link for all the commands help for “LLDB” debugger. It’s required when we need to write any script
so that we can study which all commands can be used for an specific thing.
Searching the web lands mostly on
http://lldb.llvm.org/
http://lldb.llvm.org/lldb-gdb.html
http://llvm.org/releases/3.3/docs/index.html
Any documents for complete list of commands of LLDB.
Thanks in advance.
NickIN
PS: Currently manually prepareing an .docx file of commands for study. Will upload soon when its done. Screen shot attached.
1 个赞
Zhang
2016 年9 月 15 日 08:51
2
as a hobbyist LLVM developer I can say for sure that LLVM and its subprojects ’ docs are all Poorly written
NickIN
(NickIN)
2016 年9 月 15 日 11:26
3
NavilleZhang,
Thank you for your feedback.
Manually copy & pasted + slightly formatted.
Attached is an .zip file containing “LLDB-commands-help-manually-copied.pdf”
Cheers!
NickIN
LLDB-commands-help-manually-copied.zip (319.0 KB)
1 个赞
Zhang
2016 年9 月 15 日 13:22
4
i remember they had some doc using sphinx?
Dunno never messed around with LLDB