summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectSource.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* [FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere2018-11-011-5/+5
* Don't type-erase the SymbolContextItem enumeration.Zachary Turner2018-10-251-1/+3
* Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer ll...Tatyana Krasnukha2018-09-261-17/+17
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-70/+53
* Move Args::StringTo*** functions to a new OptionArgParser classPavel Labath2018-04-101-4/+5
* "source list -a" was calling DisplaySourceLinesWithNumbers incorrectly.Jim Ingham2017-11-171-4/+5
* Rename Error -> Status.Zachary Turner2017-05-121-6/+6
* Delete some more dead includes.Zachary Turner2017-03-221-1/+1
* Move FileSpec from Host -> Utility.Zachary Turner2017-03-221-1/+1
* Remove some more uses of Args::GetArgumentAtIndex.Zachary Turner2016-12-091-17/+13
* Make Options::SetOptionValue take a StringRef.Zachary Turner2016-11-121-17/+12
* Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons2016-11-021-4/+4
* Convert CommandObject constructors to StringRef.Zachary Turner2016-10-051-2/+2
* Try to fix build errors on Android.Zachary Turner2016-09-221-2/+2
* Convert option tables to ArrayRefs.Zachary Turner2016-09-221-35/+33
* add stop column highlighting supportTodd Fiala2016-09-211-6/+15
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-1339/+1181
* Tables of command options in LLDB benefit from hand-formatting to make itKate Stone2016-08-261-28/+21
* Decoupled Options from CommandInterpreter.Todd Fiala2016-08-111-13/+19
* LLDB help content has accumulated over time without a recent attempt toKate Stone2016-07-141-22/+18
* Keep original source path and mapped path in LineEntryTed Woodward2016-05-111-2/+2
* Fix Clang-tidy modernize-use-nullptr and modernize-use-default warnings in so...Eugene Zelenko2016-02-241-64/+54
* Add support for "source info" and use it to fix MI's -symbol-list-lines.Dawn Perchik2016-01-051-48/+625
* commands: Use override instead of virtual.Bruce Mitchener2015-10-071-16/+16
* Resubmitting 240466 after fixing the linux test suite failures.Greg Clayton2015-06-251-2/+2
* Don't #include "lldb-python.h" from anywhere.Zachary Turner2015-05-291-2/+0
* Add support for custom commands to set flags on themselvesEnrico Granata2015-05-271-1/+1
* Change the default disassembly format again. First attempt atJason Molenda2015-02-131-1/+3
* Moved Args::StringToXIntYZ to StringConvert::ToXIntYZVince Harron2015-01-151-4/+4
* Add the ability to set breakpoints with conditions, commands, etc,Jim Ingham2014-12-061-4/+4
* Add a new disassembly-format specification so that the disassemblerJason Molenda2014-10-101-1/+3
* Fix the missleading indentation. Fix CID 1096300Sylvestre Ledru2014-08-181-3/+3
* Revert "Fix broken tests due to new error output."Zachary Turner2014-07-091-12/+12
* Fix broken tests due to new error output.Todd Fiala2014-07-081-12/+12
* Adds the notion of an OptionValidator.Zachary Turner2014-07-031-12/+12
* For logical backtrace work, lldb needs to track Module unloads etc & symoblic...Greg Clayton2013-12-061-0/+1
* Add OptionParser.hVirgile Bello2013-09-051-10/+10
* Fix "source list -n printf" on Linux (printf is symbol alias for __printf)Michael Sartain2013-07-111-28/+96
* <rdar://problem/13217784>Greg Clayton2013-05-171-103/+171
* <rdar://problem/13678882>Greg Clayton2013-04-181-1/+2
* <rdar://problem/13404189>Greg Clayton2013-03-131-11/+27
* <rdar://problem/13265297> Greg Clayton2013-02-231-2/+2
* <rdar://problem/12552374>Enrico Granata2013-01-291-1/+1
* <rdar://problem/13069948>Greg Clayton2013-01-251-7/+8
* Expanded the flags that can be set for a command object in lldb_private::Comm...Greg Clayton2013-01-091-15/+5
* Add a "--reverse" or "-r" option to the "list" with no options command. This...Jim Ingham2013-01-091-14/+32
* <rdar://problem/8908550>Greg Clayton2012-12-071-6/+119
* Fix Linux build warnings due to redefinition of macros:Daniel Malea2012-12-051-0/+2
OpenPOWER on IntegriCloud