summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* Make sure to try and take the process stop lock when calling:Greg Clayton2016-05-261-6/+11
* It has been brought to my attention that, given two variablesEnrico Granata2016-05-253-12/+17
* Mark some aarch64-linux specific xfails marking bug entriesOmair Javaid2016-05-253-2/+3
* Add logging to ValueObjectSyntheticFilter such that one can trace through the...Enrico Granata2016-05-251-8/+78
* Fix an issue where LLDB would crash if one tried to 'frame variable' an unord...Enrico Granata2016-05-252-4/+8
* Mark some arm-linux specific xfails marking bug entriesOmair Javaid2016-05-254-1/+5
* Add unit tests for ModuleCachePavel Labath2016-05-254-0/+192
* Include <mutex> in Process.h - Jim's change in r270593 added a std::mutexJason Molenda2016-05-251-0/+1
* Add support for arm64 compact unwind tables, used on darwin arm64Jason Molenda2016-05-253-0/+340
* Fix an issue where the NSDate data formatter was not using the proper alignme...Enrico Granata2016-05-241-1/+3
* Ach, editing too many files at once. Make this file compile again.Jason Molenda2016-05-241-1/+1
* In r268475 I made a change to ObjectFileMachO so that if it isJason Molenda2016-05-241-1/+4
* Reword the "Happened at" TSan-reported thread to contain a thread id.Kuba Brecka2016-05-241-2/+5
* xfail TestRedefinitionsInline with older ClangEd Maste2016-05-241-1/+2
* Lock out Process::RunThreadPlan so only one can be in flight at a time.Jim Ingham2016-05-242-1/+5
* Skip leading spaces when decoding hex valuesFrancis Ricci2016-05-241-0/+3
* Replace file system forbidden symbols in the hostname which passed to the Mod...Oleksiy Vyalov2016-05-241-4/+20
* Improve wording in TSan reports involving global variables. Don't repeat hex...Kuba Brecka2016-05-242-12/+43
* Add a missing include to ItaniumABILanguageRuntime.hPavel Labath2016-05-241-0/+1
* [LLDB][MIPS] Fix floating point handling in case of thread step-outSagar Thakur2016-05-246-38/+229
* Make sure TestRedefinitionsInInlines.py actually inlines.Chaoren Lin2016-05-231-2/+2
* xfail TestRedefinitionsInline on Windows.Zachary Turner2016-05-231-1/+1
* We have many radars showing that stepping through C++ code can result in slow...Greg Clayton2016-05-234-142/+189
* add cmake files to Xcode projectTodd Fiala2016-05-231-0/+32
* Removed the m_decl_objects map from ClangASTContext.Sean Callanan2016-05-2313-80/+42
* Always rerun all tests on Windows.Zachary Turner2016-05-232-0/+4
* SBValue::CreateValueFromData didn’t check whether the SBType passed into it...Enrico Granata2016-05-231-3/+4
* SymbolFile: remove an unused variableSaleem Abdulrasool2016-05-221-2/+1
* 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
OpenPOWER on IntegriCloud