summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-06-23fix lldb-gdbserver and lldb-platform linking on RHEL 6release_36Tom Stellard
2015-06-23LLDB standalone build: check if Clang was built independently from LLVMTom Stellard
2015-06-23Add Support for LLVM_INSTALL_TOOLCHAIN_ONLYTom Stellard
2015-06-22Merging r239199:Tom Stellard
2015-06-22Merging r231423:Tom Stellard
2015-04-20Fix thumb symbol value fixup in ObjectFileELFStephane Sezer
2015-04-20Fix resolution of certain recursive types.Stephane Sezer
2015-04-20Merging r230694:Tom Stellard
2015-04-07Use release_36 versions of llvm, clang and compiler-rt.Stephane Sezer
2015-02-11Merging r228710:Hans Wennborg
2015-02-04Merging r228057:Hans Wennborg
2015-01-14Creating release_36 branch off revision 225991Hans Wennborg
2015-01-14Extend PipePosix with support for named pipes/timeout-based IO and integrate ...Oleksiy Vyalov
2015-01-13Save & restore the array of which registers have already beenJason Molenda
2015-01-13Extend PipePosix with support for named pipes/timeout-based IO and integrate ...Oleksiy Vyalov
2015-01-13Fixed an issue where if the operating system python plug-in is changed at run...Greg Clayton
2015-01-13Enhance the eh_frame unwind instruction augmenter so thatJason Molenda
2015-01-13Add an additional check to UnwindAssembly_x86::AugmentUnwindPlanFromCallSite Jason Molenda
2015-01-13Change the x86 assembly instruction unwind parser toJason Molenda
2015-01-13Don't run functionalities/tty under sudo / as root.Jason Molenda
2015-01-12Fix XCode build on OSX - add OptionValueChar.cppOleksiy Vyalov
2015-01-12Add support for character option types.Zachary Turner
2015-01-12More [-Werror,-Winconsistent-missing-override] fixes.Eric Christopher
2015-01-11Fix for lldb-platform linking error on OSX/CMakeVince Harron
2015-01-11Got C++ unit tests running on Linux againVince Harron
2015-01-10Add RegisterNumber.cpp.Jason Molenda
2015-01-10Forgot to include RegisterNumber.h in prev commit.Jason Molenda
2015-01-10Hoist the RegisterNumber class out of RegisterContextLLDB and makeJason Molenda
2015-01-10Add C++ breakpoint tests where names are partially specified to ensure we don...Greg Clayton
2015-01-10Respect the fact that the result object claims it doesn't want to be interact...Greg Clayton
2015-01-10[TestInferiorAssert] Differentiate DWARF and DSYM tests with suffixes.Siva Chandra
2015-01-09Modify dotest.py to be able to run without an lldb build.Stephane Sezer
2015-01-09Fix issues with LLDB's interpreter and MS ABI guard variables.Zachary Turner
2015-01-09Change int32_t to uint32_t to fix warnings.Zachary Turner
2015-01-09Change auto to size_t to fix warning.Zachary Turner
2015-01-09Make the list of synthetic children thread safeEnrico Granata
2015-01-09Fixed an issue where you couldn't delete a user defined regex, python, or mul...Greg Clayton
2015-01-09[InlineTest] getRerunArgs returns an empty string if the test was skipped.Siva Chandra
2015-01-09Dynamic values have been around (and stable and reliable) for long enough tha...Enrico Granata
2015-01-08This patch fixes my think-o in ValueObject::UpdateValueIfNeeded() about the r...Enrico Granata
2015-01-08[LLDB][MIPS] Adding SoftwareBreakpointTrapOpcode and RelocationJumpSlotType f...Mohit K. Bhakkad
2015-01-08Have AssemblyParse_x86::get_non_call_site_unwind_plan trackJason Molenda
2015-01-08Rearrange RegisterContextLLDB::SavedLocationForRegister a tiny bitJason Molenda
2015-01-08Added documentation for test timeoutVince Harron
2015-01-08Fix a problem where a ValueObject could fail to update itself, but since it w...Enrico Granata
2015-01-07Fix inlined test cases so they print out the correct command to run when they...Greg Clayton
2015-01-07lldb-platform - static link all llvm dependenciesVince Harron
2015-01-07Make DynamicLoaderPOSIXDYLD::DidAttach to deduce a target executable by pid i...Oleksiy Vyalov
2015-01-06Adds UriParser::Parse and unit testsVince Harron
2015-01-06Fix needed for the new terminal test I previously checked in. It was crashing...Greg Clayton