summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectRegister.cpp
Commit message (Expand)AuthorAgeFilesLines
* Added generic register numbers for simple ABI argument registers and definedGreg Clayton2011-05-151-7/+24
* While implementing unwind information using UnwindAssemblyInstEmulation I ranGreg Clayton2011-05-091-11/+11
* Always try and lookup the address in a register if it is encoded as anGreg Clayton2011-05-051-13/+5
* Added the ability to specify dumping options (show types, show location,Greg Clayton2011-04-281-1/+1
* Fixed the SymbolContext::DumpStopContext() to correctly indent and dumpGreg Clayton2011-04-231-1/+1
* Did some work on the "register read" command to only show the first registerGreg Clayton2011-04-221-55/+164
* Added two new classes for command options:Greg Clayton2011-04-131-3/+3
* Moved the execution context that was in the Debugger intoGreg Clayton2011-04-121-2/+2
* Modified the ArchSpec to take an optional "Platform *" when setting the triple.Greg Clayton2011-04-071-3/+5
* Many improvements to the Platform base class and subclasses. The base PlatformGreg Clayton2011-03-301-0/+75
* - Changed all the places where CommandObjectReturn was exporting a StreamStri...Jim Ingham2011-02-191-1/+1
* Modify existing commands with arguments to use the new argument mechanismCaroline Tice2010-10-041-3/+39
* Fixed the way set/show variables were being accessed to being natively Greg Clayton2010-09-181-11/+12
* The first part of an lldb native stack unwinder.Jason Molenda2010-09-101-2/+2
* More help text fixes.Caroline Tice2010-09-081-1/+1
* Small help text fixes, to make it more consistent and accurate.Caroline Tice2010-09-071-1/+1
* Very large changes that were needed in order to allow multiple connectionsGreg Clayton2010-06-231-15/+20
* 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/+231
OpenPOWER on IntegriCloud