summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/Utility
Commit message (Expand)AuthorAgeFilesLines
* Reduce alignment on struct XSAVE, fixing a gcc warningPavel Labath2018-09-121-1/+1
* Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-0716-28/+28
* [windows] LLDB shows the wrong values when register read is executed at a fra...Stella Stamenova2018-07-101-1/+1
* Fix DynamicRegisterInfo copying/moving issue.Tatyana Krasnukha2018-06-082-23/+51
* Add missing includes to some LLDB headers.Raphael Isemann2018-05-262-0/+4
* Remove spurious dependency on Process/elf-core from Process/Utility.James Y Knight2018-05-236-31/+6
* Normalize some lldb #include statements.James Y Knight2018-05-221-2/+0
* [lldb] Fix compile warnings in r332702Eric Liu2018-05-182-4/+5
* Add back #ifdef __APPLE__ to RegisterContextDarwin_xxx::NumSupportedHardwareW...Pavel Labath2018-05-182-3/+3
* Make ObjectFileMachO work on non-darwin platformsPavel Labath2018-05-183-17/+28
* Enable AUTOBRIEF in doxygen configuration.Adrian Prantl2018-05-022-4/+4
* Reflow paragraphs in comments.Adrian Prantl2018-04-3018-394/+293
* Move Args::StringTo*** functions to a new OptionArgParser classPavel Labath2018-04-101-1/+3
* Move StringExtractorGDBRemote.h to the include folderPavel Labath2018-03-201-1/+1
* 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
* Add SysV Abi for PPC64lePavel Labath2018-01-222-0/+470
* Reduce x86 register context boilerplate.Pavel Labath2017-12-184-33/+30
* Avoid module import in a textual header, NFCVedant Kumar2017-12-121-5/+2
* Fix const-correctness in RegisterContext methods, NFCVedant Kumar2017-12-063-10/+30
* Kill struct IOVECPavel Labath2017-12-014-21/+0
* Fix floating point register write on new x86 linux kernelsPavel Labath2017-11-282-5/+27
* Implement core dump debugging for PPC64lePavel Labath2017-11-164-1/+300
* Fix alignment of arm64 fpu register context structureJason Molenda2017-11-162-3/+3
* Roll back r318260 because it is causing the windows bot toJason Molenda2017-11-151-1/+1
* Two small fixes to handle arm64 fpu register contexts in Jason Molenda2017-11-151-1/+1
* Move ArchSpec to the Utility modulePavel Labath2017-11-134-14/+4
* Clean up NativeRegisterContextPavel Labath2017-11-102-3/+3
* Add float/vector registers for ppc64lePavel Labath2017-11-032-2/+484
* Fix some warnings found by ToT clangPavel Labath2017-11-021-4/+0
* Enable breakpoints and read/write GPRs for ppc64leEugene Zemtsov2017-10-055-0/+303
* Process: fix FXSAVE on x86Saleem Abdulrasool2017-08-232-4/+2
* Make i386-*-freebsd expression work on JIT pathEd Maste2017-08-161-7/+5
* Remove the DWARFExpression -> Clang ExpressionParser dependencyTamas Berghammer2017-08-161-4/+4
* Fix two places in RegisterContextLLDB::InitializeNonZerothFrame whereJason Molenda2017-06-291-13/+14
* Move StructuredData from Core to UtilityPavel Labath2017-06-272-2/+2
* Fix backtrace of noreturn functions situated at the end of a modulePavel Labath2017-06-081-5/+7
* Update StructuredData::String to return StringRefs.Zachary Turner2017-05-123-24/+18
* Rename Error -> Status.Zachary Turner2017-05-125-23/+23
* [Utility] Placate another GCC warning.Davide Italiano2017-04-201-3/+4
* Introduce FPR and Debug Registers/NetBSD/amd64 supportKamil Rytarowski2017-04-181-1/+1
* [Process/Utility] Remove dead code. NFCI.Davide Italiano2017-04-141-5/+0
* iwyu fixes on lldbUtility.Zachary Turner2017-04-061-0/+1
* [LLDB][MIPS] Core Dump Support.Nitesh Jain2017-03-318-48/+303
* [LLDB] OpenBSD supportKamil Rytarowski2017-03-265-0/+251
* Fix warnings from clang build on macOS.Bruce Mitchener2017-03-231-0/+1
* Break the cycle between Host and PluginProcessUtility.Zachary Turner2017-03-223-0/+85
* Move many other files from Core -> Utility.Zachary Turner2017-03-061-1/+1
* Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner2017-03-0416-27/+27
* Move Log from Core -> Utility.Zachary Turner2017-03-0315-15/+15
OpenPOWER on IntegriCloud