summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectTarget.cpp
Commit message (Expand)AuthorAgeFilesLines
* Now that SymbolFileDWARF supports having types in completely separate .pcm fi...Greg Clayton2016-02-101-2/+4
* Commands: silence dumb -Wextra warning from GCCSaleem Abdulrasool2016-01-221-5/+5
* Add support for "source info" and use it to fix MI's -symbol-list-lines.Dawn Perchik2016-01-051-1/+2
* Enable saving of mini dumps with lldb process save-core.Adrian McCarthy2015-11-201-1/+1
* Revert "FOO"Adrian McCarthy2015-11-201-1/+1
* FOOAdrian McCarthy2015-11-201-1/+1
* ArchSpec: fix unintentional promotion of unspecified unknowns to specified un...Todd Fiala2015-10-131-6/+10
* commands: Use override instead of virtual.Bruce Mitchener2015-10-071-163/+125
* Fix minor typos in comments.Bruce Mitchener2015-10-071-2/+2
* Add support for .ARM.exidx unwind informationTamas Berghammer2015-09-301-0/+8
* Revert 248366 "Testcase and fix for bug 24074"Enrico Granata2015-09-231-0/+1
* Testcase and fix for bug 24074Ravitheja Addepally2015-09-231-1/+0
* 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
OpenPOWER on IntegriCloud