summaryrefslogtreecommitdiffstats
path: root/lldb/unittests/Process
Commit message (Expand)AuthorAgeFilesLines
* FileSpec: Remove PathSyntax enum and use llvm version insteadPavel Labath2018-05-141-5/+5
* Fix gdb-remote qMemoryRegionInfo unit tests for xml-enabled buildsPavel Labath2018-05-021-8/+26
* gdb-remote: Fix checksum verification for messages with escape charsPavel Labath2018-03-282-0/+68
* Fix memory leaks in MinidumpParserTestRaphael Isemann2018-01-221-6/+6
* Handle O reply packets during qRcmdPavel Labath2018-01-101-0/+20
* Fix regression in jModulesInfo packet handlingPavel Labath2017-12-181-7/+35
* Move ArchSpec to the Utility modulePavel Labath2017-11-131-5/+3
* cmake + xcode: prevent gtests from using includes from project rootTim Hammerquist2017-10-031-1/+1
* Fix some warnings in ProcessorTraceTest.cppPavel Labath2017-07-041-17/+15
* Move Timer and TraceOptions from Core to UtilityPavel Labath2017-06-291-1/+1
* [unittests] Add a helper function for getting an input filePavel Labath2017-06-292-13/+3
* Linux unit tests should only run onRavitheja Addepally2017-06-281-1/+3
* Implementation of Intel(R) Processor Trace support for LinuxRavitheja Addepally2017-06-283-0/+161
* Move StructuredData from Core to UtilityPavel Labath2017-06-271-1/+1
* Simplify the gdb-remote unit testsPavel Labath2017-06-225-236/+126
* Fix assorted compiler warnings. NFCPavel Labath2017-06-061-10/+9
* Remove unused variables. NFCPavel Labath2017-06-061-2/+0
* Replaced StructuredData::Type with eStructuredDataType Abhishek Aggarwal2017-05-291-2/+3
* Implementation of remote packets for Trace data.Ravitheja Addepally2017-05-261-0/+225
* Rename Error -> Status.Zachary Turner2017-05-122-7/+6
* Re-landing IPv6 support for LLDB HostChris Bieneman2017-04-261-3/+2
* Revert yesterdays IPv6 patchesPavel Labath2017-04-191-2/+3
* Update LLDB Host to support IPv6 over TCPChris Bieneman2017-04-181-3/+2
* Verify memory address range validity in GDBRemoteCommunicationClientStephane Sezer2017-03-311-0/+39
* Move FileSpec from Host -> Utility.Zachary Turner2017-03-221-1/+1
* Make LLDB skip server-client roundtrip for signals that don't require any act...Eugene Zemtsov2017-03-071-0/+24
* Remove FileSpec::ReadFileContents.Zachary Turner2017-03-061-1/+1
* Move many other files from Core -> Utility.Zachary Turner2017-03-061-1/+1
* Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner2017-03-042-3/+3
* [Windows] Remove the #include <eh.h> hack.Zachary Turner2017-03-033-21/+0
* Fix MinidumpParserTest on 32-bit archesPavel Labath2017-02-271-2/+3
* Delete DataBufferMemoryMap.Zachary Turner2017-02-241-4/+6
* Switch TestPacketSpeedJSON to use the llvm chrono formatterPavel Labath2017-02-101-0/+1
* [CMake] Update unit tests with accurate dependenciesChris Bieneman2017-02-012-0/+18
* Fix jModulesInfo handling for cross-path syntax debuggingPavel Labath2017-01-051-2/+10
* Use Timeout<> in the Listener classPavel Labath2016-11-301-3/+2
* Attempt to fix freebsd build after r287864Pavel Labath2016-11-241-3/+2
* Fix GDBRemoteCommunicationClientTest.TestPacketSpeedJSONPavel Labath2016-11-041-12/+14
* Remove usages of TimeValue from gdb-remote process pluginPavel Labath2016-10-311-2/+45
* Minidump plugin: Adding ProcessMinidump, ThreadMinidump and register the plug...Dimitar Vlahovski2016-10-311-3/+83
* Minidump plugin: Adding x86_32 register context converterDimitar Vlahovski2016-10-313-34/+76
* Minidump plugin: functions parsing memory structures and filtering module listDimitar Vlahovski2016-10-194-2/+106
* unittests: Specify types in a bunch of unittest EXPECT'sJustin Bogner2016-10-171-1/+1
* Removing the new Minidump pluginDimitar Vlahovski2016-10-051-23/+3
* Adding a new Minidump post-mortem debugging pluginDimitar Vlahovski2016-10-041-3/+23
* Adding a RegisterContextMinidump_x86_64 converterDimitar Vlahovski2016-09-271-1/+62
* MinidumpParsing: pid, modules, exceptions, stringsDimitar Vlahovski2016-09-133-10/+89
* async structured data packet handling improvementsTodd Fiala2016-09-101-3/+35
* Fix new gdb-remote client unit test for windowsPavel Labath2016-09-091-3/+4
* gdb-remote: Add jModulesInfo packetPavel Labath2016-09-081-0/+74
OpenPOWER on IntegriCloud