summaryrefslogtreecommitdiffstats
path: root/lldb/docs
Commit message (Collapse)AuthorAgeFilesLines
* When unwinding from the first frame, try to ask the remote debugserverJason Molenda2011-12-131-0/+12
| | | | | | | | | | | | | | if this is a mapped/executable region of memory. If it isn't, we've jumped through a bad pointer and we know how to unwind the stack correctly based on the ABI. Previously I had 0x0 special cased but if you jumped to 0x2 on x86_64 one frame would be skipped because the unwinder would try using the x86_64 ArchDefaultUnwindPlan which relied on the rbp. Fixes <rdar://problem/10508291> llvm-svn: 146477
* I added more complete documentation on all of the new packets we use in LLDBGreg Clayton2011-11-291-100/+333
| | | | | | | | | | as well as attached a new priority description as to why and when you would want to implement each packet. Also documented the additions we have made to the stop reply packet and why the extra information is necessary. llvm-svn: 145357
* Added some documentation on the new GDB remote packets we have added and useGreg Clayton2011-11-281-0/+491
| | | | | | in LLDB. llvm-svn: 145314
* Add reference to ToT/examples/customization for more customization examples.Johnny Chen2011-10-121-1/+4
| | | | llvm-svn: 141800
* Add description of a more capable 'cd' command using 'command script add'.Johnny Chen2011-10-121-0/+35
| | | | llvm-svn: 141764
* Add documentation on providing the 'cd' and 'pwd' commands to lldb with the ↵Johnny Chen2011-10-111-0/+17
| | | | | | | | help of the embedded Python interpreter and the 'command regex' command. llvm-svn: 141698
* Add a note.Johnny Chen2011-07-201-0/+1
| | | | llvm-svn: 135615
* Minor modification.Johnny Chen2011-07-201-1/+1
| | | | llvm-svn: 135606
* just a test for commit access - ignore thisEnrico Granata2011-06-291-0/+0
| | | | llvm-svn: 134056
* Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener.Greg Clayton2011-01-082-2/+2
| | | | | | Thanks Bruce! llvm-svn: 123083
* Updated the code signing instructions to be more complete.Greg Clayton2010-12-141-0/+6
| | | | llvm-svn: 121804
* Instructions for building LLDB with a debug LLVMSean Callanan2010-11-181-0/+50
| | | | | | build under Xcode. llvm-svn: 119679
* Fix http://llvm.org/bugs/show_bug.cgi?id=8493 File name ↵Johnny Chen2010-10-282-0/+5
| | | | | | "2010-10-19-14:10:49.059609" is non-portable. llvm-svn: 117554
* Just use 'test harness', not 'test harness runtime'.Johnny Chen2010-10-221-6/+6
| | | | llvm-svn: 117153
* Add text about test class cleanup.Johnny Chen2010-10-221-0/+22
| | | | llvm-svn: 117148
* Add more information.Johnny Chen2010-10-211-0/+32
| | | | llvm-svn: 117066
* Initial check in of best-practice documentation for building test cases.Johnny Chen2010-10-201-0/+39
| | | | llvm-svn: 116964
* Finish the first draft of a detailed walkthrough of an lldb test method.Johnny Chen2010-10-192-1/+184
| | | | llvm-svn: 116865
* Initial version of a detailed walkthrough of a test case ↵Johnny Chen2010-10-191-0/+164
| | | | | | | | (test/settings/TestSettings.py). It's an in-progress snapshot, and not complete. llvm-svn: 116822
* Minor copy edits.Jason Molenda2010-09-111-64/+60
| | | | llvm-svn: 113674
* Don't use lldb syntax in the gdb examples...Jim Ingham2010-09-111-2/+2
| | | | llvm-svn: 113669
* Few clarifications.Jim Ingham2010-09-101-16/+48
| | | | llvm-svn: 113661
* Adding some docs on how to use lldb. First cut...Jim Ingham2010-09-041-0/+405
| | | | llvm-svn: 113046
* Remove a reference to Leopard.Jim Ingham2010-06-251-2/+1
| | | | llvm-svn: 106814
* typeo fix.Jason Molenda2010-06-091-1/+1
| | | | llvm-svn: 105696
* Remove underscore named version of this file.Jason Molenda2010-06-091-47/+0
| | | | llvm-svn: 105693
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-082-0/+94
llvm-svn: 105619
OpenPOWER on IntegriCloud