summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* Avoid dirtying the source tree in breakpoint command testsPavel Labath2018-02-204-92/+34
* Handle typeof() expressionsJonas Devlieghere2018-02-202-17/+78
* Two more dosep-paralellization fallout fixesPavel Labath2018-02-191-32/+14
* Fix TestStopReplyContainsThreadPcs on 32-bit x86 (pr36013)Pavel Labath2018-02-195-103/+166
* Add SBDebugger::GetBuildConfiguration and use it to skip an XML testPavel Labath2018-02-195-1/+34
* Make gdb-client tests generate binaries in the build treePavel Labath2018-02-191-7/+1
* Add DEBUGSERVER_PATH to the cache so it'll be available for tests.Don Hinton2018-02-171-2/+2
* [cmake] Fix LLDB_CODESIGN_IDENTITY logic.Don Hinton2018-02-172-18/+17
* Shorten socket names in TestPlatformProcessConnectPavel Labath2018-02-161-3/+3
* Re-enable lang/objc/modules/TestObjCModulesJonas Devlieghere2018-02-161-4/+0
* Fix paralelization of remote testsPavel Labath2018-02-161-1/+1
* [lldb][PPC64] Fixed vector and struct return valuePavel Labath2018-02-162-145/+575
* [dosep] Run tests in a more parallel fashionPavel Labath2018-02-162-61/+51
* @skipIfRemote TestTargetXMLArchPavel Labath2018-02-151-0/+1
* Supply missing break in case statement.Adrian McCarthy2018-02-141-3/+1
* Remove vestigial remnants of the test crash info hookPavel Labath2018-02-142-8/+0
* [cmake] Darwin: Copy in the system debugserver if neededVedant Kumar2018-02-134-13/+26
* Remove the pubnames support from the Xcode project.Jim Ingham2018-02-121-216/+24
* Remove dead code for handling DWARF pubnamesAdrian McCarthy2018-02-127-540/+0
* [testsuite] Reintroduce test to check leaking.Davide Italiano2018-02-123-0/+141
* Skip TestTargetXMLArch on non-darwin OSsPavel Labath2018-02-121-0/+1
* Looks like this fails when built i386 on linux bots, possible targetJason Molenda2018-02-101-0/+1
* Add test case for x86_64 architecture recognition in theJason Molenda2018-02-102-1/+122
* Make LLDB's clang module cache path customizableAdrian Prantl2018-02-096-13/+35
* [lldb-mi] This test now passes consistently, unXFAIL it.Davide Italiano2018-02-091-1/+0
* [Testsuite] Remove leak tests, it's not useful anymore.Davide Italiano2018-02-093-141/+0
* Fix some warnings in SymbolFilePDB.cppPavel Labath2018-02-091-7/+6
* llgs-test: Parse and store register info recieved from lldb-serverPavel Labath2018-02-095-41/+130
* [SymbolFilePDB] Add support for function symbolsAaron Smith2018-02-097-21/+872
* Recognize MSVC style mangling in CPlusPlusLanguage::IsCPPMangledNameAaron Smith2018-02-081-7/+11
* Only throw -fPIC when building a shared libraryAaron Smith2018-02-0819-36/+15
* Rewrite testcase to not depend on Foundation implementation details.Adrian Prantl2018-02-087-31/+22
* Rewrite the flaky test_restart_bug test in a more deterministic wayPavel Labath2018-02-083-88/+93
* [docs] Update docs for cmake options LLDB_TEST_C_COMPILER and LLDB_TEST_CXX_C...Aaron Smith2018-02-082-6/+6
* Deactivate TestTargetSymbolsBuildidCase if host is windowsEugene Zemtsov2018-02-082-1/+2
* Add CMAKE_CFG_INTDIR as part of the include path for the default test compiler. Aaron Smith2018-02-081-2/+2
* Remove an errant ^S Jim Ingham2018-02-071-1/+1
* [test] Don't drop existing categories for methods.Jonas Devlieghere2018-02-071-7/+10
* [test] Enable setting category for inline tests.Jonas Devlieghere2018-02-071-2/+7
* Remove function DW_DSC_value_to_namePavel Labath2018-02-072-12/+0
* lldb running on an ios device is using the _dyld_get_all_image_infos()Jason Molenda2018-02-071-0/+21
* Remove obsolete fileAdrian Prantl2018-02-062-208/+0
* Pass --build-dir to dotest in the Xcode projectAdrian Prantl2018-02-061-1/+1
* More correct handling of error cases C++ name parserEugene Zemtsov2018-02-062-2/+3
* Build each testcase variant in its own subdirectory and remove the srcdir loc...Adrian Prantl2018-02-0613-148/+131
* [testsuite] Skip a flakey test.Davide Italiano2018-02-051-0/+1
* Disable test_restart_bug failing on AndroidEugene Zemtsov2018-02-051-0/+1
* Fix the cputype comparison in GDBRemoteCommunicationServerCommon::Handle_qHos...Jason Molenda2018-02-051-1/+5
* CMake: fix build directory name in clean ruleAdrian Prantl2018-02-051-1/+1
* [lang/Objc] UNXFAIL a test. Nullability has been implemented in clang.Davide Italiano2018-02-051-1/+0
OpenPOWER on IntegriCloud