aboutsummaryrefslogtreecommitdiff
path: root/lldb
AgeCommit message (Expand)AuthorFilesLines
2015-06-23fix lldb-gdbserver and lldb-platform linking on RHEL 6llvmorg-3.6.2-rc1Tom Stellard2-2/+6
2015-06-23LLDB standalone build: check if Clang was built independently from LLVMTom Stellard1-1/+3
2015-06-23Add Support for LLVM_INSTALL_TOOLCHAIN_ONLYTom Stellard1-10/+16
2015-06-22Merging r239199:Tom Stellard2-17/+0
2015-06-22Merging r231423:Tom Stellard1-1/+6
2015-04-20Fix thumb symbol value fixup in ObjectFileELFStephane Sezer1-1/+1
2015-04-20Fix resolution of certain recursive types.Stephane Sezer7-1/+143
2015-04-20Merging r230694:Tom Stellard1-1/+1
2015-04-07Use release_36 versions of llvm, clang and compiler-rt.Stephane Sezer1-3/+3
2015-02-11Merging r228710:Hans Wennborg7-6/+17
2015-02-04Merging r228057:Hans Wennborg2-6/+29
2015-01-14Extend PipePosix with support for named pipes/timeout-based IO and integrate ...Oleksiy Vyalov7-15/+7
2015-01-13Save & restore the array of which registers have already beenJason Molenda1-2/+17
2015-01-13Extend PipePosix with support for named pipes/timeout-based IO and integrate ...Oleksiy Vyalov10-138/+340
2015-01-13Fixed an issue where if the operating system python plug-in is changed at run...Greg Clayton23-31/+161
2015-01-13Enhance the eh_frame unwind instruction augmenter so thatJason Molenda1-6/+46
2015-01-13Add an additional check to UnwindAssembly_x86::AugmentUnwindPlanFromCallSite Jason Molenda3-17/+45
2015-01-13Change the x86 assembly instruction unwind parser toJason Molenda5-201/+216
2015-01-13Don't run functionalities/tty under sudo / as root.Jason Molenda1-0/+10
2015-01-12Fix XCode build on OSX - add OptionValueChar.cppOleksiy Vyalov1-0/+6
2015-01-12Add support for character option types.Zachary Turner12-8/+284
2015-01-12More [-Werror,-Winconsistent-missing-override] fixes.Eric Christopher1-4/+4
2015-01-11Fix for lldb-platform linking error on OSX/CMakeVince Harron1-0/+6
2015-01-11Got C++ unit tests running on Linux againVince Harron1-3/+8
2015-01-10Add RegisterNumber.cpp.Jason Molenda1-0/+1
2015-01-10Forgot to include RegisterNumber.h in prev commit.Jason Molenda1-0/+66
2015-01-10Hoist the RegisterNumber class out of RegisterContextLLDB and makeJason Molenda7-162/+350
2015-01-10Add C++ breakpoint tests where names are partially specified to ensure we don...Greg Clayton3-0/+159
2015-01-10Respect the fact that the result object claims it doesn't want to be interact...Greg Clayton1-12/+17
2015-01-10[TestInferiorAssert] Differentiate DWARF and DSYM tests with suffixes.Siva Chandra1-4/+4
2015-01-09Modify dotest.py to be able to run without an lldb build.Stephane Sezer2-25/+34
2015-01-09Fix issues with LLDB's interpreter and MS ABI guard variables.Zachary Turner1-15/+7
2015-01-09Change int32_t to uint32_t to fix warnings.Zachary Turner1-1/+1
2015-01-09Change auto to size_t to fix warning.Zachary Turner1-1/+1
2015-01-09Make the list of synthetic children thread safeEnrico Granata3-15/+16
2015-01-09Fixed an issue where you couldn't delete a user defined regex, python, or mul...Greg Clayton7-28/+182
2015-01-09[InlineTest] getRerunArgs returns an empty string if the test was skipped.Siva Chandra1-3/+5
2015-01-09Dynamic values have been around (and stable and reliable) for long enough tha...Enrico Granata2-1/+11
2015-01-08This patch fixes my think-o in ValueObject::UpdateValueIfNeeded() about the r...Enrico Granata4-2/+101
2015-01-08[LLDB][MIPS] Adding SoftwareBreakpointTrapOpcode and RelocationJumpSlotType f...Mohit K. Bhakkad2-0/+10
2015-01-08Have AssemblyParse_x86::get_non_call_site_unwind_plan trackJason Molenda1-2/+13
2015-01-08Rearrange RegisterContextLLDB::SavedLocationForRegister a tiny bitJason Molenda1-18/+22
2015-01-08Added documentation for test timeoutVince Harron1-7/+37
2015-01-08Fix a problem where a ValueObject could fail to update itself, but since it w...Enrico Granata1-1/+1
2015-01-07Fix inlined test cases so they print out the correct command to run when they...Greg Clayton2-47/+46
2015-01-07lldb-platform - static link all llvm dependenciesVince Harron2-2/+34
2015-01-07Make DynamicLoaderPOSIXDYLD::DidAttach to deduce a target executable by pid i...Oleksiy Vyalov2-5/+32
2015-01-06Adds UriParser::Parse and unit testsVince Harron7-1/+233
2015-01-06Fix needed for the new terminal test I previously checked in. It was crashing...Greg Clayton1-12/+17
2015-01-06Put FreeBSD note types in their own namespaceEd Maste1-10/+14