aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectSource.cpp
AgeCommit message (Expand)AuthorFilesLines
2018-11-01[FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere1-5/+5
2018-10-25Don't type-erase the SymbolContextItem enumeration.Zachary Turner1-1/+3
2018-09-26Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer ll...Tatyana Krasnukha1-17/+17
2018-04-30Reflow paragraphs in comments.Adrian Prantl1-70/+53
2018-04-10Move Args::StringTo*** functions to a new OptionArgParser classPavel Labath1-4/+5
2017-11-17"source list -a" was calling DisplaySourceLinesWithNumbers incorrectly.Jim Ingham1-4/+5
2017-05-12Rename Error -> Status.Zachary Turner1-6/+6
2017-03-22Delete some more dead includes.Zachary Turner1-1/+1
2017-03-22Move FileSpec from Host -> Utility.Zachary Turner1-1/+1
2016-12-09Remove some more uses of Args::GetArgumentAtIndex.Zachary Turner1-17/+13
2016-11-12Make Options::SetOptionValue take a StringRef.Zachary Turner1-17/+12
2016-11-02Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons1-4/+4
2016-10-05Convert CommandObject constructors to StringRef.Zachary Turner1-2/+2
2016-09-22Try to fix build errors on Android.Zachary Turner1-2/+2
2016-09-22Convert option tables to ArrayRefs.Zachary Turner1-35/+33
2016-09-21add stop column highlighting supportTodd Fiala1-6/+15
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-1339/+1181
2016-08-26Tables of command options in LLDB benefit from hand-formatting to make itKate Stone1-28/+21
2016-08-11Decoupled Options from CommandInterpreter.Todd Fiala1-13/+19
2016-07-14LLDB help content has accumulated over time without a recent attempt toKate Stone1-22/+18
2016-05-11Keep original source path and mapped path in LineEntryTed Woodward1-2/+2
2016-02-24Fix Clang-tidy modernize-use-nullptr and modernize-use-default warnings in so...Eugene Zelenko1-64/+54
2016-01-05Add support for "source info" and use it to fix MI's -symbol-list-lines.Dawn Perchik1-48/+625
2015-10-07commands: Use override instead of virtual.Bruce Mitchener1-16/+16
2015-06-25Resubmitting 240466 after fixing the linux test suite failures.Greg Clayton1-2/+2
2015-05-29Don't #include "lldb-python.h" from anywhere.Zachary Turner1-2/+0
2015-05-27Add support for custom commands to set flags on themselvesEnrico Granata1-1/+1
2015-02-13Change the default disassembly format again. First attempt atJason Molenda1-1/+3
2015-01-15Moved Args::StringToXIntYZ to StringConvert::ToXIntYZVince Harron1-4/+4
2014-12-06Add the ability to set breakpoints with conditions, commands, etc,Jim Ingham1-4/+4
2014-10-10Add a new disassembly-format specification so that the disassemblerJason Molenda1-1/+3
2014-08-18Fix the missleading indentation. Fix CID 1096300Sylvestre Ledru1-3/+3
2014-07-09Revert "Fix broken tests due to new error output."Zachary Turner1-12/+12
2014-07-08Fix broken tests due to new error output.Todd Fiala1-12/+12
2014-07-03Adds the notion of an OptionValidator.Zachary Turner1-12/+12
2013-12-06For logical backtrace work, lldb needs to track Module unloads etc & symoblic...Greg Clayton1-0/+1
2013-09-05Add OptionParser.hVirgile Bello1-10/+10
2013-07-11Fix "source list -n printf" on Linux (printf is symbol alias for __printf)Michael Sartain1-28/+96
2013-05-17<rdar://problem/13217784>Greg Clayton1-103/+171
2013-04-18<rdar://problem/13678882>Greg Clayton1-1/+2
2013-03-13<rdar://problem/13404189>Greg Clayton1-11/+27
2013-02-23<rdar://problem/13265297> Greg Clayton1-2/+2
2013-01-29<rdar://problem/12552374>Enrico Granata1-1/+1
2013-01-25<rdar://problem/13069948>Greg Clayton1-7/+8
2013-01-09Expanded the flags that can be set for a command object in lldb_private::Comm...Greg Clayton1-15/+5
2013-01-09Add a "--reverse" or "-r" option to the "list" with no options command. This...Jim Ingham1-14/+32
2012-12-07<rdar://problem/8908550>Greg Clayton1-6/+119
2012-12-05Fix Linux build warnings due to redefinition of macros:Daniel Malea1-0/+2
2012-12-04<rdar://problem/12798131> Greg Clayton1-2/+2
2012-08-29<rdar://problem/11757916>Greg Clayton1-0/+3