summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectTarget.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Final bit of type system cleanup that abstracts declaration contexts into lld...Greg Clayton2015-08-241-4/+4
* Add another log to the Host channel for loggingJason Molenda2015-07-311-0/+6
* When the user specifies a corefile that is not readable,Jason Molenda2015-06-261-0/+6
* Resubmitting 240466 after fixing the linux test suite failures.Greg Clayton2015-06-251-8/+7
* Improve instruction emulation based stack unwinding on ARMTamas Berghammer2015-06-241-1/+1
* 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-8/+8
* Fix -Wsign-compare warningDavid Blaikie2015-03-271-1/+1
* Add a --all command option to "target delete".Zachary Turner2015-03-261-55/+64
* Add SymbolVendor::GetMainFileSpec and simplify CommandObjectTargetModulesList...Ilia K2015-03-101-16/+12
* Reduce header footprint of Target.hZachary Turner2015-03-031-0/+1
* Introduce the notion of "runtime support values"Enrico Granata2015-02-111-0/+4
* Fixed the failing test:Greg Clayton2015-01-281-48/+61
* This patch gets remote-linux platform able to run processesVince Harron2015-01-211-6/+3
* Don't mention a "--core-file" argument to target create. It isJason Molenda2015-01-201-1/+1
* Moved Args::StringToXIntYZ to StringConvert::ToXIntYZVince Harron2015-01-151-12/+13
* Modified LLDB to be able to lookup global variables by address.Greg Clayton2015-01-151-1/+1
* Change the x86 assembly instruction unwind parser toJason Molenda2015-01-131-22/+62
* The lldb unwinder can now use the unwind information from the compact-unwind Jason Molenda2014-12-081-1/+1
* This is the first step of making lldb able to create target-specific thingsJim Ingham2014-11-221-4/+4
* Change CommandObjectTargetModulesLoad so that the filename argumentJason Molenda2014-11-211-3/+23
* lldb - fix misleading "valid target indexes are" error messageTodd Fiala2014-08-291-3/+10
* On x86 & x86_64, try to use eh_frame for frame 0.Todd Fiala2014-08-251-1/+1
* Don't crash when specifying a core file that isn't readable.Greg Clayton2014-08-151-1/+27
* Revert "Fix broken tests due to new error output."Zachary Turner2014-07-091-46/+46
* Fix broken tests due to new error output.Todd Fiala2014-07-081-46/+46
* Adds the notion of an OptionValidator.Zachary Turner2014-07-031-46/+46
* lldb TOT is dropping the last entry for multi-line IOHandlers that use the IO...Greg Clayton2014-05-081-1/+1
* "DONE" is being left in multi-line results when it shouldn't for non terminal...Greg Clayton2014-05-021-1/+1
* sweep up -Wformat warnings from gccSaleem Abdulrasool2014-04-041-309/+278
* Cleanup some dead assignements reported by scan-buildArnaud A. de Grandmaison2014-03-221-2/+0
* create constants for multichar constantsSaleem Abdulrasool2014-03-181-2/+9
* "size_t" isn't always 64 bit, it is 32 bit on 32 bit systems. All printf styl...Greg Clayton2014-03-031-1/+1
* Fix Windows build using portable types for formatting the log outputsDeepak Panickal2014-03-031-7/+7
* Modified ObjectFile::SetLoadAddress() to now be:Greg Clayton2014-02-071-1/+2
* Merging the iohandler branch back into main. Greg Clayton2014-01-271-106/+50
* For logical backtrace work, lldb needs to track Module unloads etc & symoblic...Greg Clayton2013-12-061-0/+1
* Added Iterable, a class that vends standard C++Sean Callanan2013-11-061-3/+1
* Roll back the changes I made in r193907 which created a new FrameJason Molenda2013-11-041-4/+4
* Add a new base class, Frame. It is a pure virtual function whichJason Molenda2013-11-021-4/+4
* <rdar://problem/14393032>Enrico Granata2013-09-301-5/+3
* When target module add/SBTarget::AddModule()'ing, if an architecture isn't sp...Jason Molenda2013-09-111-0/+2
* Add OptionParser.hVirgile Bello2013-09-051-41/+41
* merge lldb-platform-work branch (and assorted fixes) into trunkDaniel Malea2013-08-261-2/+71
* add error checking and messages to 'target modules show-unwind' commandMichael Sartain2013-08-221-0/+18
* Fixed GetModuleSpecifications() to work better overall:Greg Clayton2013-07-121-1/+1
* Add a -remote-file option to “target create” to specify the location of t...Jim Ingham2013-07-111-2/+15
* Cleanup on the unified section list changes. Main changes are:Greg Clayton2013-07-101-2/+2
* Split symbol support for ELF and Linux.Michael Sartain2013-07-011-18/+14
* Fix the help for "image dump line-table" - its arguments are compilation unit...Jim Ingham2013-06-181-1/+1
OpenPOWER on IntegriCloud