summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* Reword ThreadSanitizer messages to use a lowercase 't' in thread names when i...Kuba Brecka2016-05-221-5/+5
* Reword ThreadSanitizer message for invalid mutex reports.Kuba Brecka2016-05-222-2/+2
* A better fix of incorrectly used locking in HistoryThread and HistoryUnwind.Kuba Brecka2016-05-222-2/+2
* Revert r270358 ("Fix an incorrectly used locking in HistoryThread and History...Kuba Brecka2016-05-222-2/+4
* Fix an incorrectly used locking in HistoryThread and HistoryUnwind, where uni...Kuba Brecka2016-05-222-4/+2
* Adopt mmap flags that allow mmap'ed memory to be less crash prone.Greg Clayton2016-05-201-2/+25
* Revert rL270207: "[LLDB][MIPS] Fix floating point handling in case of thread ...Tamas Berghammer2016-05-206-229/+38
* [LLDB][MIPS] Fix Floating point Registers EncodingSagar Thakur2016-05-202-8/+18
* [LLDB][MIPS] Fix floating point handling in case of thread step-outSagar Thakur2016-05-206-38/+229
* Work around android-arm NDK bug exposed by rL269992Tamas Berghammer2016-05-201-1/+11
* Some changes to prevent searching down the stack for saved registerJason Molenda2016-05-201-10/+29
* Remove a should have been deleted extra assignment to a variable.Jim Ingham2016-05-191-20/+20
* Fixed a crash if a FunctionDecl couldn't be imported.Sean Callanan2016-05-191-3/+6
* Avoid an assertion failure when a bit field is extracted from a value of the ...Bryan Chan2016-05-192-2/+26
* Fix build after rL270009Tamas Berghammer2016-05-191-1/+0
* second pass over removal of Mutex and ConditionSaleem Abdulrasool2016-05-1984-1050/+999
* Check that __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ is definedJason Molenda2016-05-191-1/+1
* Fix error propagation from the Z0 packet in gdb-remote breakpoint setting.Jim Ingham2016-05-192-3/+94
* Fix an issue where debugserver would not properly vend OS version information...Enrico Granata2016-05-181-7/+5
* Fix standalone LLDB build, when LLVM/Clang were built with LLVM_INSTALL_TOOLC...Eugene Zelenko2016-05-181-1/+19
* xfail TestTopLevelExprs for arm and aarch64 linuxOmair Javaid2016-05-181-0/+1
* remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool2016-05-18139-1806/+1680
* xfail TestWatchLocation.py for arm-linux targetsOmair Javaid2016-05-171-0/+1
* Allow custom formatting of session log file names.Zachary Turner2016-05-176-12/+34
* xfail TestTopLevelExprs for Android API 21-22 (llvm.org/pr27787)Tamas Berghammer2016-05-171-2/+4
* Look for CMake.app when searching for cmakeTodd Fiala2016-05-161-0/+18
* Make sure we notify that the section module was loaded when SBTarget::SetSect...Greg Clayton2016-05-161-5/+30
* Fixed and re-enabled the Clang modules testcase.Sean Callanan2016-05-161-3/+2
* Test diamond virtual inheritance in top-level expressions.Sean Callanan2016-05-161-1/+45
* Don't crash when OS plug-in returns None from any of the functions we might c...Greg Clayton2016-05-161-16/+24
* Make LLDB print out an explicit marker when it's displaying formatters that a...Enrico Granata2016-05-162-1/+5
* Bump up adb timeout morePavel Labath2016-05-161-1/+1
* Xfail TestCrashDuringStep and TestCreateDuringInstructionStep on arm-linuxOmair Javaid2016-05-162-0/+2
* Remove Mutex from NativeProcessLinuxPavel Labath2016-05-162-20/+1
* test: remove use of undefined variablesSaleem Abdulrasool2016-05-161-2/+1
* test: add missing splatSaleem Abdulrasool2016-05-161-1/+1
* test: add missing parameterSaleem Abdulrasool2016-05-161-1/+1
* Symbol: fix -Wcovered-switch warningSaleem Abdulrasool2016-05-151-101/+107
* Fix a few -Wformat-pedantic warningsSaleem Abdulrasool2016-05-152-3/+3
* [LLDB] Adding lldb_private namespace to DiagnosticSeverity. NFC.Renato Golin2016-05-141-1/+1
* surface build error content through test event systemTodd Fiala2016-05-148-21/+147
* test infra: catch bad decorators and import-time errorsTodd Fiala2016-05-1311-67/+307
* Clean up test results on Windows.Zachary Turner2016-05-1312-9/+19
* Disable HostThread::Cancel assertion on FreeBSDEd Maste2016-05-131-0/+2
* Remove unused variableEd Maste2016-05-131-2/+1
* Remove ASTContexts from SystemInitializerCommonPavel Labath2016-05-131-8/+0
* [LLDB][MIPS] Provide ABI string to compiler for appropriate code generation f...Sagar Thakur2016-05-132-2/+43
* Add a check for version 15 of the shared cache formatEnrico Granata2016-05-121-1/+1
* Fix some long standing issues that caused tests to be flaky. Greg Clayton2016-05-1210-216/+323
* Don't crash when a process' task port goes bad.Greg Clayton2016-05-121-1/+0
OpenPOWER on IntegriCloud