summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process
Commit message (Expand)AuthorAgeFilesLines
* Move SafeMachO from Utility to HostPavel Labath2018-09-124-5/+3
* Reduce alignment on struct XSAVE, fixing a gcc warningPavel Labath2018-09-121-1/+1
* Speculative fix for NetBSD bot for r341758Pavel Labath2018-09-091-2/+2
* Re-commit "Modernize NativeProcessProtocol::GetSoftwareBreakpointTrapOpcode"Pavel Labath2018-09-094-93/+13
* Revert "Modernize NativeProcessProtocol::GetSoftwareBreakpointTrapOpcode"Pavel Labath2018-09-084-14/+95
* Modernize NativeProcessProtocol::GetSoftwareBreakpointTrapOpcodePavel Labath2018-09-054-95/+14
* Increase qHostInfo packet timeoutPavel Labath2018-08-311-0/+3
* Move Predicate.h from Host to UtilityRaphael Isemann2018-08-304-4/+4
* Don't include the Age in the UUID for CvRecordPdb70 UUID records in minidump ...Greg Clayton2018-08-291-2/+12
* Restrict the set of plugins used for ProcessMinidumpLeonard Mosescu2018-08-232-8/+15
* Misc module/dwarf logging improvementsLeonard Mosescu2018-08-071-0/+6
* Fix a couple of extended-offsetof warnings that had slipped throughPavel Labath2018-08-071-3/+3
* Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-0763-84/+83
* Fix more offsetof issues.Greg Clayton2018-08-061-5/+5
* Fix offsetof usage that got lost when passing patches between linux and mac.Greg Clayton2018-08-062-14/+16
* Add support for ARM and ARM64 breakpad generated minidump files (version 2).Greg Clayton2018-08-069-18/+1597
* Revert "Add support for ARM and ARM64 breakpad generated minidump files"Pavel Labath2018-08-039-1653/+76
* [lldb] Remove unused variable.David L. Jones2018-08-021-1/+0
* Fix CMake build.Zachary Turner2018-08-021-0/+2
* Add support for ARM and ARM64 breakpad generated minidump filesGreg Clayton2018-08-028-75/+1651
* [ProcessGDBRemote] handle result from ConnectToDebugserverJonas Devlieghere2018-07-251-1/+1
* Add support for parsing Breakpad minidump files that can have extra padding i...Greg Clayton2018-07-231-2/+19
* Remove incorrect thread-pc-values clearingJason Molenda2018-07-121-1/+0
* Get rid of the C-string parameter in DoExecuteRaphael Isemann2018-07-121-3/+4
* Restructure the minidump loading path and add early & explicit consistency ch...Leonard Mosescu2018-07-124-47/+139
* Remove unused variable m_header as it hasn't been used since it wasEric Christopher2018-07-122-6/+4
* [windows] Fix out-of-memory failure in some of the testsStella Stamenova2018-07-111-22/+40
* [windows] LLDB shows the wrong values when register read is executed at a fra...Stella Stamenova2018-07-109-70/+76
* [lldbsuite, windows] Don't crash LLDB when we try to retrieve a register on W...Stella Stamenova2018-07-022-0/+6
* Use the API's to get the TargetSP.Jim Ingham2018-06-261-1/+1
* Represent invalid UUIDs as UUIDs with length zeroPavel Labath2018-06-261-12/+3
* Change AddressClass type from 'enum' to 'enum class'.Tatyana Krasnukha2018-06-261-3/+3
* Remove UUID::SetFromCStringPavel Labath2018-06-213-3/+3
* Replace HostInfo::GetLLDBPath with specific functionsPavel Labath2018-06-192-3/+3
* Use llvm::VersionTuple instead of manual version marshallingPavel Labath2018-06-185-49/+18
* [FileSpec] Make style argument mandatory for SetFile. NFCJonas Devlieghere2018-06-135-8/+16
* [lit] Split test_set_working_dir TestProcessLaunch into two tests and fix it ...Stella Stamenova2018-06-132-7/+23
* Remove more dead code from NativeProcessLinuxAlex Langford2018-06-081-14/+0
* Delete dead code in NativeProcessLinuxAlex Langford2018-06-081-149/+0
* Fix DynamicRegisterInfo copying/moving issue.Tatyana Krasnukha2018-06-082-23/+51
* [lldb, process] Fix occasional hang when launching a process in LLDBStella Stamenova2018-06-011-1/+0
* Typo fixes.Bruce Mitchener2018-05-296-15/+15
* 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-2217-36/+10
* Enable ProcessMachCore plugin on non-apple platformsPavel Labath2018-05-221-1/+1
* [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
* [Windows, Process] LLDB reads wrong registers on 64bit WindowsStella Stamenova2018-05-171-16/+16
OpenPOWER on IntegriCloud