summaryrefslogtreecommitdiffstats
path: root/lldb/www
Commit message (Collapse)AuthorAgeFilesLines
...
* Improve shortened examples of the watchpoint commands.Jason Molenda2012-10-051-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 orderJason Molenda2012-10-051-1/+1
| | | | llvm-svn: 165301
* typeoJason Molenda2012-10-051-2/+2
| | | | llvm-svn: 165297
* typeoJason Molenda2012-10-051-1/+1
| | | | llvm-svn: 165296
* Update the intro paragraph of text describing the table below toJason Molenda2012-10-051-2/+4
| | | | | | reflect that the columns were just swapped. llvm-svn: 165295
* Swap the columns in the lldb & gdb command comparison table. IJason Molenda2012-10-051-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 toJason Molenda2012-09-261-0/+30
| | | | | | gdb-remote protocol and kdp protocol systems. llvm-svn: 164730
* Don't force libc++ and c++11 on everyone.Filipe Cabecinhas2012-09-141-4/+6
| | | | | | Make the flags part of configure and make invocations, for now. llvm-svn: 163911
* Add "info func" to the list.Jim Ingham2012-09-121-0/+14
| | | | llvm-svn: 163669
* Add the "expr" command to the gdb command equivalents.Jim Ingham2012-08-241-0/+58
| | | | llvm-svn: 162617
* Providing an additional Python command exampleEnrico Granata2012-08-241-0/+33
| | | | llvm-svn: 162600
* Update build instructions. Patch from "Kopec, Matt" <matt.kopec@intel.com>!Johnny Chen2012-08-161-0/+12
| | | | llvm-svn: 162001
* <rdar://problem/11975483> Removing user-visible references to 'dict' as a ↵Enrico Granata2012-08-082-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 Clayton2012-06-291-0/+48
| | | | llvm-svn: 159434
* Added a GDB equivalent for saving binary memorySean Callanan2012-05-211-1/+5
| | | | | | data. llvm-svn: 157192
* Fixing a typo in the lldb-gdb webpageEnrico Granata2012-05-141-1/+1
| | | | llvm-svn: 156779
* Add "echo" -> "script print".Jim Ingham2012-05-111-0/+24
| | | | llvm-svn: 156624
* Update the docs to reflect the recent changes to categoriesEnrico Granata2012-05-021-9/+21
| | | | llvm-svn: 156020
* Mentioning in the docs that Python commands can have docstringsEnrico Granata2012-05-021-0/+7
| | | | llvm-svn: 156018
* Removing cascading through inheritance chains for data formattersEnrico Granata2012-03-221-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 Chen2012-03-211-0/+9
| | | | | | suggested by Andrew Trick. llvm-svn: 153204
* Editing documentation to reflect recent changes in the formatters supportEnrico Granata2012-03-191-37/+48
| | | | llvm-svn: 153068
* Changed the URL to the CFString summary provider; slightly reworded the ↵Enrico Granata2012-03-171-5/+4
| | | | | | relevant piece of content llvm-svn: 152972
* Pointing users to a new example of synthetic children provider en lieu of ↵Enrico Granata2012-03-171-2/+2
| | | | | | the old StdVector example which was removed earlier today llvm-svn: 152971
* rdar://problem/11057400Johnny Chen2012-03-162-2/+130
| | | | | | Add documentation for watchpoint commands. llvm-svn: 152882
* Minor modification.Johnny Chen2012-02-221-1/+1
| | | | llvm-svn: 151182
* Updated our main LLDB page as it was vastly out of date. Greg Clayton2012-02-221-3/+40
| | | | llvm-svn: 151175
* fixing documentation to refer to the correct name of the module init ↵Enrico Granata2012-02-201-2/+2
| | | | | | function __lldb_init_module llvm-svn: 150992
* Document that we now support the GDB shorthand format syntax on any commandsGreg Clayton2012-02-161-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 calledGreg Clayton2012-01-261-6/+27
| | | | | | and showed a work around for when this won't. llvm-svn: 149046
* Fix page title.Greg Clayton2012-01-261-2/+2
| | | | llvm-svn: 149004
* Better name for the Python Scripting.Jim Ingham2012-01-241-1/+1
| | | | llvm-svn: 148770
* Better name for the python reference.Jim Ingham2012-01-242-1/+1
| | | | llvm-svn: 148769
* Proof-reading the python docs.Jim Ingham2012-01-241-63/+99
| | | | llvm-svn: 148768
* Added a python FAQ page with detailed examples of how to add python functionsGreg Clayton2012-01-227-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 Clayton2012-01-131-2/+3
| | | | llvm-svn: 148111
* Added examples of commands that list and deleteSean Callanan2012-01-041-0/+22
| | | | | | breakpoints. llvm-svn: 147549
* Add the ability to capture the return value in a thread's stop info, and ↵Jim Ingham2011-12-171-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 Friedman2011-12-071-1/+1
| | | | llvm-svn: 146085
* Updated the grossly out of date status page.Greg Clayton2011-10-271-26/+16
| | | | llvm-svn: 143092
* typeoJason Molenda2011-10-251-1/+1
| | | | llvm-svn: 142900
* Add examples of shortest-possible lldb commands where appropriate.Jason Molenda2011-10-251-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 lldbJason Molenda2011-10-221-664/+667
| | | | | | commands. llvm-svn: 142715
* Minor fix.Johnny Chen2011-10-121-2/+2
| | | | llvm-svn: 141826
* Add pointer to the examples/customization directory for examples of lldb ↵Johnny Chen2011-10-122-0/+34
| | | | | | customizations. llvm-svn: 141823
* Modify sidebar.incl and remove files to reflect r141554 change.Johnny Chen2011-10-103-61/+0
| | | | llvm-svn: 141556
* Add a simple scenario of emacs and lldb interaction.Johnny Chen2011-10-071-4/+14
| | | | llvm-svn: 141347
* Add a page describing the emacs integration elisp code based on the Grand ↵Johnny Chen2011-10-053-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 Clayton2011-09-121-0/+37
| | | | llvm-svn: 139529
* Added help on stack frame selection compared to GDB and corrected the registerGreg Clayton2011-09-081-8/+89
| | | | | | command help to match the current LLDB. llvm-svn: 139313
OpenPOWER on IntegriCloud