summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* [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
* refactor: DWARFCompileUnit::Producer -> DWARFProducerJan Kratochvil2018-02-053-18/+14
* Add a comment explaining how the input for GetModuleSpecifications_EarlySecti...Pavel Labath2018-02-052-0/+25
* Fix parsing of object files with "early" section headersPavel Labath2018-02-054-46/+23
* Sync PlatformNetBSD.cpp with LinuxKamil Rytarowski2018-02-051-88/+26
* Skip TestTargetSymbolsSepDebugSymlink on remote targetsPavel Labath2018-02-051-0/+1
* Fix a crash in *NetBSD::Factory::LaunchKamil Rytarowski2018-02-051-1/+1
* TestLinuxCore -- add a check for thread namePavel Labath2018-02-051-10/+19
* [test] Un-XFAIL TestRaise.RaiseTestCase.test_restart_bugJonas Devlieghere2018-02-051-4/+0
* [dotest] make debug info variant accessible in setUp()Pavel Labath2018-02-055-41/+29
* Resolve binary symlinks before finding its separate .debug fileJan Kratochvil2018-02-054-2/+52
* Fix upper->lower case for /usr/lib/debug/.build-id/**.debugJan Kratochvil2018-02-054-0/+46
* Turn off the deprecated ALWAYS_SEARCH_USER_PATHS featureJason Molenda2018-02-031-0/+7
* Fix a copy of a fixed length, possibly non-nul terminated, stringJason Molenda2018-02-021-1/+1
* Add the ability to restrict the breakpoint to a moduleJim Ingham2018-02-021-4/+13
* Use an alternative approach to prevent Spotlight from indexing the build dire...Adrian Prantl2018-02-023-10/+7
* Create a marker for Spotlight to never index $BUILD_DIR.Adrian Prantl2018-02-011-2/+11
* Make use of physical footprint as memory measurement.Han Ming Ong2018-02-014-339/+19
* Added lldbutil.run_to_name_breakpoint and use it in one test.Jim Ingham2018-02-012-52/+58
* Remove unused Args variable, and #include of Args.h. NFC.Jim Ingham2018-02-011-2/+0
* Extend windows->android XFAIL on TestLoadUnloadPavel Labath2018-02-011-2/+0
* mock_gdb_server: rectify ack handling codePavel Labath2018-02-011-11/+3
* replace os.mkdirs with lldbutil.mkdir_p (NFC)Adrian Prantl2018-01-312-4/+2
* Fix TestMixedDwarfBinary.pyPavel Labath2018-01-311-1/+1
* [lldb] Enable debugging of binaries with mixed (splitted/regular) dwarfDavide Italiano2018-01-315-3/+74
* Fix TestTargetSymbolsAddCommand makefilePavel Labath2018-01-311-4/+5
* Revert "[lldb] Enable debugging of binaries with mixed (splitted/regular) dwarf"Davide Italiano2018-01-315-74/+3
* [lldb] Enable debugging of binaries with mixed (splitted/regular) dwarfAlexander Shaposhnikov2018-01-305-3/+74
* Enforce that NO_DEBUG_INFO_TESTCASEs build using buildDefault().Adrian Prantl2018-01-304-6/+18
* XUnit Formatter: Handle UTF-8 decode errors on invalid XMLVedant Kumar2018-01-301-1/+3
* PR25934: Skip EventAPITestCase. It still SEGV's on Darwin.Vedant Kumar2018-01-301-0/+1
* Add more diagnostics to help diagnose flaky testAdrian Prantl2018-01-302-5/+7
* Rewrite this test not to use pexpect.Jim Ingham2018-01-301-70/+41
* Compile the LLDB tests out-of-tree.Adrian Prantl2018-01-30178-631/+744
* Enforce that tests building with buildDefault set NO_DEBUG_INFO_TESTCASEAdrian Prantl2018-01-304-1/+8
* One more TestGDBRemoteClient/windows fixPavel Labath2018-01-301-2/+3
* 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
OpenPOWER on IntegriCloud