summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectTarget.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Improving the previous checkin about target.load-script-from-symbol-fileEnrico Granata2013-05-211-1/+4
* Forgot to check for empty error strings in the previous checkinEnrico Granata2013-05-201-1/+1
* <rdar://problem/11398407>Greg Clayton2013-05-181-1/+1
* <rdar://problem/13128331>Greg Clayton2013-05-151-1/+48
* <rdar://problem/13183720>Enrico Granata2013-05-131-0/+4
* <rdar://problem/13854277>Greg Clayton2013-05-101-1/+1
* A few small fixes to make things like image list notJason Molenda2013-05-061-6/+3
* Remove the UUID::GetAsCString() method which required a buffer to save the Jason Molenda2013-05-031-8/+6
* Cleanup logging to use the new "std::string FileSpec::GetPath()" function. Al...Greg Clayton2013-04-291-34/+21
* Add a new -a / --address argument to image show-unwind to get theJason Molenda2013-04-231-60/+82
OpenPOWER on IntegriCloud