aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectSource.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2012-06-08Make raw & parsed commands subclasses of CommandObject rather than having the...Jim Ingham1-29/+21
2012-02-26Made a ModuleSpec class in Module.h which can specify a module using one orGreg Clayton1-6/+8
2012-02-10Extended function lookup to allow the user toSean Callanan1-2/+3
2012-01-29Switching back to using std::tr1::shared_ptr. We originally switched awayGreg Clayton1-2/+2
2011-11-29Missing return in error handling for "source list".Jim Ingham1-0/+1
2011-11-09"source list -n" should use eFunctionNameTypeAuto not eFunctionNameTypeBase f...Jim Ingham1-2/+2
2011-10-26Cleaned up many error codes. For any who is filling in error strings intoGreg Clayton1-5/+5
2011-09-29Missed one place where we should use the target's SourceManager, not the debu...Jim Ingham1-1/+1
2011-09-22Converted the lldb_private::Process over to use the intrusiveGreg Clayton1-5/+3
2011-09-20Update declarations for all functions/methods that accept printf-styleJason Molenda1-1/+1
2011-09-08Move the SourceManager from the Debugger to the Target. That way it can stor...Jim Ingham1-40/+35
2011-05-03Added new OptionGroup classes for UInt64, UUID, File and Boolean values.Greg Clayton1-2/+2
2011-04-23Fixed the SymbolContext::DumpStopContext() to correctly indent and dumpGreg Clayton1-2/+4
2011-04-20Fixed an issue where breakpoint were being displayed when using the "source l...Greg Clayton1-1/+27
2011-04-19Added a new option to the "source list" command that allows us to see whereGreg Clayton1-22/+51
2011-04-13Added two new classes for command options:Greg Clayton1-4/+4