summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/Utility/DynamicRegisterInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-720/+659
* Convert some StringExtractor functions to accept MutableArrayRefs.Zachary Turner2016-08-301-2/+1
* [LLVM][MIPS] Fix FPU Size Based on Dynamic FR.Nitesh Jain2016-08-011-0/+41
* Clean up register naming conventions inside lldb. Jason Molenda2015-09-151-7/+5
* Remove unintentional ;'s.Jason Molenda2015-08-181-2/+2
* Update DynamicRegisterInfo::SetRegisterInfo to accept eh_frame registerJason Molenda2015-08-151-1/+7
* A messy bit of cleanup: Move towards more descriptive namesJason Molenda2015-08-151-6/+6
* Don't #include "lldb-python.h" from anywhere.Zachary Turner2015-05-291-2/+0
* Added XML to the host layer.Greg Clayton2015-05-261-14/+107
* Remove ScriptInterpreterObject.Zachary Turner2015-03-171-293/+251
* Moved Args::StringToXIntYZ to StringConvert::ToXIntYZVince Harron2015-01-151-3/+3
* Make sure we print errors for python OperatingSystem plug-ins for when things...Greg Clayton2014-12-111-0/+12
* This creates a valid Python API for Windows, pending some issues. The changes...Deepak Panickal2014-07-011-1/+1
* sweep up -Wformat warnings from gccSaleem Abdulrasool2014-04-041-3/+5
* sanitise sign comparisonsSaleem Abdulrasool2014-04-021-2/+2
* "size_t" isn't always 64 bit, it is 32 bit on 32 bit systems. All printf styl...Greg Clayton2014-03-031-1/+1
* Fix Windows build using portable types for formatting the log outputsDeepak Panickal2014-03-031-4/+4
* <rdar://problem/14972424>Greg Clayton2013-10-171-9/+426
* <rdar://problem/14972424>Greg Clayton2013-10-151-7/+14
* <rdar://problem/13010007>Greg Clayton2013-01-181-16/+19
* Fix Linux build warnings due to redefinition of macros:Daniel Malea2012-12-051-0/+2
* Remove LLDB_DISABLE_PYTHON ifndef around FormatManager::LoadObjCFormatters() ...Jason Molenda2012-09-111-0/+5
* We have a partially working OS plug-in through python!Greg Clayton2012-08-241-2/+8
* Added Args::StringForEncoding(), Args::StringToGenericRegister() and centrali...Greg Clayton2012-08-241-7/+128
* Added a new plug-in type: lldb_private::OperatingSystem. The operating system Greg Clayton2011-08-221-0/+142
OpenPOWER on IntegriCloud