summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectTarget.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* *Some more optimizations in usage of ConstStringEnrico Granata2011-08-121-1/+2
* Added the ability to remove orphaned module shared pointers from a ModuleList.Greg Clayton2011-08-111-8/+29
* While tracking down memory consumption issue a few things were needed: the Greg Clayton2011-08-101-27/+160
* CFString.py now shows contents in a more NSString-like way (e.g. you get @"He...Enrico Granata2011-08-091-2/+2
* Added a "--global" option to the "target modules list"Greg Clayton2011-08-091-9/+39
* Change CommandObjectTargetModulesAdd to set the return statusJason Molenda2011-08-021-0/+1
* Public API changes:Enrico Granata2011-07-291-4/+4
* when typing a summary string you can use the %S symbol to explicitly indicate...Enrico Granata2011-07-221-0/+1
* Some descriptive text for the Python script feature:Enrico Granata2011-07-161-1/+2
* Fix short description of 'target variable' command.Johnny Chen2011-07-121-2/+2
* Allow the built in ValueObject summary providers for C stringsGreg Clayton2011-07-101-5/+9
* Fixed the global and static variables to always be in scope.Greg Clayton2011-07-091-1/+1
* Added the ability to see global variables with a variable expression path soGreg Clayton2011-07-081-62/+98
* Stop the lldb_private::RegularExpression class from implicitlyGreg Clayton2011-07-071-1/+1
* Centralize the variable display prefs into a new optionGreg Clayton2011-07-071-20/+69
* Added "target variable" command that allows introspection of globalGreg Clayton2011-07-071-13/+142
* The "-r" option should work for both "-n" and "-s", but it was only set to wo...Jim Ingham2011-06-201-1/+3
* Add 'batch_mode' to CommandInterpreter. Modify InputReaders toCaroline Tice2011-06-161-15/+26
* Fix the "target stop-hook add" input reader so that it won't say the stop hoo...Jim Ingham2011-05-051-1/+6
OpenPOWER on IntegriCloud