summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectSource.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* <rdar://problem/12798131> Greg Clayton2012-12-041-2/+2
* <rdar://problem/11757916>Greg Clayton2012-08-291-0/+3
* Make raw & parsed commands subclasses of CommandObject rather than having the...Jim Ingham2012-06-081-29/+21
* Made a ModuleSpec class in Module.h which can specify a module using one orGreg Clayton2012-02-261-6/+8
* Extended function lookup to allow the user toSean Callanan2012-02-101-2/+3
* Switching back to using std::tr1::shared_ptr. We originally switched awayGreg Clayton2012-01-291-2/+2
* Missing return in error handling for "source list".Jim Ingham2011-11-291-0/+1
* "source list -n" should use eFunctionNameTypeAuto not eFunctionNameTypeBase f...Jim Ingham2011-11-091-2/+2
* Cleaned up many error codes. For any who is filling in error strings intoGreg Clayton2011-10-261-5/+5
* Missed one place where we should use the target's SourceManager, not the debu...Jim Ingham2011-09-291-1/+1
* Converted the lldb_private::Process over to use the intrusiveGreg Clayton2011-09-221-5/+3
* Update declarations for all functions/methods that accept printf-styleJason Molenda2011-09-201-1/+1
* Move the SourceManager from the Debugger to the Target. That way it can stor...Jim Ingham2011-09-081-40/+35
* Added new OptionGroup classes for UInt64, UUID, File and Boolean values.Greg Clayton2011-05-031-2/+2
* Fixed the SymbolContext::DumpStopContext() to correctly indent and dumpGreg Clayton2011-04-231-2/+4
* Fixed an issue where breakpoint were being displayed when using the "source l...Greg Clayton2011-04-201-1/+27
* Added a new option to the "source list" command that allows us to see whereGreg Clayton2011-04-191-22/+51
* Added two new classes for command options:Greg Clayton2011-04-131-4/+4
* Moved the execution context that was in the Debugger intoGreg Clayton2011-04-121-1/+1
* Modified the ArchSpec to take an optional "Platform *" when setting the triple.Greg Clayton2011-04-071-6/+8
* Many improvements to the Platform base class and subclasses. The base PlatformGreg Clayton2011-03-301-4/+0
* Fixed the LLDB build so that we can have private types, private enums andGreg Clayton2011-03-241-6/+6
* Moved FileSpec into the Host layer since it will vary from host to host.Greg Clayton2011-02-081-1/+1
* Changed the SymbolFile::FindFunction() function calls to only return Greg Clayton2011-01-271-2/+3
* Fixed an issue where we were resolving paths when we should have been.Greg Clayton2010-10-201-2/+2
* Modify existing commands with arguments to use the new argument mechanismCaroline Tice2010-10-041-1/+13
OpenPOWER on IntegriCloud