summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/Utility/DynamicRegisterInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix DynamicRegisterInfo copying/moving issue.Tatyana Krasnukha2018-06-081-15/+36
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-16/+12
* Move Args::StringTo*** functions to a new OptionArgParser classPavel Labath2018-04-101-1/+3
* Use GetItemAtIndexAsString overload for ConstString and move set rather than ...Tatyana Krasnukha2018-03-141-6/+3
* Make Finalize tolerant of empty register sets.Tatyana Krasnukha2018-03-011-1/+1
* Move ArchSpec to the Utility modulePavel Labath2017-11-131-5/+1
* Move StructuredData from Core to UtilityPavel Labath2017-06-271-1/+1
* Update StructuredData::String to return StringRefs.Zachary Turner2017-05-121-15/+13
* Fix warnings from clang build on macOS.Bruce Mitchener2017-03-231-0/+1
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* Make lldb -Werror clean for -Wstring-conversionDavid Blaikie2017-01-061-1/+1
* Make lldb::Regex use StringRef.Zachary Turner2016-09-211-2/+2
* Fix more functions in Args to use StringRef.Zachary Turner2016-09-191-3/+2
* *** 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