aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-06-23Fix LLDB build.upstream-mirrorZachary Turner
2017-06-23Updated the NSArray and NSDictionary formatters to support new storage formats.Sean Callanan
2017-06-23Fix typo: using && instead of & when evaluating a maskMehdi Amini
2017-06-22Simplify the gdb-remote unit testsPavel Labath
2017-06-21Fix a python object leak in SWIG glue.Zachary Turner
2017-06-20Correct syntax mistake hidden in assert(3)Kamil Rytarowski
2017-06-20Delete a lot of empty directories in test/Pavel Labath
2017-06-20[linux] Change the way we load vdso pseudo-modulePavel Labath
2017-06-20Remove home-grown thread-local storage wrappersPavel Labath
2017-06-20ProcessLauncherPosixFork: Fetch errno earlyPavel Labath
2017-06-19Updated NSNumber formatter for new internal representation.Sean Callanan
2017-06-19Add pretty-printer for wait(2) statuses and modernize the code handling themPavel Labath
2017-06-19Tweak SysV_arm64 function entry unwind planPavel Labath
2017-06-19Delete ProcessLauncherPosixPavel Labath
2017-06-19Fix a -Wmisleading-indentation warningSylvestre Ledru
2017-06-16Fix the CMake files for the new InstrumentationRuntime plugins.Kuba Mracek
2017-06-16Upstreaming the UndefinedBehaviorSanitizerRuntime and MainThreadCheckerRuntim...Kuba Mracek
2017-06-16Change the code I added to LocateDSYMInVincinityOfExecutable to useJason Molenda
2017-06-15Add llvm::Error assignment operator to Status classPavel Labath
2017-06-15[swig] Improve the native module import logicPavel Labath
2017-06-15Change how LocateDSYMInVincinityOfExecutable strips off pathJason Molenda
2017-06-14[testsuite] xfailed two tests that depend on NSString conforming to NSCopying.Sean Callanan
2017-06-14[LLDB][MIPS] Skip TestGdbRemoteSingleStep and TestGdbRemote_vCont.py.Nitesh Jain
2017-06-14[LLDB][MIPS] Fix TestNoreturnUnwind.py.Nitesh Jain
2017-06-14[LLDB][MIPS] Fix TestRegisterVariables.py.Nitesh Jain
2017-06-13Mark TestCallThatRestarts as flaky on androidPavel Labath
2017-06-12Introduce new command: thread backtrace uniquePavel Labath
2017-06-09[VMRange] Remove unused FindRangeIndexThatContainsValue().Davide Italiano
2017-06-09[VMRange] Implement comparison operators using `==` and `<`.Davide Italiano
2017-06-09[VMRange] Use llvm::find_if. Thanks to Zachary for the suggestion.Davide Italiano
2017-06-09Skip TestNoreturnUnwind on linux+clang+armPavel Labath
2017-06-08[VMRange] Simplify a couple of member functions. NFCI.Davide Italiano
2017-06-08Fix backtrace of noreturn functions situated at the end of a modulePavel Labath
2017-06-07Switch TaskMapOverInt to llvm::function_refPavel Labath
2017-06-07Move Object format code to lib/BinaryFormat.Zachary Turner
2017-06-06Use exact equality for category language matching, for all languages, except ...Vadim Chugunov
2017-06-06Fix assorted compiler warnings. NFCPavel Labath
2017-06-06replace uses of strerror with llvm::sys::StrErrorPavel Labath
2017-06-06Remove unused variables. NFCPavel Labath
2017-06-06New framework for lldb client-server communication tests.Pavel Labath
2017-06-05Avoid invalid string access in ObjCLanguage::MethodName::SetNameStephane Sezer
2017-06-02cmake: Put PROCESS_VM_READV detection results into Config.hPavel Labath
2017-06-02Remove vestigial CLANG_USED_LIBS.Arnaud A. de Grandmaison
2017-06-02Move the code to find a binary in a bundle in the target.exec-search-pathsJason Molenda
2017-06-02[TypeSystem] Handle Clang AttributedTypesSean Callanan
2017-06-01cmake: Enable process_vm_readv detection on androidPavel Labath
2017-06-01Fix a small issue with -var-update.Hafiz Abid Qadeer
2017-06-01Forgot to mention rewriting CommandObject::DoExecute Jim Ingham
2017-05-31Added a testcase for local/namespaced name conflicts.Sean Callanan
2017-05-29Replace forward decl with include to unbreak the build.Benjamin Kramer