summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* Add support for __attribute__(trivial_abi).Jim Ingham2018-03-235-2/+150
* Remove CommandObjectStats.cpp & CleanUpTest.cpp fromJason Molenda2018-03-231-2/+0
* Put CommandObjectStats.cpp in lldb-core target, remove CommandObjectStats.h f...Jason Molenda2018-03-231-4/+4
* [Commands] Add a (currently empty) `stats` command.Davide Italiano2018-03-235-0/+66
* Change the darwin-debug target to build the standardJason Molenda2018-03-231-23/+8
* [CMakeLists] Update file list after recent changes.Davide Italiano2018-03-231-1/+0
* [Commands] Remove dead code for unused `args` command.Davide Italiano2018-03-234-293/+0
* [Command] Remove dead code for the syntax command.Davide Italiano2018-03-235-148/+0
* Log ObjC Runtime messages only in verbose modeAdrian Prantl2018-03-231-2/+2
* [CommandObjectFrame] Remove dead code.Davide Italiano2018-03-231-3/+0
* [SymbolFilePDB] Use section contributions as another way to determine the com...Aaron Smith2018-03-221-16/+19
* [SymbolFilePDB] Ignore compiler generated functions when creating the LLDB ty...Aaron Smith2018-03-222-4/+7
* [SymbolFilePDB] Run clang-format; NFCAaron Smith2018-03-224-120/+107
* Last batch of test-tree cleaning changesPavel Labath2018-03-215-118/+80
* [dotest] Use subprocess.call to forward arguments in wrapperJonas Devlieghere2018-03-212-14/+11
* Fix crash exposed by r328025Pavel Labath2018-03-211-2/+3
* Fix TestOperatorOverload for 32-bit buildsPavel Labath2018-03-212-14/+4
* [Testsuite] Modernize this test to be run out-of-tree.Davide Italiano2018-03-201-5/+3
* [ExpressionParser] Re-implement r327356 in a less disruptive way.Davide Italiano2018-03-2010-29/+78
* [lldb-dotest] Wrap arguments in single quotesJonas Devlieghere2018-03-201-2/+6
* [TestExpr] Fix a typo in a test, unbreaking the lldb Mac OS X bot.Davide Italiano2018-03-201-1/+1
* Move StringExtractorGDBRemote.h to the include folderPavel Labath2018-03-2012-14/+14
* [LLDB] Fix TestTargetXMLArch's expected archPavel Labath2018-03-201-1/+1
* Fix some tests for PPC64le architecturePavel Labath2018-03-204-15/+39
* Re-land: [lldb] Use vFlash commands when writing to target's flash memory reg...Pavel Labath2018-03-2018-62/+534
* Add a suggestion to convert dotest tests to use run_to_source_breakpoint.Jim Ingham2018-03-201-0/+14
* [SymbolFilePDB] Simplify code with newer methodsAaron Smith2018-03-202-16/+4
* [SymbolFilePDB] Simplify getting the source file pathAaron Smith2018-03-202-66/+2
* Modernize a test.Jim Ingham2018-03-191-29/+2
* Rename remotectl_com.apple.internal.xpc.remote.debugserver.plistJason Molenda2018-03-193-8/+8
* I didn't see that SocketAddress.cpp was already being pulledJason Molenda2018-03-191-6/+2
* Add the ios-mini target to the top-level xcodeproj, which buildsJason Molenda2018-03-193-0/+124
* Add DWARFUnit.cpp to the correct target.Jason Molenda2018-03-191-6/+4
* [SymbolFilePDB] Remove a few null pointer checks by passing refAaron Smith2018-03-193-63/+46
* [test] Skip flaky tests in TestMiSyntax on DarwinVedant Kumar2018-03-191-0/+3
* [test] Skip flaky TestThreadStates tests on DarwinVedant Kumar2018-03-191-3/+3
* [ClangASTContext] Remove dead code. NFCI.Davide Italiano2018-03-191-45/+0
* Xcode: Include DWARFUnit.{h,cpp} in the buildVedant Kumar2018-03-191-0/+8
* Move the codebase to use: DWARFCompileUnit -> DWARFUnitJan Kratochvil2018-03-1827-222/+222
* DWARFUnit split out of DWARFCompileUnitJan Kratochvil2018-03-185-561/+796
* Fix the Windows build after r327750Frederic Riss2018-03-161-1/+1
* [DWARFASTParserClang] Complete external record types before using them as a d...Frederic Riss2018-03-164-0/+68
* Skip TestThreadSpecificBpPlusCondition on Darwin due to timeoutsVedant Kumar2018-03-161-0/+1
* Remove -gmodules restriction from testAdrian Prantl2018-03-161-1/+0
* [dotest] Clean up test folder clean-upPavel Labath2018-03-1617-73/+31
* Skip more lldb-mi tests which time out on DarwinVedant Kumar2018-03-161-0/+3
* [cmake] Copy system debugserver from the right place when only CommandLineToolsVedant Kumar2018-03-161-2/+9
* Split skipIf decorator, the condition is supposed to be ORAdrian Prantl2018-03-151-1/+2
* [dotest] remove confirm_directory_exclusivity remnantsPavel Labath2018-03-151-13/+0
* Fix TestProcessLaunch breakage on MacOSPavel Labath2018-03-151-1/+1
OpenPOWER on IntegriCloud