summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* Let's not convert from UINT32_MAX to the std::numeric_limits version.Jim Ingham2016-03-124-22/+24
* This change introduces a "ExpressionExecutionThread" to the ThreadList. Jim Ingham2016-03-1215-22/+146
* Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Core; o...Eugene Zelenko2016-03-125-428/+165
* Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Core; o...Eugene Zelenko2016-03-113-293/+199
* Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Core; o...Eugene Zelenko2016-03-113-318/+253
* Remove the skip if Darwin since I fixed the crash.Jim Ingham2016-03-111-1/+0
* Check for a NULL input filehandle before referencing it.Jim Ingham2016-03-111-8/+11
* Fixed MemoryCache L1 cache flushMarianne Mailhot-Sarrasin2016-03-114-1/+86
* Fix a bunch of signedness warnings in unittestsPavel Labath2016-03-112-16/+17
* Fix a couple of cornercases in FileSpec + testsPavel Labath2016-03-113-24/+117
* skip newly segfaulting test on OS X public CITodd Fiala2016-03-111-0/+1
* Fix SBDebugger.GetOutputFileHandle() on OS X.Jim Ingham2016-03-114-3/+10
* Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Core; o...Eugene Zelenko2016-03-106-273/+184
* Fixed ValueObject::GetExpressionPath() for paths including anonymous struct/u...Marianne Mailhot-Sarrasin2016-03-102-1/+12
* Fixed the python interpreter so that it correctly inherits the top IOHandler'...Greg Clayton2016-03-104-96/+41
* [Renderscript] Add stack argument reading code for Mipsel 3Aidan Dodds2016-03-101-7/+7
* [Renderscript] Add stack argument reading code for Mipsel 2Aidan Dodds2016-03-101-2/+9
* [Renderscript] Add stack argument reading code for MipselAidan Dodds2016-03-101-6/+17
* [Renderscript] Explicitly set the language to evaluate allocationsAidan Dodds2016-03-101-1/+3
* Eliminate the TestStarted-XXX and TestFinished-XXX files from check-lldb runs.Adrian McCarthy2016-03-101-11/+0
* Revert "Track expression language from one place in ClangExpressionParser"Ewan Crawford2016-03-102-9/+9
* Track expression language from one place in ClangExpressionParserEwan Crawford2016-03-102-9/+9
* [DWARFASTParserClang] Start with member offset of 0 for members of union types.Siva Chandra2016-03-104-1/+70
* Certain hardware architectures have registers of 256 bits in sizeEnrico Granata2016-03-105-29/+442
* Fix SymbolFilePDB for discontiguous functions.Zachary Turner2016-03-101-29/+53
* Fix "ninja check-lldb" crash in IRExecutionUnit.cppTed Woodward2016-03-091-6/+16
* Add an "offset" option to "break set -n" and "break set -f -l". Jim Ingham2016-03-0921-56/+256
* Last round of preliminary cleanup in my refactoring of aliases.Enrico Granata2016-03-094-107/+124
* [TestRegisterVariables] Adjust compiler range in expected failure decorator.Siva Chandra2016-03-091-2/+2
* Add CommandAlias.cpp to CMakeListsEnrico Granata2016-03-081-0/+1
* Move CommandAlias to its own file; alsoEnrico Granata2016-03-087-75/+109
* Made self.expect() errors a little more readable in the testsuite.Sean Callanan2016-03-081-7/+8
* Support floating point values in 128-bit SSE vector registersAdrian Prantl2016-03-085-6/+35
* Fix log in Broadcaster causing a crashTamas Berghammer2016-03-081-5/+4
* Try to fix windows build after rL262863Tamas Berghammer2016-03-081-1/+1
* Use c_str() instead of GetCString() to fix build Ewan Crawford2016-03-081-1/+1
* This is actually a FileSpec, so use .GetCString() insteadEnrico Granata2016-03-081-1/+1
* Use .c_str() here to unbreak the Linux buildEnrico Granata2016-03-081-1/+1
* A few more improvements on the way to the command alias refactoringEnrico Granata2016-03-086-155/+138
* Turn GetAliasOptions() into GetAlias()Enrico Granata2016-03-082-11/+32
* Attempt to fix the Ubuntu buildbot by making FindLongestCommandWord a free te...Enrico Granata2016-03-084-21/+17
* Unbreak linux build broken by r262901Jason Molenda2016-03-081-1/+1
* Move ProcessAliasOptionsArgs to be a static on CommandAlias; it wasn't using ...Enrico Granata2016-03-083-68/+66
* Change the way command aliases are stored. Go from a model where a map holds ...Enrico Granata2016-03-086-186/+143
* Change over the broadcaster/listener process to hold shared or weak pointersJim Ingham2016-03-0750-467/+814
* [LLDB][MIPS] Fix TestDisassembleBreakpointMohit K. Bhakkad2016-03-071-1/+1
* Move SBLanguageRuntime.cpp from the lldb-core group to the LLDBJason Molenda2016-03-071-2/+2
* Update after r262737 in clang changed the accessor.James Y Knight2016-03-041-1/+1
* Add a log statementPavel Labath2016-03-041-0/+1
* Resumbit "Fetch remote log files from LLGS tests"Pavel Labath2016-03-041-5/+29
OpenPOWER on IntegriCloud