Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Improve shortened examples of the watchpoint commands. | Jason Molenda | 2012-10-05 | 1 | -3/+6 | |
| | | | | | | | | Document "f <n>" selects frame n. "t <n>" selects thread n but this was just added to TOT so most people won't have access to an lldb that accepts it. llvm-svn: 165332 | |||||
* | one more small fix for the gdb-comes-first column order | Jason Molenda | 2012-10-05 | 1 | -1/+1 | |
| | | | | llvm-svn: 165301 | |||||
* | typeo | Jason Molenda | 2012-10-05 | 1 | -2/+2 | |
| | | | | llvm-svn: 165297 | |||||
* | typeo | Jason Molenda | 2012-10-05 | 1 | -1/+1 | |
| | | | | llvm-svn: 165296 | |||||
* | Update the intro paragraph of text describing the table below to | Jason Molenda | 2012-10-05 | 1 | -2/+4 | |
| | | | | | | reflect that the columns were just swapped. llvm-svn: 165295 | |||||
* | Swap the columns in the lldb & gdb command comparison table. I | Jason Molenda | 2012-10-05 | 1 | -223/+229 | |
| | | | | | | | | | | | | often hear feedback from people that having the lldb commands on the left hand side is non-intuitive -- they say "I want a *gdb* to *lldb* table, not a *lldb* to *gdb* table". It doesn't seem odious to go from the right-hand column to the left hand column but I've heard this same feedback enough that it's also pointless to keep the format lldb-first, gdb-second when it was an arbitrary choice to begin with. llvm-svn: 165294 | |||||
* | Add examples of using the kdp-remote and gdb-remote commands to connect to | Jason Molenda | 2012-09-26 | 1 | -0/+30 | |
| | | | | | | gdb-remote protocol and kdp protocol systems. llvm-svn: 164730 | |||||
* | Don't force libc++ and c++11 on everyone. | Filipe Cabecinhas | 2012-09-14 | 1 | -4/+6 | |
| | | | | | | Make the flags part of configure and make invocations, for now. llvm-svn: 163911 | |||||
* | Add "info func" to the list. | Jim Ingham | 2012-09-12 | 1 | -0/+14 | |
| | | | | llvm-svn: 163669 | |||||
* | Add the "expr" command to the gdb command equivalents. | Jim Ingham | 2012-08-24 | 1 | -0/+58 | |
| | | | | llvm-svn: 162617 | |||||
* | Providing an additional Python command example | Enrico Granata | 2012-08-24 | 1 | -0/+33 | |
| | | | | llvm-svn: 162600 | |||||
* | Update build instructions. Patch from "Kopec, Matt" <matt.kopec@intel.com>! | Johnny Chen | 2012-08-16 | 1 | -0/+12 | |
| | | | | llvm-svn: 162001 | |||||
* | <rdar://problem/11975483> Removing user-visible references to 'dict' as a ↵ | Enrico Granata | 2012-08-08 | 2 | -11/+11 | |
| | | | | | | parameter name for Python summary-generating functions since it is a Python keyword. llvm-svn: 161467 | |||||
* | Added information on how to get API documentation in a "Documentation" section. | Greg Clayton | 2012-06-29 | 1 | -0/+48 | |
| | | | | llvm-svn: 159434 | |||||
* | Added a GDB equivalent for saving binary memory | Sean Callanan | 2012-05-21 | 1 | -1/+5 | |
| | | | | | | data. llvm-svn: 157192 | |||||
* | Fixing a typo in the lldb-gdb webpage | Enrico Granata | 2012-05-14 | 1 | -1/+1 | |
| | | | | llvm-svn: 156779 | |||||
* | Add "echo" -> "script print". | Jim Ingham | 2012-05-11 | 1 | -0/+24 | |
| | | | | llvm-svn: 156624 | |||||
* | Update the docs to reflect the recent changes to categories | Enrico Granata | 2012-05-02 | 1 | -9/+21 | |
| | | | | llvm-svn: 156020 | |||||
* | Mentioning in the docs that Python commands can have docstrings | Enrico Granata | 2012-05-02 | 1 | -0/+7 | |
| | | | | llvm-svn: 156018 | |||||
* | Removing cascading through inheritance chains for data formatters | Enrico Granata | 2012-03-22 | 1 | -13/+10 | |
| | | | | | | | | | | | | | | | This is the feature that allowed the user to have things like: class Base { ... }; class Derived : public Base { ... }; and have formatters defined for Base work automatically for Derived. This feature turned out to be too expensive since it requires completing types. This patch takes care of removing cascading (other than typedefs chain cascading), updating the test suite accordingly, and adding required Cocoa class names to keep the AppKit formatters working llvm-svn: 153272 | |||||
* | Add "frame info" command to the "Examining Thread State" section, as ↵ | Johnny Chen | 2012-03-21 | 1 | -0/+9 | |
| | | | | | | suggested by Andrew Trick. llvm-svn: 153204 | |||||
* | Editing documentation to reflect recent changes in the formatters support | Enrico Granata | 2012-03-19 | 1 | -37/+48 | |
| | | | | llvm-svn: 153068 | |||||
* | Changed the URL to the CFString summary provider; slightly reworded the ↵ | Enrico Granata | 2012-03-17 | 1 | -5/+4 | |
| | | | | | | relevant piece of content llvm-svn: 152972 | |||||
* | Pointing users to a new example of synthetic children provider en lieu of ↵ | Enrico Granata | 2012-03-17 | 1 | -2/+2 | |
| | | | | | | the old StdVector example which was removed earlier today llvm-svn: 152971 | |||||
* | rdar://problem/11057400 | Johnny Chen | 2012-03-16 | 2 | -2/+130 | |
| | | | | | | Add documentation for watchpoint commands. llvm-svn: 152882 | |||||
* | Minor modification. | Johnny Chen | 2012-02-22 | 1 | -1/+1 | |
| | | | | llvm-svn: 151182 | |||||
* | Updated our main LLDB page as it was vastly out of date. | Greg Clayton | 2012-02-22 | 1 | -3/+40 | |
| | | | | llvm-svn: 151175 | |||||
* | fixing documentation to refer to the correct name of the module init ↵ | Enrico Granata | 2012-02-20 | 1 | -2/+2 | |
| | | | | | | function __lldb_init_module llvm-svn: 150992 | |||||
* | Document that we now support the GDB shorthand format syntax on any commands | Greg Clayton | 2012-02-16 | 1 | -0/+36 | |
| | | | | | | | | | that take formats or sizes. Also document that scalar expression results can be used in any command using expressions inside backticks. llvm-svn: 150652 | |||||
* | Added some clarifications about when the __lldb_init_module would be called | Greg Clayton | 2012-01-26 | 1 | -6/+27 | |
| | | | | | | and showed a work around for when this won't. llvm-svn: 149046 | |||||
* | Fix page title. | Greg Clayton | 2012-01-26 | 1 | -2/+2 | |
| | | | | llvm-svn: 149004 | |||||
* | Better name for the Python Scripting. | Jim Ingham | 2012-01-24 | 1 | -1/+1 | |
| | | | | llvm-svn: 148770 | |||||
* | Better name for the python reference. | Jim Ingham | 2012-01-24 | 2 | -1/+1 | |
| | | | | llvm-svn: 148769 | |||||
* | Proof-reading the python docs. | Jim Ingham | 2012-01-24 | 1 | -63/+99 | |
| | | | | llvm-svn: 148768 | |||||
* | Added a python FAQ page with detailed examples of how to add python functions | Greg Clayton | 2012-01-22 | 7 | -5/+428 | |
| | | | | | | | to breakpoints, creating new LLDB commands using python modules and also how to run scripts from the command line. llvm-svn: 148650 | |||||
* | Updated HTML with info for ${function.name-with-args} | Greg Clayton | 2012-01-13 | 1 | -2/+3 | |
| | | | | llvm-svn: 148111 | |||||
* | Added examples of commands that list and delete | Sean Callanan | 2012-01-04 | 1 | -0/+22 | |
| | | | | | | breakpoints. llvm-svn: 147549 | |||||
* | Add the ability to capture the return value in a thread's stop info, and ↵ | Jim Ingham | 2011-12-17 | 1 | -0/+1 | |
| | | | | | | | | | | | | | print it as part of the thread format output. Currently this is only done for the ThreadPlanStepOut. Add a convenience API ABI::GetReturnValueObject. Change the ValueObject::EvaluationPoint to BE an ExecutionContextScope, rather than trying to hand out one of its subsidiary object's pointers. That way this will always be good. llvm-svn: 146806 | |||||
* | Fix <title> on webpage. | Eli Friedman | 2011-12-07 | 1 | -1/+1 | |
| | | | | llvm-svn: 146085 | |||||
* | Updated the grossly out of date status page. | Greg Clayton | 2011-10-27 | 1 | -26/+16 | |
| | | | | llvm-svn: 143092 | |||||
* | typeo | Jason Molenda | 2011-10-25 | 1 | -1/+1 | |
| | | | | llvm-svn: 142900 | |||||
* | Add examples of shortest-possible lldb commands where appropriate. | Jason Molenda | 2011-10-25 | 1 | -92/+165 | |
| | | | | | | | Add new "Examining Variables" section. Updated a few command entries to match current lldb behavior. llvm-svn: 142898 | |||||
* | Document nexti, show some shorter versions of long lldb | Jason Molenda | 2011-10-22 | 1 | -664/+667 | |
| | | | | | | commands. llvm-svn: 142715 | |||||
* | Minor fix. | Johnny Chen | 2011-10-12 | 1 | -2/+2 | |
| | | | | llvm-svn: 141826 | |||||
* | Add pointer to the examples/customization directory for examples of lldb ↵ | Johnny Chen | 2011-10-12 | 2 | -0/+34 | |
| | | | | | | customizations. llvm-svn: 141823 | |||||
* | Modify sidebar.incl and remove files to reflect r141554 change. | Johnny Chen | 2011-10-10 | 3 | -61/+0 | |
| | | | | llvm-svn: 141556 | |||||
* | Add a simple scenario of emacs and lldb interaction. | Johnny Chen | 2011-10-07 | 1 | -4/+14 | |
| | | | | llvm-svn: 141347 | |||||
* | Add a page describing the emacs integration elisp code based on the Grand ↵ | Johnny Chen | 2011-10-05 | 3 | -0/+51 | |
| | | | | | | | | Unified Debugger. An lldb-enhanced gud.el is located under utils/emacs. llvm-svn: 141241 | |||||
* | Added GDB/LLDB commands for the "target stop-hook add" command. | Greg Clayton | 2011-09-12 | 1 | -0/+37 | |
| | | | | llvm-svn: 139529 | |||||
* | Added help on stack frame selection compared to GDB and corrected the register | Greg Clayton | 2011-09-08 | 1 | -8/+89 | |
| | | | | | | command help to match the current LLDB. llvm-svn: 139313 |