summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectTarget.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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