summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectTarget.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Cleaned up many error codes. For any who is filling in error strings intoGreg Clayton2011-10-261-11/+11
* Updated all commands that use a "--format" / "-f" options to use the newGreg Clayton2011-10-251-4/+5
* Add a "-a" option to "image list" to show the image at a given address.Jim Ingham2011-10-241-107/+164
* Moved lldb::user_id_t values to be 64 bit. This was going to be needed forGreg Clayton2011-10-191-2/+2
* Fixed a case where we might end up trying to parse a type in the DWARF parser...Greg Clayton2011-10-131-5/+0
* Revert the change to "target variable" that was causing test suite failures.Greg Clayton2011-10-131-1/+1
* Always use the full variable name when dumping globals since they mightGreg Clayton2011-10-131-1/+1
* Added ClangNamespaceDecl * parameters to severalSean Callanan2011-10-121-2/+3
* Re-organized the contents of RangeMap.h to be more concise and also allow for...Greg Clayton2011-10-071-8/+1
* "target variable" will now display the current frame's compile unit globalsGreg Clayton2011-10-051-3/+51
* Cleaned up the the code that figures out the inlined stack frames given a Greg Clayton2011-10-011-1/+2
* Added to the public API to allow symbolication:Greg Clayton2011-09-241-40/+10
* in CommandObjectTargetStopHookList::Execute, if we don't have a target,Jason Molenda2011-09-231-0/+1
* LookupAddressInModule: Remove a couple of the extraJason Molenda2011-09-231-3/+1
* Converted the lldb_private::Process over to use the intrusiveGreg Clayton2011-09-221-14/+14
* Change Error::SetErrorStringWithFormat() prototype to use anJason Molenda2011-09-201-1/+1
* Removed the function:Greg Clayton2011-09-171-1/+1
* Fix the 'target variable' help syntax to output one or more <variable-name>'s.Johnny Chen2011-08-221-0/+13
* Refactoring of ValueObject::DumpValueObject and 'frame variable', 'target var...Enrico Granata2011-08-151-12/+14
* Giving a warning to the user the first time children are truncated by the new...Enrico Granata2011-08-121-0/+8
OpenPOWER on IntegriCloud