summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* Add LLDB_LOG_ERROR macroPavel Labath2018-01-303-6/+45
* Fix TestGDBRemoteClient on windowsPavel Labath2018-01-301-2/+3
* Skip TestWithModuleDebugging on i386 linux (pr36146)Pavel Labath2018-01-301-0/+1
* dotest: Apply --skip-categories to debug info categoriesVedant Kumar2018-01-301-1/+1
* [test-suite] UNXfail several tests that now pass locally.Davide Italiano2018-01-292-5/+0
* [Host] Respect LLVM_LIBDIR_SUFFIX when looking for LLDB plugins on LinuxMichal Gorny2018-01-292-1/+4
* [lldb] Silence signed <-> unsigned integer comparison warningKirill Bobyrev2018-01-291-1/+1
* Fix NetBsd build broken by r323637Pavel Labath2018-01-291-1/+1
* Remove ObjectFile usage from HostLinux::GetProcessInfoPavel Labath2018-01-299-77/+62
* [lldb] Generic base for testing gdb-remote behaviorPavel Labath2018-01-295-4/+522
* Remove unused class declarationsJan Kratochvil2018-01-272-6/+0
* [lldbtestsuite] Don't crash on `None` input for is_exe().Davide Italiano2018-01-261-0/+2
* gmodules XFAIL two more tests that only fail for android (pr36109)Pavel Labath2018-01-262-0/+2
* Fix linux fallout from c++ gmodules enablePavel Labath2018-01-262-2/+5
* [test] Fix a test that never compiled under -fmodulesVedant Kumar2018-01-251-5/+0
* Use test-specific module caches to avoid stale header conflictsVedant Kumar2018-01-2511-11/+22
* www: update lldb architecture docSaleem Abdulrasool2018-01-241-1/+1
* Remove unused includes from the Host modulePavel Labath2018-01-246-6/+0
* [SymbolFilePDB] Fix null array access when parsing the type of a function wit...Aaron Smith2018-01-235-19/+369
* Move getBuildArtifact() from TestBase to Base and derive MiTestCaseBase from itAdrian Prantl2018-01-232-5/+5
* Fix memory leaks in GoParserRaphael Isemann2018-01-231-1/+5
* Prevent unaligned memory read in parseMinidumpStringRaphael Isemann2018-01-231-5/+10
* [lldb] Fix some C++ virtual method call bugs in LLDB expression evaluation byLang Hames2018-01-224-0/+159
* Fix memory leak in TestClangASTContext.TestRecordHasFieldsRaphael Isemann2018-01-221-0/+5
* Fix uninitialized variable in GoParserRaphael Isemann2018-01-221-1/+3
* Revert "[SymbolFilePDB] Fix null array access when parsing the type of a func...Pavel Labath2018-01-227-379/+20
* Add SysV Abi for PPC64lePavel Labath2018-01-225-441/+716
* Fix TestTargetSymbolsAddCommand [getBuildArtifact refactor]Pavel Labath2018-01-221-1/+1
* Fix memory leaks in MinidumpParserTestRaphael Isemann2018-01-221-6/+6
* Fix use after free in DiskFilesOrDirectoriesRaphael Isemann2018-01-221-1/+1
* Fix unrepresentable float value in ScalarTestRaphael Isemann2018-01-221-1/+1
* Fix memory leaks in TestArm64InstEmulationRaphael Isemann2018-01-221-10/+10
* Make loop counter unsigned in SymbolFilePDB::GetCompileUnitIndexRaphael Isemann2018-01-221-1/+1
* Clean up #include "DWARFCompileUnit.h"Jan Kratochvil2018-01-214-3/+1
* [modules] Fix missing includes/typo in LLDB's includes. [NFC]Raphael Isemann2018-01-217-1/+10
* Wrap all references to build artifacts in the LLDB testsuite (NFC)Adrian Prantl2018-01-19413-621/+639
* [SymbolFilePDB] Fix null array access when parsing the type of a function wit...Aaron Smith2018-01-197-20/+379
* Remove Platform references from the Host modulePavel Labath2018-01-195-57/+28
* Fix logging test on windowsPavel Labath2018-01-181-2/+2
* [CMake] Make check-lldb work with LLDB_CODESIGN_IDENTITY=''Vedant Kumar2018-01-182-5/+23
* A third attempt to mark TestRdar12408181.py as skippedVedant Kumar2018-01-171-1/+3
* Try again to mark TestRdar12408181.py as skippedVedant Kumar2018-01-171-3/+7
* Skip a flaky test (TestRdar12408181.py)Vedant Kumar2018-01-171-1/+3
* [lldb][PPC64] Fixed long double variables dumpPavel Labath2018-01-171-2/+4
* Fix assertion in ObjectFileELFPavel Labath2018-01-171-0/+2
* Simplify some LogTest testsPavel Labath2018-01-171-78/+90
* Remove the hardcoded macos deployment targets altogetherJason Molenda2018-01-172-25/+0
* One more attempt to fix NetBSD buildPavel Labath2018-01-151-1/+1
* Fix NetBSD build for llvm r322475Pavel Labath2018-01-151-3/+3
* Fix HostInfoBase::ComputeSharedLibraryDirectory commentPavel Labath2018-01-151-4/+2
OpenPOWER on IntegriCloud