summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* [SymbolFilePDB] Add missing Char16 and Char32 types in a few placesAaron Smith2018-03-073-0/+18
* [SymbolFilePDB] Minor cleanupAaron Smith2018-03-071-22/+23
* [SymbolFilePDB] Add support for CVR pointer type qualifierAaron Smith2018-03-073-20/+129
* [SymbolFilePDB] Get line number for PDBSymbolTypeEnumAaron Smith2018-03-072-14/+18
* the thread id is easier to read in base16.Jason Molenda2018-03-061-1/+1
* Add test for lldb-mi interpreterAdrian Prantl2018-03-062-0/+39
* Rewrite TestTargetSymbolsBuildidCase to be more focusedPavel Labath2018-03-065-46/+45
* ObjectFileMachO: split CreateSections mega-function into more manageable chunksPavel Labath2018-03-062-508/+517
* HostThreadPosix::Cancel: remove android-specific implementationPavel Labath2018-03-061-4/+1
* [LLDB][PPC64] Fixed issues with expedited registersPavel Labath2018-03-062-0/+6
* Upstreaming avx512 register support in debugserver. These changesJason Molenda2018-03-0614-53/+1460
* LLDBStandalone.cmake: set path to llvm-lit inside of llvm build dirAdrian Prantl2018-03-051-0/+1
* Fix the install location of LLDBWrapPython.cpp when buildingAdrian Prantl2018-03-051-1/+3
* [test] Skip pexpect-based lldb-mi tests on DarwinVedant Kumar2018-03-054-1/+20
* Including <functional> for std::bindRaphael Isemann2018-03-051-0/+1
* [test] Add dotest wrapperJonas Devlieghere2018-03-052-2/+31
* llgs-tests: use the auto-parsing form of SendMessage for sending the continue...Pavel Labath2018-03-042-11/+8
* ObjectFileMachO: use early return to remove one nesting level from CreateSect...Pavel Labath2018-03-031-532/+513
* Mark ObjC testcase as skipUnlessDarwin and fix a typo in test function.Adrian Prantl2018-03-021-1/+2
* Don't compile testcase with clang modules enabled.Adrian Prantl2018-03-022-2/+1
* Make the clang module cache setting available without a targetAdrian Prantl2018-03-0212-29/+134
* [testsuite] Remove workaround for categories and inline tests.Jonas Devlieghere2018-03-021-9/+6
* Speed up TestWatchpointMultipleThreadsPavel Labath2018-03-022-120/+41
* Make TestDynamicValueSameBase gcc-compatiblePavel Labath2018-03-011-3/+7
* Make Finalize tolerant of empty register sets.Tatyana Krasnukha2018-03-011-1/+1
* [test] Restore cleanup behavior in TestQuoting.pyVedant Kumar2018-03-011-1/+1
* We were getting the wrong dynamic type if there were two classes with the sam...Jim Ingham2018-03-014-2/+106
* Add another entitlement that we need for debugserver.Jason Molenda2018-03-011-0/+2
* Fix up the gtest targets for changes in the UnwindAssembly tests.Jim Ingham2018-02-281-20/+34
* Add ability to collect memory limit.Han Ming Ong2018-02-286-6/+48
* Adapt some tests to work with PPC64le architecturePavel Labath2018-02-284-4/+7
* Revert "[lldb] Use vFlash commands when writing to target's flash memory regi...Pavel Labath2018-02-2813-505/+23
* Add EmulateInstructionPPC64.cpp to xcode project file.Jason Molenda2018-02-281-0/+15
* Fix lldbinline tests for remote targetsPavel Labath2018-02-271-1/+1
* [lldb] Use vFlash commands when writing to target's flash memory regionsPavel Labath2018-02-2713-23/+505
* [LLDB] Initial version of PPC64 InstEmulationPavel Labath2018-02-2712-17/+814
* Move TestGdbRemoteExitCode next to the other llgs testsPavel Labath2018-02-273-363/+0
* Removed accidentally committed code from previous commit.Han Ming Ong2018-02-271-5/+1
* Got rid of weak imports of libpenergy and libpsample because we are already r...Han Ming Ong2018-02-272-87/+29
* Mark test_*int*_t_dwarf as failing on FreeBSDEd Maste2018-02-271-0/+9
* Move "concurrent events" tests back into one folderPavel Labath2018-02-2771-348/+4
* Add a sanity check for inline testcases.Adrian Prantl2018-02-262-0/+10
* Revert r326134 due to broken buildbotEd Maste2018-02-261-8/+0
* Mark test_*int*_t_dwarf as failing on FreeBSDEd Maste2018-02-261-0/+8
* Partial fix for TestConflictingSymbol.py on WindowsAdrian McCarthy2018-02-263-4/+4
* Add "lldb-test breakpoint" command and convert the case-sensitivity test to u...Pavel Labath2018-02-269-145/+218
* Fix tabs/spaces indentation problem in TestUnicodeSymbols.pyAdrian McCarthy2018-02-261-7/+7
* Re-land: "[Support] Replace HashString with djbHash."Jonas Devlieghere2018-02-261-2/+2
* Revert "[Support] Replace HashString with djbHash."Jonas Devlieghere2018-02-261-2/+2
* [Support] Replace HashString with djbHash.Jonas Devlieghere2018-02-261-2/+2
OpenPOWER on IntegriCloud