aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectRegister.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-398/+345
2016-08-26Tables of command options in LLDB benefit from hand-formatting to make itKate Stone1-3/+5
2016-08-11Decoupled Options from CommandInterpreter.Todd Fiala1-5/+5
2016-07-14LLDB help content has accumulated over time without a recent attempt toKate Stone1-5/+4
2016-02-23Fix Clang-tidy modernize-use-nullptr and modernize-use-default warnings in so...Eugene Zelenko1-50/+33
2015-10-07commands: Use override instead of virtual.Bruce Mitchener1-19/+16
2015-05-29Don't #include "lldb-python.h" from anywhere.Zachary Turner1-2/+0
2015-05-27Add support for custom commands to set flags on themselvesEnrico Granata1-8/+8
2015-04-16Adds lldb support for querying the register mapping from gdbserver remote tar...Colin Riley1-1/+1
2015-03-03Reduce header footprint of Target.hZachary Turner1-0/+1
2014-07-09Revert "Fix broken tests due to new error output."Zachary Turner1-3/+3
2014-07-08Fix broken tests due to new error output.Todd Fiala1-3/+3
2014-07-03Adds the notion of an OptionValidator.Zachary Turner1-3/+3
2014-06-27lldb: remove adhoc implementation of array_sizeofSaleem Abdulrasool1-1/+2
2014-03-03Fix Windows build using portable types for formatting the log outputsDeepak Panickal1-1/+1
2013-12-06For logical backtrace work, lldb needs to track Module unloads etc & symoblic...Greg Clayton1-0/+1
2013-10-04Made all other "operator bool"s explicit and ensuredSean Callanan1-1/+1
2013-09-28Display the errno error message instead of the idSylvestre Ledru1-1/+1
2013-09-05Add OptionParser.hVirgile Bello1-3/+3
2013-03-28Introduces extended register sets whose availability can vary with the target...Ashok Thirumurthi1-3/+11
2013-03-26<rdar://problem/13221060>Enrico Granata1-0/+15
2013-01-25<rdar://problem/13069948>Greg Clayton1-8/+8
2013-01-09Expanded the flags that can be set for a command object in lldb_private::Comm...Greg Clayton1-107/+95
2012-12-05Fix Linux build warnings due to redefinition of macros:Daniel Malea1-0/+2
2012-12-04<rdar://problem/12798131> Greg Clayton1-1/+1
2012-08-22Reimplemented the code that backed the "settings" in lldb. There were many is...Greg Clayton1-1/+2
2012-06-08Make raw & parsed commands subclasses of CommandObject rather than having the...Jim Ingham1-23/+16
2012-06-05rdar://problem/11598332Johnny Chen1-1/+1
2012-05-29rdar://problem/11541676Johnny Chen1-3/+9
2012-05-18<rdar://problem/11386214>Greg Clayton1-0/+3
2012-02-21Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptrGreg Clayton1-8/+11
2011-10-27Added support for the new ".apple_objc" accelerator tables. These tables areGreg Clayton1-1/+1
2011-10-26Cleaned up many error codes. For any who is filling in error strings intoGreg Clayton1-1/+1
2011-10-25Patch from Dragos to fix Linux build!Johnny Chen1-1/+1
2011-10-25Updated all commands that use a "--format" / "-f" options to use the newGreg Clayton1-47/+53
2011-09-22Converted the lldb_private::Process over to use the intrusiveGreg Clayton1-1/+1
2011-08-25Emit an error message if we're unable to write a value to a register.Jason Molenda1-2/+8
2011-05-15Added generic register numbers for simple ABI argument registers and definedGreg Clayton1-7/+24
2011-05-09While implementing unwind information using UnwindAssemblyInstEmulation I ranGreg Clayton1-11/+11
2011-05-05Always try and lookup the address in a register if it is encoded as anGreg Clayton1-13/+5
2011-04-28Added the ability to specify dumping options (show types, show location,Greg Clayton1-1/+1
2011-04-23Fixed the SymbolContext::DumpStopContext() to correctly indent and dumpGreg Clayton1-1/+1
2011-04-22Did some work on the "register read" command to only show the first registerGreg Clayton1-55/+164
2011-04-13Added two new classes for command options:Greg Clayton1-3/+3
2011-04-12Moved the execution context that was in the Debugger intoGreg Clayton1-2/+2
2011-04-07Modified the ArchSpec to take an optional "Platform *" when setting the triple.Greg Clayton1-3/+5
2011-03-30Many improvements to the Platform base class and subclasses. The base PlatformGreg Clayton1-0/+75
2011-02-19- Changed all the places where CommandObjectReturn was exporting a StreamStri...Jim Ingham1-1/+1
2010-10-04Modify existing commands with arguments to use the new argument mechanismCaroline Tice1-3/+39
2010-09-18Fixed the way set/show variables were being accessed to being natively Greg Clayton1-11/+12