summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* Workaround TestConcurrentMany* flakiness in a more pricipled wayFrederic Riss2019-09-042-2/+1
* disassemble command: fix error message when disassembly failsPavel Labath2019-09-043-1/+50
* [lldb] Fix log statement in Socket::WriteRaphael Isemann2019-09-041-1/+2
* [lldb] Limit the amount of zeroes we use for padding when printing small floatsRaphael Isemann2019-09-048-4/+150
* [lldb] Early exit in RangeDataVector:FindEntryIndexesThatContainRaphael Isemann2019-09-041-6/+8
* Code cleanup: Change FormattersContainer::KeyType from SP to rvalueJan Kratochvil2019-09-0413-108/+106
* Port TestBatchMode to PExpectTest classPavel Labath2019-09-042-91/+56
* [lldb][NFC] Rename ReadRegisterValue to PrintRegisterValueRaphael Isemann2019-09-041-95/+95
* [lldb][NFC] Remove WriteRegister copy-pasta from ObjectFileMachORaphael Isemann2019-09-041-198/+119
* [lldb][NFC] Add a simple test for thread_local storage.Raphael Isemann2019-09-043-0/+25
* [dotest] Avoid the need for LEVEL= makefile boilerplatePavel Labath2019-09-04557-1581/+552
* [lldb] [test] Mark 'reenabled' tests XFAIL on NetBSDMichal Gorny2019-09-045-0/+5
* [lldb] [test] Un-mark two commands/register tests XFAILMichal Gorny2019-09-041-2/+0
* [Driver] Remove duplicate option parsing (NFC)Jonas Devlieghere2019-09-031-8/+1
* [lldb][NFC] Remove lldbcurses.pyRaphael Isemann2019-09-031-1306/+0
* [lldb][NFC] Remove unused overload of File::ReadRaphael Isemann2019-09-032-74/+0
* [test] Addres TestConcurrentMany*.py flakiness on macOSJonas Devlieghere2019-09-031-16/+11
* [test] Remove print statements and verify that the symbol existsJonas Devlieghere2019-09-031-10/+1
* [lldb][NFC] Disable added frame select and all log option test on windowsRaphael Isemann2019-09-032-0/+2
* [lldb] Replace std::call_once() with llvm::call_once()Michal Gorny2019-09-031-2/+2
* [lldb] Test 'frame select -r' and fix that INT32_MIN breaks the option parserRaphael Isemann2019-09-034-16/+72
* [lldb][NFC] Test 'command delete'Raphael Isemann2019-09-031-0/+17
* [lldb][NFC] Test that enabling all log options doesn't crash anythingRaphael Isemann2019-09-031-0/+11
* [lldb][NFC] Remove unnecessary constructors from invalid-args testsRaphael Isemann2019-09-033-9/+0
* [lldb][NFC] Simplify script_alias testRaphael Isemann2019-09-031-4/+1
* [lldb][NFC] Also test unaliasing in nested_alias testRaphael Isemann2019-09-031-0/+9
* [lldb] Test 'command' commands and fix the found crashesRaphael Isemann2019-09-032-0/+71
* [lldb][NFC] Unify log files in commands/log/basicRaphael Isemann2019-09-031-9/+7
* [lldb][NFC] Remove setup boilerplate from types/ testsRaphael Isemann2019-09-037-52/+1
* [dotest] Add @skipIfCursesSupportMissing and annotate the new gui testPavel Labath2019-09-024-8/+19
* NativeProcessLinux: Remove some register context boilerplatePavel Labath2019-09-0210-202/+114
* [lldb][NFC] Add test for invalid gui commandRaphael Isemann2019-09-021-0/+15
* [lldb][NFC] Remove unused imports from TestIntegerTypesExpr.pyRaphael Isemann2019-09-021-7/+0
* [ARM64] Simplify RegisterInfos_arm64.h with macro based RegisterInfo arrayOmair Javaid2019-09-021-181/+258
* [lldb][NFC] Remove unused imports from TestIntegerTypes.pyRaphael Isemann2019-09-021-6/+0
* [lldb][NFC] Add test for source infoRaphael Isemann2019-09-024-0/+26
* [lldb] Add description to option completions.Raphael Isemann2019-09-022-5/+30
* [lldb][NFC] Add basic test for GUI commandRaphael Isemann2019-09-023-0/+65
* [lldb][NFC] Remove unnecessary lldb_enable_attach in TestMultilineCompletionRaphael Isemann2019-09-021-1/+0
* [lldb] Test and fix invalid log command invocationsRaphael Isemann2019-09-012-0/+27
* [lldb][NFC] Add test for invalid expression command argsRaphael Isemann2019-09-011-0/+48
* [lldb][NFC] Fix failing tests on macOS after restructuring test folderRaphael Isemann2019-09-0127-28/+28
* [lldb] Small optimization of FormatMap::DeleteJan Kratochvil2019-09-011-1/+1
* [lldb][NFC] Fix failing tests after restructuring test folderRaphael Isemann2019-09-0186-89/+89
* [lldb] Restructure test folders to match LLDB command hierarchyRaphael Isemann2019-09-01584-4865/+0
* [lldb] Unify target checking in CommandObjectRaphael Isemann2019-08-319-800/+669
* [lldb][NFC] Remove unused prompt variable in TestMultilineCompletion.pyRaphael Isemann2019-08-311-2/+0
* [test] Make sys.stdout compatible with both Python 2 & 3Jonas Devlieghere2019-08-301-1/+2
* [lit] Only set DYLD_LIBRARY_PATH for shared buildsJonas Devlieghere2019-08-303-9/+8
* [test] Fix 'argument must be str, not bytes' for Python 3.Jonas Devlieghere2019-08-301-2/+2
OpenPOWER on IntegriCloud