summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* [lldbsuite] Un-xfail TestRedefinitionsInInlines on WindowsStella Stamenova2018-12-201-6/+4
* [lldbsuite] Un-xfail TestDataFormatterSynthVal on WindowsStella Stamenova2018-12-201-3/+0
* [lldbsuite] Un-xfail tests on Windows that are now passing (pt.5)Stella Stamenova2018-12-206-18/+5
* [lldb] Retrieve currently handled Obj-C exception via __cxa_current_exception...Kuba Mracek2018-12-2014-35/+355
* [lldbsuite] Un-xfail tests on Windows that are now passing (pt.4)Stella Stamenova2018-12-2014-41/+2
* [lldbsuite] Un-xfail tests on Windows that are now passing (pt.3)Stella Stamenova2018-12-205-12/+4
* Simplify code for readability. (NFC)Adrian Prantl2018-12-191-6/+3
* Fix line endings.Zachary Turner2018-12-191-2/+2
* [NativePDB] Enable function-level-linking.test in native mode.Zachary Turner2018-12-191-1/+2
* [NativePDB] Fix a use after free and enable corresponding native test.Zachary Turner2018-12-192-2/+3
* [lldbsuite] Un-xfail tests on Windows that are now passing (pt.2)Stella Stamenova2018-12-1912-20/+1
* [lldbsuite] Un-xfail tests on Windows that are now passingStella Stamenova2018-12-1910-37/+1
* Show the memory region name if there is one in the output of the "memory regi...Greg Clayton2018-12-193-3/+35
* [lit] Make TestConvenienceVariables a cpp fileJonas Devlieghere2018-12-194-9/+14
* refactor testsuite spawnLldbMi args->exe+argsJan Kratochvil2018-12-194-12/+15
* Don't forget to free the libcompression scratch buffer in the dtor.Jason Molenda2018-12-181-0/+3
* [lit] Rather than including stdio.h, forward-declare printf in TestConvenienc...Stella Stamenova2018-12-181-1/+1
* Remove the zlib CFLAGS and LDFLAGS settings from the xcode project file.Jason Molenda2018-12-181-48/+0
* [NativePDB] Correctly reconstruct DeclContext for nested enums.Zachary Turner2018-12-183-4/+19
* Force libcompression calls to be enabled when building on DarwinJason Molenda2018-12-184-74/+53
* [lit] Use the new build.py script in the lldb-mi testsStella Stamenova2018-12-1813-46/+15
* Un-conditionalize use of libcompression. debugserver only buildsJason Molenda2018-12-182-151/+54
* TestHelloWorld: Use a file on the target platform for synchronisation.Adrian Prantl2018-12-182-19/+29
* [CMake] Don't require libcxxabi on darwinJonas Devlieghere2018-12-181-1/+0
* [cmake] Make libcxx(abi) a dependency when building in-tree clang for macOSJonas Devlieghere2018-12-181-0/+4
* Reenable FindLibXml2 on Windows and confirm its at least 2.8 or newerNathan Lanza2018-12-181-11/+5
* Fix REQUIRES lineAdrian Prantl2018-12-181-1/+1
* ELF: Don't create sections for section header index 0Pavel Labath2018-12-185-24/+24
* Fix the "dangerous use of tempnam" warning in Host/SocketTest.cppPavel Labath2018-12-181-9/+10
* de-flake TestThreadStates.test_process_interruptPavel Labath2018-12-181-1/+5
* Skip TestMultithreaded.test_sb_api_listener_resume on linuxPavel Labath2018-12-181-1/+1
* Un-XFail TestYMMRegister on linuxPavel Labath2018-12-181-1/+0
* Un-XFail TestThreadStates.test_process_interruptPavel Labath2018-12-181-12/+7
* Un-XFAIL TestExitDuringBreak.py for linuxPavel Labath2018-12-181-3/+0
* Un-XFAIL TestNamespaceLookup for linuxPavel Labath2018-12-181-12/+3
* Fix typo in r349473Luke Cheeseman2018-12-181-1/+1
* Update CallFrameString API to account for r349472Luke Cheeseman2018-12-182-3/+3
* build.py: inherit environment in the gcc builderPavel Labath2018-12-181-2/+5
* Call DeleteCurrentProcess before we replace the old process.Jim Ingham2018-12-181-13/+6
* Add "dump" command as a custom "process plugin" subcommand when ProcessMinidu...Greg Clayton2018-12-188-1/+386
* A few small updates to the testsuite for running against an iOS device.Jason Molenda2018-12-179-9/+13
* Document the DBGSourcePathRemapping dictionary that may be Jason Molenda2018-12-171-0/+27
* Add PdbAstBuilder.cpp.Jason Molenda2018-12-171-0/+6
* [lit] Detect unexpected passes in lldbtest.Jonas Devlieghere2018-12-171-0/+4
* Fix case of source file in CMakeLists.txtZachary Turner2018-12-171-1/+1
* Reflow readmeAdrian Prantl2018-12-171-46/+55
* Remove sleep() synchronisation from teststcase andAdrian Prantl2018-12-171-9/+3
* [NativePDB] Decouple AST reconstruction from lldb Symbol creation.Zachary Turner2018-12-1710-814/+1374
* Fix lldb's macosx/heap.py cstr command.Davide Italiano2018-12-173-1/+28
* [Driver] Fix --repl argument.Jonas Devlieghere2018-12-172-8/+19
OpenPOWER on IntegriCloud