summaryrefslogtreecommitdiff
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* Merging r228710:Hans Wennborg2015-02-117-6/+17
* Merging r228057:Hans Wennborg2015-02-042-6/+29
* Extend PipePosix with support for named pipes/timeout-based IO and integrate ...Oleksiy Vyalov2015-01-147-15/+7
* Save & restore the array of which registers have already beenJason Molenda2015-01-131-2/+17
* Extend PipePosix with support for named pipes/timeout-based IO and integrate ...Oleksiy Vyalov2015-01-1310-138/+340
* Fixed an issue where if the operating system python plug-in is changed at run...Greg Clayton2015-01-1323-31/+161
* Enhance the eh_frame unwind instruction augmenter so thatJason Molenda2015-01-131-6/+46
* Add an additional check to UnwindAssembly_x86::AugmentUnwindPlanFromCallSite Jason Molenda2015-01-133-17/+45
* Change the x86 assembly instruction unwind parser toJason Molenda2015-01-135-201/+216
* Don't run functionalities/tty under sudo / as root.Jason Molenda2015-01-131-0/+10
* Fix XCode build on OSX - add OptionValueChar.cppOleksiy Vyalov2015-01-121-0/+6
* Add support for character option types.Zachary Turner2015-01-1212-8/+284
* More [-Werror,-Winconsistent-missing-override] fixes.Eric Christopher2015-01-121-4/+4
* Fix for lldb-platform linking error on OSX/CMakeVince Harron2015-01-111-0/+6
* Got C++ unit tests running on Linux againVince Harron2015-01-111-3/+8
* Add RegisterNumber.cpp.Jason Molenda2015-01-101-0/+1
* Forgot to include RegisterNumber.h in prev commit.Jason Molenda2015-01-101-0/+66
* Hoist the RegisterNumber class out of RegisterContextLLDB and makeJason Molenda2015-01-107-162/+350
* Add C++ breakpoint tests where names are partially specified to ensure we don...Greg Clayton2015-01-103-0/+159
* Respect the fact that the result object claims it doesn't want to be interact...Greg Clayton2015-01-101-12/+17
* [TestInferiorAssert] Differentiate DWARF and DSYM tests with suffixes.Siva Chandra2015-01-101-4/+4
* Modify dotest.py to be able to run without an lldb build.Stephane Sezer2015-01-092-25/+34
* Fix issues with LLDB's interpreter and MS ABI guard variables.Zachary Turner2015-01-091-15/+7
* Change int32_t to uint32_t to fix warnings.Zachary Turner2015-01-091-1/+1
* Change auto to size_t to fix warning.Zachary Turner2015-01-091-1/+1
* Make the list of synthetic children thread safeEnrico Granata2015-01-093-15/+16
* Fixed an issue where you couldn't delete a user defined regex, python, or mul...Greg Clayton2015-01-097-28/+182
* [InlineTest] getRerunArgs returns an empty string if the test was skipped.Siva Chandra2015-01-091-3/+5
* Dynamic values have been around (and stable and reliable) for long enough tha...Enrico Granata2015-01-092-1/+11
* This patch fixes my think-o in ValueObject::UpdateValueIfNeeded() about the r...Enrico Granata2015-01-084-2/+101
* [LLDB][MIPS] Adding SoftwareBreakpointTrapOpcode and RelocationJumpSlotType f...Mohit K. Bhakkad2015-01-082-0/+10
* Have AssemblyParse_x86::get_non_call_site_unwind_plan trackJason Molenda2015-01-081-2/+13
* Rearrange RegisterContextLLDB::SavedLocationForRegister a tiny bitJason Molenda2015-01-081-18/+22
* Added documentation for test timeoutVince Harron2015-01-081-7/+37
* Fix a problem where a ValueObject could fail to update itself, but since it w...Enrico Granata2015-01-081-1/+1
* Fix inlined test cases so they print out the correct command to run when they...Greg Clayton2015-01-072-47/+46
* lldb-platform - static link all llvm dependenciesVince Harron2015-01-072-2/+34
* Make DynamicLoaderPOSIXDYLD::DidAttach to deduce a target executable by pid i...Oleksiy Vyalov2015-01-072-5/+32
* Adds UriParser::Parse and unit testsVince Harron2015-01-067-1/+233
* Fix needed for the new terminal test I previously checked in. It was crashing...Greg Clayton2015-01-061-12/+17
* Put FreeBSD note types in their own namespaceEd Maste2015-01-061-10/+14
* Remove a lock acquisition from ProcessWindows::OnExitProcess.Zachary Turner2015-01-061-11/+12
* Added a test case for launching a process in a separate terminal window to en...Greg Clayton2015-01-061-0/+35
* More fixes to ensure if we are asked to launch a x86_64h process on darwin, t...Greg Clayton2015-01-062-1/+4
* Fix being able to get a thread result when calling HostThreadPosix::Join(). I...Greg Clayton2015-01-061-2/+5
* Make array symbol reading resilient to incomplete DWARF.Siva Chandra2015-01-052-14/+21
* When building on Windows, copy Python27(_d).dll to the output folder.Zachary Turner2015-01-051-0/+5
* Fix about 20 tests on Windows.Zachary Turner2015-01-051-2/+5
* Make sure x7 and x8 are treated as argument registers for arm64.Greg Clayton2015-01-051-2/+2
* fix cross compilation to 32 bit arm targetsVince Harron2015-01-051-1/+1