summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectTarget.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* After discussing with Chris Lattner, we require C++11, so lets get rid of the...Greg Clayton2013-04-181-1/+1
* Since we use C++11, we should switch over to using std::unique_ptr when C++11...Greg Clayton2013-04-181-1/+1
* <rdar://problem/13563628>Enrico Granata2013-04-051-1/+1
* Our commands that end up displaying a ValueObject as part of their workflow u...Enrico Granata2013-03-261-12/+1
* Convert the -a option in "image lookup" to a address-expression, and pass the...Jim Ingham2013-03-151-6/+8
* Change CommandObjectTargetSymbolsAdd to require that a target exists;Jason Molenda2013-02-021-1/+1
* <rdar://problem/12552374>Enrico Granata2013-01-291-1/+1
* <rdar://problem/12524607>Greg Clayton2013-01-291-1/+5
* <rdar://problem/13069948>Greg Clayton2013-01-251-41/+41
* <rdar://problem/12973809> Greg Clayton2013-01-111-2/+24
* Expanded the flags that can be set for a command object in lldb_private::Comm...Greg Clayton2013-01-091-361/+330
* Remove the “len” defaulted parameter from CommandReturnObject::AppendMess...Jim Ingham2012-12-151-3/+3
* Cleaned up the UUID mismatch just printing itself whenever it wants to by all...Greg Clayton2012-12-141-1/+1
* Made "target modules add" flush the process toSean Callanan2012-12-131-0/+16
* <rdar://problem/12780507>Greg Clayton2012-12-121-62/+100
* <rdar://problem/12820334>Greg Clayton2012-12-061-8/+3
* Fix Linux build warnings due to redefinition of macros:Daniel Malea2012-12-051-0/+2
* <rdar://problem/12798131> Greg Clayton2012-12-041-43/+154
* Added new options to "target create" and "target modules add".Greg Clayton2012-11-301-5/+36
* <rdar://problem/12687087>Greg Clayton2012-11-291-6/+85
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-13/+13
* <rdar://problem/12586350>Enrico Granata2012-11-081-4/+4
* Make sure users know that "target variable" can read variables while running ...Greg Clayton2012-11-031-1/+1
* <rdar://problem/12570550>Greg Clayton2012-10-251-7/+0
* This is a fix for the command option parser.Sean Callanan2012-10-241-5/+5
* <rdar://problem/12462048>Greg Clayton2012-10-181-14/+6
* <rdar://problem/12462048>Greg Clayton2012-10-171-0/+7
* Bunch of cleanups for warnings found by the llvm static analyzer.Jim Ingham2012-10-121-3/+15
* Ran the sources through the compiler with -Wshadow warningsJason Molenda2012-10-041-2/+2
* Wrapped up the work I am going to do for now for the "add-dsym" or "target sy...Greg Clayton2012-09-271-111/+233
* Added the ability to download a symboled executable and symbol file given a U...Greg Clayton2012-09-271-1/+42
OpenPOWER on IntegriCloud