aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-10-10Fix process launch failure on FreeBSD after r365761Dimitry Andric
2019-10-10[test] Add timeout to API tests.Jonas Devlieghere
2019-10-10[test] Cleanup top-level lit.cfg.pyJonas Devlieghere
2019-10-10[Docs] Update testing documentatonJonas Devlieghere
2019-10-10update TestRunCommandInterpreterAPI to use SBFileLawrence D'Anna
2019-10-10update SBDebugger::SetInputFile() etc to work on native FilesLawrence D'Anna
2019-10-10TestFileHandle.py: fix for Python 3.6Lawrence D'Anna
2019-10-10Remove merge marker :-)Adrian Prantl
2019-10-10Die, TABS, die, die, die, die...Jim Ingham
2019-10-10Remove CC autodetection from Makefile.rulesAdrian Prantl
2019-10-10Speed up accelerator table lookupsAdrian Prantl
2019-10-10Implement serializing scripted breakpoints and their extra args.Jim Ingham
2019-10-10[test] Use a different module cache for Shell and API tests.Jonas Devlieghere
2019-10-10[test] Pass DSYMUTIL and SDKROOT as part of the Make invocation.Jonas Devlieghere
2019-10-10[test] Trim the symbtab test case (NFC)Jonas Devlieghere
2019-10-10Increase timeout in pexpect to lower chances of tests failing under ASAN.Adrian Prantl
2019-10-10Increase timeout in gdbclientutils.py to decrease chance of test failing unde...Adrian Prantl
2019-10-10unwind-via-stack-win.yaml: update for changes in yaml formatPavel Labath
2019-10-10[lldb] Fix minidebuginfo-set-and-hit-breakpoint.testRaphael Isemann
2019-10-10[lldb] Add log output for the support files we pass to the CppModuleConfigura...Raphael Isemann
2019-10-10Fix the unwinding plan augmentation from x86 assemblyPavel Labath
2019-10-10Fix some dangling else warningsPavel Labath
2019-10-10[lldb] Make sure import-std-module/sysroot actually passes for the right reasonsRaphael Isemann
2019-10-10File: Handle more cases in GetOptionsFromModePavel Labath
2019-10-10[Windows] Introduce a switch for the `lldb-server` mode on WindowsAleksandr Urakov
2019-10-10TestFileHandle.py: relax exception type checksPavel Labath
2019-10-10[lldb][NFC] Remove strange bool parameter from Searcher::SearchCallbackRaphael Isemann
2019-10-10[lldb] Fix out of bounds read in DataExtractor::GetCStr and add unit test tha...Raphael Isemann
2019-10-10[lldb][NFC] Use llvm::all_of instead of std::all_of in CppModuleConfigurationRaphael Isemann
2019-10-10s/@expectedFailure/@expectedFailureAll in TestFileHandlePavel Labath
2019-10-10[lldb][NFC] Use unique_ptr in DiagnosticManager to express ownershipRaphael Isemann
2019-10-10Change debugserver to use the brk #0 for breakpoints.Jason Molenda
2019-10-09TestMTCSimple.py: allow the test to run on Darwin embedded platformsFrederic Riss
2019-10-09TestIndirectSymbols: Modernize the MakefileFrederic Riss
2019-10-09Makefile.rules: add missing CODESIGN callFrederic Riss
2019-10-09[lldb] Put site-packages into a sub dir of CMAKE_CFG_INTDIRHaibo Huang
2019-10-09Set eRegisterKindEHFrame register numbers for 32 bit ARM register contexts in...Greg Clayton
2019-10-09[CMake] Use the correct lit.cfg.pyJonas Devlieghere
2019-10-09Fix a crasher due to an assert when two files have the same UUID but differen...Greg Clayton
2019-10-09remove a smattering of isolated, unnecessary uses of FILE*Lawrence D'Anna
2019-10-09SBFile support in SBCommandReturnObjectLawrence D'Anna
2019-10-09SBFile: add a bunch of tests that should eventually work.Lawrence D'Anna
2019-10-09[Reproducer] Add convenience methods IsCapturing and IsReplaying.Jonas Devlieghere
2019-10-09TestHelloWorld: Make compatible with remote testingFrederic Riss
2019-10-09[LLDB] Fix for regression of test 'TestDataFormatterInvalidStdUniquePtr.py' i...Cameron Desrochers
2019-10-09[LLDB] Remove standalone build dep on llvm-stripJonas Devlieghere
2019-10-09Revert "[lldb] Calculate relative path for symbol links"Jim Ingham
2019-10-09allow arbitrary python streams to be converted to SBFileLawrence D'Anna
2019-10-09Skip Apple simulator test for all remote testing scenarios.Frederic Riss
2019-10-09[CMake] Fix add_lldb_test_dependencyJonas Devlieghere