summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectTarget.cpp
Commit message (Expand)AuthorAgeFilesLines
* <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
* Made the help for the -n option onSean Callanan2012-09-131-13/+13
* <rdar://problem/11374963>Greg Clayton2012-09-121-1/+10
* Change the NULL to a 0 since we need a uint32_tFilipe Cabecinhas2012-09-111-6/+6
* <rdar://problem/11757916>Greg Clayton2012-08-291-0/+3
* Fix a redundant computation.Johnny Chen2012-08-281-1/+1
* rdar://problem/11324515Johnny Chen2012-08-221-1/+20
* rdar://problem/12096295Johnny Chen2012-08-151-1/+1
* Add a new 'target modules show-unwind' command to show the differentJason Molenda2012-07-121-0/+237
* Fixed an issue where if you ask to search the global list of modules for a mo...Greg Clayton2012-07-111-21/+22
* Make error messages more user-friendly for the 'target delete' command.Filipe Cabecinhas2012-07-091-3/+15
* <rdar://problem/11357711>Greg Clayton2012-07-071-1/+1
* Fixed the "target modules list" to not crash in Debug builds due to an assert...Greg Clayton2012-06-271-2/+4
* Make raw & parsed commands subclasses of CommandObject rather than having the...Jim Ingham2012-06-081-283/+297
* Added the --all argument to "target modules lookup"Sean Callanan2012-06-061-3/+130
* -i option should apply to "-n" as well as "-F".Jim Ingham2012-06-041-2/+2
* We were accessing the ModuleList in the target without locking it for tasks likeJim Ingham2012-05-301-13/+30
* <rdar://problem/11386214>Greg Clayton2012-05-181-4/+12
* Modified "image lookup -t <typename>" to expand typedefs.Greg Clayton2012-05-151-1/+13
* <rdar://problem/11455398>Greg Clayton2012-05-151-88/+139
* Don't expose the pthread_mutex_t underlying the Mutex & Mutex::Locker classes. Jim Ingham2012-05-041-1/+1
* No functionality changes, mostly cleanup.Greg Clayton2012-04-111-1/+1
* <rdar://problem/11202426> Greg Clayton2012-04-091-1/+2
* <rdar://problem/10103468>Greg Clayton2012-03-291-49/+10
* lldb_private::Section objects have a boolean flag that can be set that Greg Clayton2012-03-271-22/+18
* <rdar://problem/11113279>Greg Clayton2012-03-261-2/+3
* Massive enumeration name changes: a number of enums in ValueObject were not f...Enrico Granata2012-03-191-1/+1
* <rdar://problem/10997402>Greg Clayton2012-03-071-5/+1
* 1) solving a bug where, after Jim's fixes to stack frames, synthetic children...Enrico Granata2012-03-011-5/+5
* Made a ModuleSpec class in Module.h which can specify a module using one orGreg Clayton2012-02-261-36/+37
* <rdar://problem/10103468>Greg Clayton2012-02-241-14/+211
* Full core file support has been added for mach-o core files.Greg Clayton2012-02-131-13/+25
* Made the "--no-inlines" option onSean Callanan2012-02-111-8/+15
* Make the output from "target modules lookup -n"Sean Callanan2012-02-111-1/+10
* Extended function lookup to allow the user toSean Callanan2012-02-101-0/+3
OpenPOWER on IntegriCloud