aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2013-07-19Minor typeo fixes in doc scriptsDaniel Malea
2013-07-19include only LLDB API in docs generated by lldb-cpp-doc (cmake) targetDaniel Malea
2013-06-07Document the extended detach packet.Jim Ingham
2013-05-28Add CMake targets to build LLDB reference docsDaniel Malea
2013-03-29Updated the code signing docs.Greg Clayton
2013-03-12Updated the register numbering base documentation for the "gcc", "dwarf", "co...Greg Clayton
2013-02-12Fix document typos, indentation in python code, and API examples.Daniel Malea
2013-01-23Change the container-regs kv pair in the qRegsiterInfoJason Molenda
2013-01-21Clear up the documentation for the "container-regs" and "invalidate-regs" key...Greg Clayton
2013-01-21Changed the register number lists for the qRegisterInfo packet response to be...Greg Clayton
2013-01-21Updated the LLDB qRegisterInfo documentation to contain information on the ne...Greg Clayton
2012-12-19<rdar://problem/11961650> Jason Molenda
2012-12-18Add a new qProcessInfo packet to debugserver.Jason Molenda
2012-11-05Avoid potentially disastrous mistakes when removing a file.Filipe Cabecinhas
2012-11-05Cleaned up the code signing instructions:Greg Clayton
2012-10-13Mention that the code signing process also applies to Mountain LionEnrico Granata
2012-06-08Incorporate suggestions from Jim, add "USING LLDB" and "FILES" sections.Jason Molenda
2012-06-08Remove empty line at end.Jason Molenda
2012-06-08Add a simple man page for lldb.Jason Molenda
2011-12-13When unwinding from the first frame, try to ask the remote debugserverJason Molenda
2011-11-29I added more complete documentation on all of the new packets we use in LLDBGreg Clayton
2011-11-28Added some documentation on the new GDB remote packets we have added and useGreg Clayton
2011-10-12Add reference to ToT/examples/customization for more customization examples.Johnny Chen
2011-10-12Add description of a more capable 'cd' command using 'command script add'.Johnny Chen
2011-10-11Add documentation on providing the 'cd' and 'pwd' commands to lldb with the h...Johnny Chen
2011-07-20Add a note.Johnny Chen
2011-07-20Minor modification.Johnny Chen
2011-06-29just a test for commit access - ignore thisEnrico Granata
2011-01-08Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener.Greg Clayton
2010-12-14Updated the code signing instructions to be more complete.Greg Clayton
2010-11-18Instructions for building LLDB with a debug LLVMSean Callanan
2010-10-28Fix http://llvm.org/bugs/show_bug.cgi?id=8493 File name "2010-10-19-14:10:49....Johnny Chen
2010-10-22Just use 'test harness', not 'test harness runtime'.Johnny Chen
2010-10-22Add text about test class cleanup.Johnny Chen
2010-10-21Add more information.Johnny Chen
2010-10-20Initial check in of best-practice documentation for building test cases.Johnny Chen
2010-10-19Finish the first draft of a detailed walkthrough of an lldb test method.Johnny Chen
2010-10-19Initial version of a detailed walkthrough of a test case (test/settings/TestS...Johnny Chen
2010-09-11Minor copy edits.Jason Molenda
2010-09-11Don't use lldb syntax in the gdb examples...Jim Ingham
2010-09-10Few clarifications.Jim Ingham
2010-09-04Adding some docs on how to use lldb. First cut...Jim Ingham
2010-06-25Remove a reference to Leopard.Jim Ingham
2010-06-09typeo fix.Jason Molenda
2010-06-09Remove underscore named version of this file.Jason Molenda
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner