summaryrefslogtreecommitdiffstats
path: root/lldb/unittests/Process
Commit message (Expand)AuthorAgeFilesLines
* [lldb] Add a SubsystemRAII that takes care of calling Initialize and Terminat...Raphael Isemann2019-12-231-3/+2
* [LLDB] Implement pure virtual method in MockConnectionJonas Devlieghere2019-11-131-0/+2
* lldb/minidump: Refactor memory region computation codePavel Labath2019-10-251-111/+52
* LLDB: Use LLVM's type for minidump ExceptionStream [NFC]Joseph Tremoulet2019-10-181-2/+2
* minidump: Use yaml for memory info testsPavel Labath2019-10-144-2/+47
* minidump: Use llvm memory info list parserPavel Labath2019-10-111-0/+1
* Fix some dangling else warningsPavel Labath2019-10-101-9/+10
* Set eRegisterKindEHFrame register numbers for 32 bit ARM register contexts in...Greg Clayton2019-10-091-0/+55
* [JSON] Use LLVM's library for encoding JSON in StructuredDataJonas Devlieghere2019-10-011-12/+10
* [Reproducer] Move GDB Remote Packet into Utility. (NFC)Jonas Devlieghere2019-09-131-1/+1
* [lldb] - Update unit tests after lib/ObjectYAML change.George Rimar2019-09-131-3/+5
* Convert minidump unittests to use llvm::yaml::convertYAMLPavel Labath2019-08-201-6/+7
* [LLDB] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-2/+2
* Implement GetSharedLibraryInfoAddressAntonio Afonso2019-06-143-0/+164
* Create a generic handler for Xfer packetsAntonio Afonso2019-06-103-1/+117
* minidump: Remove checked-in files used for testing MemoryList handlingPavel Labath2019-05-206-79/+179
* minidump: Use yaml instead of checked-in binaries for ThreadList testsPavel Labath2019-05-135-30/+41
* Minidump: use ThreadList parsing code from llvm/ObjectPavel Labath2019-05-101-14/+14
* C.128 override, virtual keyword handlingRaphael Isemann2019-05-031-4/+4
* Minidump: yamlify module-related unit testsPavel Labath2019-04-216-134/+60
* Minidump: Use llvm parser for reading the ModuleList streamPavel Labath2019-04-101-24/+24
* [lldb-server] Introduce Socket::Initialize and Terminate to simply WSASocket ...Aaron Smith2019-04-101-14/+4
* Minidump: use string parsing functionality from llvmPavel Labath2019-04-091-57/+74
* MinidumpParser: parse SystemInfo stream via llvmPavel Labath2019-04-081-3/+56
* MinidumpParser: use minidump parser in llvm/ObjectPavel Labath2019-04-054-22/+22
* Avoid two-stage initialization of MinidumpParserPavel Labath2019-02-222-70/+61
* Split up minidump register context testsPavel Labath2019-02-223-123/+230
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-197-28/+21
* Fix signed-unsigned comparisons in MinidumpParserTestPavel Labath2018-12-281-5/+5
* Add "dump" command as a custom "process plugin" subcommand when ProcessMinidu...Greg Clayton2018-12-181-0/+0
* Add missing .dmp files to test inputs.Greg Clayton2018-12-141-0/+3
* Cache memory regions in ProcessMinidump and use the linux maps as the source ...Greg Clayton2018-12-144-17/+109
* Fix minidump unit test failures from r349062Pavel Labath2018-12-141-9/+12
* Fix MinidumpParser::GetFilteredModuleList() and test itGreg Clayton2018-12-133-0/+38
* Fix compilation failure in unit tests on Windows.Zachary Turner2018-11-151-0/+5
* Add GDB remote packet reproducer.Jonas Devlieghere2018-11-135-41/+6
* Re-land "Extract construction of DataBufferLLVM into FileSystem"Jonas Devlieghere2018-11-121-4/+8
* Revert "Extract construction of DataBufferLLVM into FileSystem"Davide Italiano2018-11-121-8/+4
* Remove header grouping comments.Jonas Devlieghere2018-11-112-3/+0
* Extract construction of DataBufferLLVM into FileSystemJonas Devlieghere2018-11-101-4/+8
* [FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere2018-11-011-5/+5
* Add support for parsing Breakpad minidump files that can have extra padding i...Greg Clayton2018-07-238-1/+77
* Restructure the minidump loading path and add early & explicit consistency ch...Leonard Mosescu2018-07-124-9/+30
* Represent invalid UUIDs as UUIDs with length zeroPavel Labath2018-06-261-2/+4
* 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
OpenPOWER on IntegriCloud