summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* [test] Add timeout to API tests.Jonas Devlieghere2019-10-102-2/+9
* [test] Cleanup top-level lit.cfg.pyJonas Devlieghere2019-10-101-28/+2
* [Docs] Update testing documentatonJonas Devlieghere2019-10-101-42/+66
* update TestRunCommandInterpreterAPI to use SBFileLawrence D'Anna2019-10-101-4/+41
* update SBDebugger::SetInputFile() etc to work on native FilesLawrence D'Anna2019-10-104-6/+48
* TestFileHandle.py: fix for Python 3.6Lawrence D'Anna2019-10-101-2/+2
* Remove merge marker :-)Adrian Prantl2019-10-101-4/+0
* Die, TABS, die, die, die, die...Jim Ingham2019-10-101-3/+7
* Remove CC autodetection from Makefile.rulesAdrian Prantl2019-10-101-9/+2
* Speed up accelerator table lookupsAdrian Prantl2019-10-1012-3/+116
* Implement serializing scripted breakpoints and their extra args.Jim Ingham2019-10-107-37/+123
* [test] Use a different module cache for Shell and API tests.Jonas Devlieghere2019-10-1011-28/+65
* [test] Pass DSYMUTIL and SDKROOT as part of the Make invocation.Jonas Devlieghere2019-10-101-5/+36
* [test] Trim the symbtab test case (NFC)Jonas Devlieghere2019-10-101-10/+0
* Increase timeout in pexpect to lower chances of tests failing under ASAN.Adrian Prantl2019-10-101-1/+1
* Increase timeout in gdbclientutils.py to decrease chance of test failing unde...Adrian Prantl2019-10-101-1/+1
* unwind-via-stack-win.yaml: update for changes in yaml formatPavel Labath2019-10-101-1/+15
* [lldb] Fix minidebuginfo-set-and-hit-breakpoint.testRaphael Isemann2019-10-101-1/+1
* [lldb] Add log output for the support files we pass to the CppModuleConfigura...Raphael Isemann2019-10-101-0/+11
* Fix the unwinding plan augmentation from x86 assemblyPavel Labath2019-10-102-16/+106
* Fix some dangling else warningsPavel Labath2019-10-101-9/+10
* [lldb] Make sure import-std-module/sysroot actually passes for the right reasonsRaphael Isemann2019-10-106-9/+16
* File: Handle more cases in GetOptionsFromModePavel Labath2019-10-101-9/+11
* [Windows] Introduce a switch for the `lldb-server` mode on WindowsAleksandr Urakov2019-10-101-6/+17
* TestFileHandle.py: relax exception type checksPavel Labath2019-10-101-3/+3
* [lldb][NFC] Remove strange bool parameter from Searcher::SearchCallbackRaphael Isemann2019-10-1023-80/+60
* [lldb] Fix out of bounds read in DataExtractor::GetCStr and add unit test tha...Raphael Isemann2019-10-102-19/+63
* [lldb][NFC] Use llvm::all_of instead of std::all_of in CppModuleConfigurationRaphael Isemann2019-10-101-3/+3
* s/@expectedFailure/@expectedFailureAll in TestFileHandlePavel Labath2019-10-101-12/+11
* [lldb][NFC] Use unique_ptr in DiagnosticManager to express ownershipRaphael Isemann2019-10-104-52/+61
* Change debugserver to use the brk #0 for breakpoints.Jason Molenda2019-10-101-3/+1
* TestMTCSimple.py: allow the test to run on Darwin embedded platformsFrederic Riss2019-10-093-13/+20
* TestIndirectSymbols: Modernize the MakefileFrederic Riss2019-10-092-36/+14
* Makefile.rules: add missing CODESIGN callFrederic Riss2019-10-091-0/+3
* [lldb] Put site-packages into a sub dir of CMAKE_CFG_INTDIRHaibo Huang2019-10-091-1/+2
* Set eRegisterKindEHFrame register numbers for 32 bit ARM register contexts in...Greg Clayton2019-10-093-11/+88
* [CMake] Use the correct lit.cfg.pyJonas Devlieghere2019-10-091-1/+1
* Fix a crasher due to an assert when two files have the same UUID but differen...Greg Clayton2019-10-093-24/+81
* remove a smattering of isolated, unnecessary uses of FILE*Lawrence D'Anna2019-10-093-13/+11
* SBFile support in SBCommandReturnObjectLawrence D'Anna2019-10-0911-40/+144
* SBFile: add a bunch of tests that should eventually work.Lawrence D'Anna2019-10-092-15/+291
* [Reproducer] Add convenience methods IsCapturing and IsReplaying.Jonas Devlieghere2019-10-092-3/+6
* TestHelloWorld: Make compatible with remote testingFrederic Riss2019-10-091-10/+14
* [LLDB] Fix for regression of test 'TestDataFormatterInvalidStdUniquePtr.py' i...Cameron Desrochers2019-10-093-5/+7
* [LLDB] Remove standalone build dep on llvm-stripJonas Devlieghere2019-10-091-1/+6
* Revert "[lldb] Calculate relative path for symbol links"Jim Ingham2019-10-091-4/+19
* allow arbitrary python streams to be converted to SBFileLawrence D'Anna2019-10-096-33/+813
* Skip Apple simulator test for all remote testing scenarios.Frederic Riss2019-10-091-3/+3
* [CMake] Fix add_lldb_test_dependencyJonas Devlieghere2019-10-092-10/+12
* [utils] Update lldb-dotest for new test layoutJonas Devlieghere2019-10-091-1/+1
OpenPOWER on IntegriCloud