summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands
Commit message (Expand)AuthorAgeFilesLines
* NFC: Move Searcher::Depth into lldb-enumerations as SearchDepth.Jim Ingham2018-09-071-6/+6
* File completion bugfixFrederic Riss2018-08-311-1/+5
* Use a CompletionRequest in the expression command completion [NFC]Raphael Isemann2018-08-301-3/+1
* Added initial code completion support for the `expr` commandRaphael Isemann2018-08-302-0/+70
* Support setting a breakpoint by FileSpec+Line+Column in the SBAPI.Adrian Prantl2018-08-301-1/+2
* Check result after setting PC value.Tatyana Krasnukha2018-08-071-3/+8
* Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-077-8/+8
* Remove duplicated code in CommandObjectQuitRaphael Isemann2018-08-061-7/+0
* Narrow the CompletionRequest API to being append-only.Raphael Isemann2018-07-279-62/+72
* Move dumping code out of RegisterValue classPavel Labath2018-07-241-2/+3
* Replaced more boilerplate code with CompletionRequest (NFC)Raphael Isemann2018-07-138-317/+103
* Get rid of the C-string parameter in DoExecuteRaphael Isemann2018-07-128-36/+44
* Allow specifying an exit code for the 'quit' commandRaphael Isemann2018-07-111-1/+37
* Refactor parsing of option lists with a raw string suffix.Raphael Isemann2018-07-105-228/+89
* Refactoring for for the internal command line completion API (NFC)Raphael Isemann2018-07-0210-296/+285
* Fix use-after-free in CommandCompletions.cppPavel Labath2018-06-291-1/+1
* Remove duplicated check and shared_ptr copying.Tatyana Krasnukha2018-06-211-4/+3
* BreakpointIDList: Use llvm::ArrayRef instead of pointer+length pairPavel Labath2018-06-201-2/+1
* Fixed file completion for paths that start with '~'.Raphael Isemann2018-06-181-0/+6
* [FileSpec] Make style argument mandatory for SetFile. NFCJonas Devlieghere2018-06-135-20/+23
* Fix/unify the spelling of Objective-C.Adrian Prantl2018-06-131-1/+1
* Remove append parameter to FindGlobalVariablesPavel Labath2018-05-312-6/+6
* Typo fixes.Bruce Mitchener2018-05-291-1/+1
* Convert all RunShellCommand functions to use the Timeout classPavel Labath2018-05-101-4/+6
* Modernize and clean-up the Predicate classPavel Labath2018-05-092-3/+3
* Use the UUID from the minidump's CodeView Record for placeholder modulesLeonard Mosescu2018-05-021-0/+4
* Reflow paragraphs in comments.Adrian Prantl2018-04-3022-358/+296
* Improve LLDB's handling of non-local minidumpsLeonard Mosescu2018-04-181-1/+2
* Move Args.cpp from Interpreter to UtilityPavel Labath2018-04-1710-10/+10
* [Statistics] Move GetStatDescription to an header file.Davide Italiano2018-04-161-18/+1
* [Command] Simplify the code and make it less error prone. NFCI.Davide Italiano2018-04-132-7/+2
* [Command] Implement `statistics` command.Davide Italiano2018-04-134-16/+126
* Fix a thinko in CommandObjectMemoryRegion.Jim Ingham2018-04-111-1/+1
* Move Args::StringTo*** functions to a new OptionArgParser classPavel Labath2018-04-1013-70/+88
* [Commands] Add a (currently empty) `stats` command.Davide Italiano2018-03-233-0/+56
* [CMakeLists] Update file list after recent changes.Davide Italiano2018-03-231-1/+0
* [Commands] Remove dead code for unused `args` command.Davide Italiano2018-03-232-286/+0
* [Command] Remove dead code for the syntax command.Davide Italiano2018-03-233-141/+0
* [CommandObjectFrame] Remove dead code.Davide Italiano2018-03-231-3/+0
* Re-land: [lldb] Use vFlash commands when writing to target's flash memory reg...Pavel Labath2018-03-201-1/+25
* Move option parsing out of the Args classPavel Labath2018-03-091-1/+1
* Delete some unused #includes of CleanUp.h, NFCVedant Kumar2018-02-231-1/+0
* Fix use after free in DiskFilesOrDirectoriesRaphael Isemann2018-01-221-1/+1
* Add Utility/Environment class for handling... environmentsPavel Labath2018-01-101-5/+1
* Remove custom TimePoint-formatting codePavel Labath2017-11-271-20/+3
* Remove extra minuses from command optionTatyana Krasnukha2017-11-221-1/+1
* "source list -a" was calling DisplaySourceLinesWithNumbers incorrectly.Jim Ingham2017-11-171-4/+5
* Move ArchSpec to the Utility modulePavel Labath2017-11-133-15/+1
* Invert ArchSpec<->Platform dependencyPavel Labath2017-10-312-4/+3
* Support: Have directory_iterator::status() return FindFirstFileEx/FindNextFil...Peter Collingbourne2017-10-101-4/+4
OpenPOWER on IntegriCloud