summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectTarget.cpp
Commit message (Expand)AuthorAgeFilesLines
* Added new OptionGroup classes for UInt64, UUID, File and Boolean values.Greg Clayton2011-05-031-115/+2170
* The 'target stop-hook add' command is missing the stop hook added message for...Johnny Chen2011-05-031-0/+1
* Add a one-liner option, for example, "-o 'expr ptr'", to the 'target stop-hoo...Johnny Chen2011-05-021-25/+44
* This patch captures and serializes all output being written by theCaroline Tice2011-05-021-0/+3
* Added a new option to the "source list" command that allows us to see whereGreg Clayton2011-04-191-1/+1
* Add a test script for exercising the "taregt create", "target list", and "tar...Johnny Chen2011-04-181-0/+2
* Centralized a lot of the status information for processes,Greg Clayton2011-04-181-23/+385
* Added two new classes for command options:Greg Clayton2011-04-131-2/+2
* Modified the ArchSpec to take an optional "Platform *" when setting the triple.Greg Clayton2011-04-071-3/+4
* Fixed the LLDB build so that we can have private types, private enums andGreg Clayton2011-03-241-3/+3
* Clean up a few places where SetOptionValue was using the global optarg, rathe...Jim Ingham2011-03-221-4/+4
* Add a first pass at a "stop hook" mechanism. This allows you to add commands...Jim Ingham2011-03-111-2/+618
* Add a test case test_image_search_paths() to test lldb's ability to do image ...Johnny Chen2011-02-031-0/+6
* Patch from Kirk Beitz that removes an unneeded include of "sys/errno.h".Greg Clayton2011-02-011-1/+1
* Modify existing commands with arguments to use the new argument mechanismCaroline Tice2010-10-041-3/+66
* Fixed the way set/show variables were being accessed to being natively Greg Clayton2010-09-181-36/+39
* Clean up, clarify and standardize help text, and fix a few help text formatti...Caroline Tice2010-09-081-4/+4
* Change "Current" as in GetCurrentThread, GetCurrentStackFrame, etc, to "Selec...Jim Ingham2010-08-261-7/+7
* Very large changes that were needed in order to allow multiple connectionsGreg Clayton2010-06-231-34/+29
* Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong.Jim Ingham2010-06-151-1/+1
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+430
OpenPOWER on IntegriCloud