LLDB complete commands documentation

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 个赞

as a hobbyist LLVM developer I can say for sure that LLVM and its subprojects ’ docs are all Poorly written

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 个赞

i remember they had some doc using sphinx?
Dunno never messed around with LLDB