summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands
Commit message (Expand)AuthorAgeFilesLines
* Set the default language to use when evaluating to that of the frame's CU.Dawn Perchik2015-09-041-5/+8
* [cmake] Remove LLVM_NO_RTTI.Bruce Mitchener2015-09-031-2/+0
* Purge a few places where *LanguageRuntime.h was being used when it Jim Ingham2015-09-031-1/+0
* Remove the list of all languages in the help for "help language" sinceJim Ingham2015-09-031-4/+0
* Jim told me about a cleaner way to include headers from plug-ins.Sean Callanan2015-09-032-2/+2
* In preparation for factoring persistent variables into a generic part and aSean Callanan2015-09-032-2/+2
* Fix Clang-tidy misc-use-override warnings in source/Commands headers, unify c...Pavel Labath2015-09-0228-194/+130
* Move things from the LanguageRuntime that obviously belong in the new Languag...Jim Ingham2015-09-023-5/+7
* Remove class Language - the only thing it was actually being used for is prov...Enrico Granata2015-08-271-1/+0
* Final bit of type system cleanup that abstracts declaration contexts into lld...Greg Clayton2015-08-244-10/+10
* ClangASTType is now CompilerType.Greg Clayton2015-08-114-7/+7
* First step in getting LLDB ready to support multiple different type systems.Greg Clayton2015-08-111-1/+2
* Jim suggested to use eArgTypeAddressOrExpression for the addresses that 'memo...Enrico Granata2015-08-031-3/+3
* Fix the memory find command such that it can actually take an expressionEnrico Granata2015-08-031-21/+11
* Add another log to the Host channel for loggingJason Molenda2015-07-311-0/+6
* Specify a language to use when parsing expressions.Dawn Perchik2015-07-252-7/+15
* Add option eTypeOptionHideEmptyAggregates.Siva Chandra2015-07-241-0/+4
* Clean up wording in help for breakpoint --language option.Dawn Perchik2015-07-221-1/+1
* Add support for specifying a language to use when parsing breakpoints.Dawn Perchik2015-07-211-0/+14
* Fixed line wrapping for the "long help" content in LLDB commands. Content is...Kate Stone2015-07-1410-525/+554
* Refactor Unix signals.Chaoren Lin2015-07-141-22/+22
* Add new bugreport command to lldbTamas Berghammer2015-07-023-0/+182
* When the user specifies a corefile that is not readable,Jason Molenda2015-06-261-0/+6
* Resubmitting 240466 after fixing the linux test suite failures.Greg Clayton2015-06-252-10/+9
* Improve instruction emulation based stack unwinding on ARMTamas Berghammer2015-06-241-1/+1
* Fix a variety of typos.Bruce Mitchener2015-06-182-4/+4
* Correct type in for loop to remove signedness warningEd Maste2015-06-171-1/+1
* Enable 'command script import' to accept multiple modules to import in one in...Enrico Granata2015-06-161-26/+29
* Revert "Introduce a TypeSystem interface to support adding non-clang languages."Pavel Labath2015-06-081-2/+1
* Introduce a TypeSystem interface to support adding non-clang languages.Pavel Labath2015-06-081-1/+2
* Refactor many file functions to use FileSpec over strings.Chaoren Lin2015-05-291-3/+3
* Don't #include "lldb-python.h" from anywhere.Zachary Turner2015-05-2929-58/+0
* Improve LLDB prompt handlingPavel Labath2015-05-272-5/+9
* Add support for custom commands to set flags on themselvesEnrico Granata2015-05-2712-126/+128
* Add real time signals support to LinuxSignalsPavel Labath2015-05-221-3/+3
* Default dst value for platform put-file.Chaoren Lin2015-05-201-2/+2
* Add --move-to-nearest-code / target.move-to-nearest-code options (attempt 2)Ilia K2015-05-181-3/+28
* Reverting r237460 to fix test failures introduced on OSX & LinuxVince Harron2015-05-151-28/+3
* Add --move-to-nearest-code / target.move-to-nearest-code optionsIlia K2015-05-151-3/+28
* Remote Non-Stop SupportEwan Crawford2015-05-131-0/+6
* Fixed a ton of gcc compile warningsVince Harron2015-05-131-1/+1
* Platform settings doesn't need permission options.Chaoren Lin2015-05-121-3/+0
* Don't call the Process::SyncIOHandler in Target::LaunchIlia K2015-05-071-1/+6
* Add language command and LanguageRuntime plugin changes to allow vending of c...Colin Riley2015-05-043-0/+88
* Change process kill to call Process::Destroy (force_kill = true);Jason Molenda2015-05-011-1/+1
* Factor resolution of abbreviations and aliases so that they can be tested dir...Adrian McCarthy2015-04-231-1/+1
* This is some groundwork for filtering the language ExceptionJim Ingham2015-04-221-9/+31
* Add a "force_kill" arg to Process::Destroy(). This is needed afterJason Molenda2015-04-171-2/+2
* The last argument to CreateExceptionBreakpoint is "internal" not Hardware.Jim Ingham2015-04-161-1/+1
* Adds lldb support for querying the register mapping from gdbserver remote tar...Colin Riley2015-04-161-1/+1
OpenPOWER on IntegriCloud