summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectTarget.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* First pass at mach-o core file support is in. It currently works for x86_64 Greg Clayton2012-02-091-6/+47
* <rdar://problem/10560053>Greg Clayton2012-02-051-84/+138
* Switching back to using std::tr1::shared_ptr. We originally switched awayGreg Clayton2012-01-291-5/+5
* Fixed an issue that could happen during global object destruction in ourGreg Clayton2012-01-271-3/+3
* Fixed formats being able to be applied recursively when using:Greg Clayton2012-01-261-1/+2
* When doing a "target modules lookup --address <addr>", show the file addressGreg Clayton2012-01-101-5/+3
* Added a new class called lldb_private::SymbolFileType which is designed toGreg Clayton2011-12-081-37/+25
* Process IDs (lldb::pid_t) and thread IDs (lldb::tid_t) are now 64 bit. This Greg Clayton2011-12-011-1/+1
* I broke the test suite (4 failures) with r145459 check-in.Johnny Chen2011-11-301-0/+1
* Remove possible cut-and-paste code which doesn't belong.Johnny Chen2011-11-291-7/+1
* Fixed an issue with the pthread_setspecific() where we weren't NULL-ing outGreg Clayton2011-11-171-1/+1
* <rdar://problem/10338439>Greg Clayton2011-11-131-1/+1
* Fix order of arguments for target stop-hook list/delete. HavingJason Molenda2011-11-101-4/+4
* Added the ability for many of the "target modules dump xxx" commands to findGreg Clayton2011-11-101-76/+97
* warnings: Fix a bunch of -Wreorder problems.Daniel Dunbar2011-10-311-1/+1
* Added support for the new ".apple_objc" accelerator tables. These tables areGreg Clayton2011-10-271-1/+1
OpenPOWER on IntegriCloud