summaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectRegister.cpp
AgeCommit message (Expand)Author
2016-02-23Fix Clang-tidy modernize-use-nullptr and modernize-use-default warnings in so...Eugene Zelenko
2015-10-07commands: Use override instead of virtual.Bruce Mitchener
2015-05-29Don't #include "lldb-python.h" from anywhere.Zachary Turner
2015-05-27Add support for custom commands to set flags on themselvesEnrico Granata
2015-04-16Adds lldb support for querying the register mapping from gdbserver remote tar...Colin Riley
2015-03-03Reduce header footprint of Target.hZachary Turner
2014-07-09Revert "Fix broken tests due to new error output."Zachary Turner
2014-07-08Fix broken tests due to new error output.Todd Fiala
2014-07-03Adds the notion of an OptionValidator.Zachary Turner
2014-06-27lldb: remove adhoc implementation of array_sizeofSaleem Abdulrasool
2014-03-03Fix Windows build using portable types for formatting the log outputsDeepak Panickal
2013-12-06For logical backtrace work, lldb needs to track Module unloads etc & symoblic...Greg Clayton
2013-10-04Made all other "operator bool"s explicit and ensuredSean Callanan
2013-09-28Display the errno error message instead of the idSylvestre Ledru
2013-09-05Add OptionParser.hVirgile Bello
2013-03-28Introduces extended register sets whose availability can vary with the target...Ashok Thirumurthi
2013-03-26<rdar://problem/13221060>Enrico Granata
2013-01-25<rdar://problem/13069948>Greg Clayton
2013-01-09Expanded the flags that can be set for a command object in lldb_private::Comm...Greg Clayton
2012-12-05Fix Linux build warnings due to redefinition of macros:Daniel Malea
2012-12-04<rdar://problem/12798131> Greg Clayton
2012-08-22Reimplemented the code that backed the "settings" in lldb. There were many is...Greg Clayton
2012-06-08Make raw & parsed commands subclasses of CommandObject rather than having the...Jim Ingham
2012-06-05rdar://problem/11598332Johnny Chen
2012-05-29rdar://problem/11541676Johnny Chen
2012-05-18<rdar://problem/11386214>Greg Clayton
2012-02-21Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptrGreg Clayton
2011-10-27Added support for the new ".apple_objc" accelerator tables. These tables areGreg Clayton
2011-10-26Cleaned up many error codes. For any who is filling in error strings intoGreg Clayton
2011-10-25Patch from Dragos to fix Linux build!Johnny Chen
2011-10-25Updated all commands that use a "--format" / "-f" options to use the newGreg Clayton
2011-09-22Converted the lldb_private::Process over to use the intrusiveGreg Clayton
2011-08-25Emit an error message if we're unable to write a value to a register.Jason Molenda
2011-05-15Added generic register numbers for simple ABI argument registers and definedGreg Clayton
2011-05-09While implementing unwind information using UnwindAssemblyInstEmulation I ranGreg Clayton
2011-05-05Always try and lookup the address in a register if it is encoded as anGreg Clayton
2011-04-28Added the ability to specify dumping options (show types, show location,Greg Clayton
2011-04-23Fixed the SymbolContext::DumpStopContext() to correctly indent and dumpGreg Clayton
2011-04-22Did some work on the "register read" command to only show the first registerGreg Clayton
2011-04-13Added two new classes for command options:Greg Clayton
2011-04-12Moved the execution context that was in the Debugger intoGreg Clayton
2011-04-07Modified the ArchSpec to take an optional "Platform *" when setting the triple.Greg Clayton
2011-03-30Many improvements to the Platform base class and subclasses. The base PlatformGreg Clayton
2011-02-19- Changed all the places where CommandObjectReturn was exporting a StreamStri...Jim Ingham
2010-10-04Modify existing commands with arguments to use the new argument mechanismCaroline Tice
2010-09-18Fixed the way set/show variables were being accessed to being natively Greg Clayton
2010-09-10The first part of an lldb native stack unwinder.Jason Molenda
2010-09-08More help text fixes.Caroline Tice
2010-09-07Small help text fixes, to make it more consistent and accurate.Caroline Tice
2010-06-23Very large changes that were needed in order to allow multiple connectionsGreg Clayton