summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectRegister.cpp
Commit message (Expand)AuthorAgeFilesLines
* Delete some more dead includes.Zachary Turner2017-03-221-0/+1
* Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner2017-03-041-1/+1
* Remove some more uses of Args::GetArgumentAtIndex.Zachary Turner2016-12-091-28/+22
* Resubmit "Change RegisterValue getters / setters to use StringRef."Zachary Turner2016-11-171-4/+4
* Revert "Change RegisterValue getters / setters to use StringRef."Zachary Turner2016-11-171-4/+4
* Change RegisterValue getters / setters to use StringRef.Zachary Turner2016-11-171-4/+4
* Make Options::SetOptionValue take a StringRef.Zachary Turner2016-11-121-1/+0
* Update OptionGroup::SetValue to take StringRef.Zachary Turner2016-09-231-1/+2
* Try to fix build errors on Android.Zachary Turner2016-09-221-1/+1
* Convert option tables to ArrayRefs.Zachary Turner2016-09-221-21/+13
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-398/+345
* Tables of command options in LLDB benefit from hand-formatting to make itKate Stone2016-08-261-3/+5
* Decoupled Options from CommandInterpreter.Todd Fiala2016-08-111-5/+5
* LLDB help content has accumulated over time without a recent attempt toKate Stone2016-07-141-5/+4
* Fix Clang-tidy modernize-use-nullptr and modernize-use-default warnings in so...Eugene Zelenko2016-02-231-50/+33
* commands: Use override instead of virtual.Bruce Mitchener2015-10-071-19/+16
* Don't #include "lldb-python.h" from anywhere.Zachary Turner2015-05-291-2/+0
* Add support for custom commands to set flags on themselvesEnrico Granata2015-05-271-8/+8
* Adds lldb support for querying the register mapping from gdbserver remote tar...Colin Riley2015-04-161-1/+1
* Reduce header footprint of Target.hZachary Turner2015-03-031-0/+1
* Revert "Fix broken tests due to new error output."Zachary Turner2014-07-091-3/+3
* Fix broken tests due to new error output.Todd Fiala2014-07-081-3/+3
* Adds the notion of an OptionValidator.Zachary Turner2014-07-031-3/+3
* lldb: remove adhoc implementation of array_sizeofSaleem Abdulrasool2014-06-271-1/+2
* Fix Windows build using portable types for formatting the log outputsDeepak Panickal2014-03-031-1/+1
* For logical backtrace work, lldb needs to track Module unloads etc & symoblic...Greg Clayton2013-12-061-0/+1
* Made all other "operator bool"s explicit and ensuredSean Callanan2013-10-041-1/+1
* Display the errno error message instead of the idSylvestre Ledru2013-09-281-1/+1
* Add OptionParser.hVirgile Bello2013-09-051-3/+3
* Introduces extended register sets whose availability can vary with the target...Ashok Thirumurthi2013-03-281-3/+11
* <rdar://problem/13221060>Enrico Granata2013-03-261-0/+15
* <rdar://problem/13069948>Greg Clayton2013-01-251-8/+8
* Expanded the flags that can be set for a command object in lldb_private::Comm...Greg Clayton2013-01-091-107/+95
* Fix Linux build warnings due to redefinition of macros:Daniel Malea2012-12-051-0/+2
* <rdar://problem/12798131> Greg Clayton2012-12-041-1/+1
* Reimplemented the code that backed the "settings" in lldb. There were many is...Greg Clayton2012-08-221-1/+2
* Make raw & parsed commands subclasses of CommandObject rather than having the...Jim Ingham2012-06-081-23/+16
* rdar://problem/11598332Johnny Chen2012-06-051-1/+1
* rdar://problem/11541676Johnny Chen2012-05-291-3/+9
* <rdar://problem/11386214>Greg Clayton2012-05-181-0/+3
* Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptrGreg Clayton2012-02-211-8/+11
* 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-1/+1
* Patch from Dragos to fix Linux build!Johnny Chen2011-10-251-1/+1
* Updated all commands that use a "--format" / "-f" options to use the newGreg Clayton2011-10-251-47/+53
* Converted the lldb_private::Process over to use the intrusiveGreg Clayton2011-09-221-1/+1
* Emit an error message if we're unable to write a value to a register.Jason Molenda2011-08-251-2/+8
* 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
OpenPOWER on IntegriCloud