summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* Add regression test for expressions calling functions taking anonymous struct...Ewan Crawford2016-03-153-0/+78
* Fix expression evaluation for resolving anonymous aggregrate types with a typ...Ewan Crawford2016-03-151-0/+14
* Bump the lldb version # in the xcode project files fromJason Molenda2016-03-153-48/+48
* Workaround the fact that "b" is now a separate command object from "_regexp-b...Enrico Granata2016-03-152-6/+6
* Add some test coverage for the changes in alias helpEnrico Granata2016-03-151-0/+18
* Improve the way we decide whether an alias is a dashdash aliasEnrico Granata2016-03-151-1/+2
* This was printing arguments twice in dash-dash aliases; don't do thatEnrico Granata2016-03-151-24/+24
* Lots of progress on the CommandAlias refactoringEnrico Granata2016-03-147-136/+299
* Shuffle an #undef to avoid a warning on FreeBSDEd Maste2016-03-141-2/+1
* More of the alias refactoring work! CommandAlias is now a CommandObjectEnrico Granata2016-03-145-35/+75
* Enable expectedFailure for all Clang versions in TestRegisterVariablesEd Maste2016-03-141-1/+1
* [test] Correctly retry connections on android targetsPavel Labath2016-03-141-5/+31
* Allow any build-id length between 4 and 20 bytes inclusiveEd Maste2016-03-141-2/+3
* Extend XFlaky in TestProcessIO to linux as wellPavel Labath2016-03-141-5/+5
* 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
OpenPOWER on IntegriCloud