summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* [CMake] Turn LLDB_FRAMEWORK_TOOLS into STRING to allow overrides from cache f...Stefan Granitz2019-01-221-1/+1
* breakpad: Add FUNC records to the symtabPavel Labath2019-01-226-41/+135
* [Test] Fix up tests affected by the new LLVM header.Jonas Devlieghere2019-01-227-16/+16
* Fix test after AST dump output changeStephen Kelly2019-01-211-1/+1
* Fix test after AST dump output changeStephen Kelly2019-01-211-1/+1
* Fix typos throughout the license files that somehow I and my reviewersChandler Carruth2019-01-211-1/+1
* Fix test after AST dump output changeStephen Kelly2019-01-201-1/+1
* Try to port tests to AST dump changesStephen Kelly2019-01-205-13/+10
* Fix order of arguments in an lldb type summary in examplesNathan Lanza2019-01-191-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-192508-10008/+7524
* Install new LLVM license structure and new developer policy.Chandler Carruth2019-01-191-0/+238
* [dotest] Add logging to investigate CI issue.Jonas Devlieghere2019-01-181-1/+6
* Add BreakpadRecords to the Xcode project.Jim Ingham2019-01-181-0/+6
* Make sure to fill in the compiler register number so when we try to backtrace...Greg Clayton2019-01-182-15/+17
* Breakpad: Extract parsing code into a separate filePavel Labath2019-01-189-181/+466
* [Reproducers] Fix reproducers unittest.Jonas Devlieghere2019-01-181-11/+10
* Use llvm::VersionTuple instead of manual version marshallingBrad Smith2019-01-182-6/+8
* [Reproducers] Refactor reproducer infoJonas Devlieghere2019-01-183-56/+43
* [CMake] Only test debugserver if platform can use debugserverAlex Langford2019-01-181-1/+1
* [lit] Fix lldbtest formatJonas Devlieghere2019-01-171-2/+5
* [CMake] Prevent lldbDebugserverCommon from building if you disable debugserve...Alex Langford2019-01-172-86/+85
* Don't run TestBreakpointThumbCodesection.py on darwin systems;Jason Molenda2019-01-172-1/+4
* [CMake] Fix lldb-test-depends targetJonas Devlieghere2019-01-172-1/+2
* [lit] Make sure tests are actually skipped on darwin and windows.Davide Italiano2019-01-1710-10/+10
* Recommit "Teach the default symbol vendor to respect module.GetSymbolFileFile...Pavel Labath2019-01-174-5/+85
* Recommit "Add a verbose mode to "image dump line-table" and use it to write a...Pavel Labath2019-01-172-4/+119
* XFAIL test on WindowsAdrian Prantl2019-01-161-1/+2
* Change TypeSystem::GetBitSize() to return an optional result.Adrian Prantl2019-01-169-34/+86
* Fix dir-separator-no-comp-dir-relative-name.s test added in r351328Pavel Labath2019-01-161-6/+7
* Revert "Teach the default symbol vendor to respect module.GetSymbolFileFileSp...Pavel Labath2019-01-164-82/+5
* TestClangASTContext: Rewrite an if-else chain into a switchPavel Labath2019-01-161-3/+11
* Teach the default symbol vendor to respect module.GetSymbolFileFileSpec()Pavel Labath2019-01-164-5/+82
* DWARF: Add some support for non-native directory separatorsPavel Labath2019-01-1615-77/+382
* Revert "Simplify Value::GetValueByteSize()"Pavel Labath2019-01-161-15/+19
* [lldb] - Fix crash when listing the history with the key up.George Rimar2019-01-161-1/+1
* [lldb-mi] Remove use of dialog boxAlex Langford2019-01-163-24/+0
* Remove redundant check.Adrian Prantl2019-01-151-5/+3
* Simplify code by using Optional::getValueOr()Adrian Prantl2019-01-154-10/+5
* [debugserver][CMake] Remove commented out lineAlex Langford2019-01-151-1/+0
* Simplify Value::GetValueByteSize()Adrian Prantl2019-01-151-19/+15
* Simplify codeAdrian Prantl2019-01-151-17/+21
* Add Doxygen comments.Adrian Prantl2019-01-151-0/+2
* Replace auto -> llvm::Optional<uint64_t>Adrian Prantl2019-01-1534-94/+128
* Silence compiler warningsAdrian Prantl2019-01-158-8/+8
* Make CompilerType::getBitSize() / getByteSize() return an optional result. NFCAdrian Prantl2019-01-1536-533/+698
* [LLDB] Remove the unused variable oso_dwarf.David L. Jones2019-01-151-1/+0
* [SymbolFile] Remove SymbolContext parameter from FindTypes.Zachary Turner2019-01-1430-169/+111
* [SymbolFile] Remove the SymbolContext parameter from FindNamespace.Zachary Turner2019-01-1415-43/+20
* [SymbolFile] Rename ParseFunctionBlocks to ParseBlocksRecursive.Zachary Turner2019-01-1416-63/+63
* [lldbsuite] Skip two more flaky tests on WindowsStella Stamenova2019-01-142-0/+2
OpenPOWER on IntegriCloud