Also be sure to use the "apropos" command. This command will search all commands and the help text for any matches. So if you want to learn about breakpoints you can do:
(lldb) apropos breakpoint (lldb) apropos step This will help you find commands by keyword. If you have used GDB before we have: http://lldb.llvm.org/lldb-gdb.html This will help you see what you used to use in GDB and how to do it in LLDB. Greg Clayton On May 8, 2014, at 2:07 AM, Seizo Sakurai <[email protected]> wrote: > Thank you very much. > > The command line given gives me what I wanted. Thanks! > > Seizo > > On May 8, 2014, at 12:32 PM, Enrico Granata <[email protected]> wrote: > >> If you try >> >> (lldb) help help >> >> it will tell you which flag to use to get a dump of everything including >> aliases :) >> I can't remember the flag right now and I don't have a computer handy, but >> wanted to point you to where to find the answer! >> >> Sent from the iPhone of >> Enrico Granata <egranata@š.com> >> >> On May 7, 2014, at 3:56 AM, Seizo Sakurai <[email protected]> wrote: >> >>> Hello, >>> >>> I just started to code on mac and started to used lldb. >>> I have a question on lldb. >>> >>> Is there a way to print out the complete list of lldb command I can use? >>> The help command without argument seems to print out the sub-set of >>> commands available. >>> For example, there is a āimageā command which does not show from the output >>> of >>> >> lldb help >>> command. However, if I do: >>> >> lldb help image >>> it prints out the explanation of the image command. >>> >>> I read through āLLDB Tutorialā at the LLDB home page. >>> Are there more complete users documentation on LLDB ? >>> >>> Thanks, >>> >>> Seizo >>> >>> >>> _______________________________________________ >>> lldb-dev mailing list >>> [email protected] >>> http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev > > _______________________________________________ > lldb-dev mailing list > [email protected] > http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev _______________________________________________ lldb-dev mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev
