summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* Fix typoAdrian Prantl2018-12-201-2/+2
* Fix stack-buffer-overflow in lldb_private::Host::FindProcessesJonas Devlieghere2018-12-201-1/+1
* [lldb] Add a "display-recognized-arguments" target setting to show recognized...Kuba Mracek2018-12-208-15/+57
* [NativePDB] Create VarDecls for global variables.Zachary Turner2018-12-209-7/+279
* Disable a few tests on the green dragon sanitzier bot.Adrian Prantl2018-12-203-0/+10
* [API] Remove redundants get() from smart pointers. NFCJonas Devlieghere2018-12-2021-104/+97
* [dotest] Consider unexpected passes as failures.Jonas Devlieghere2018-12-202-6/+7
* [lldbsuite] Un-xfail several tests in TestInferiorCrashing on WindowsStella Stamenova2018-12-201-21/+4
* [lit] Skip stop-hook test on WindowsStella Stamenova2018-12-201-1/+5
* [lldbsuite] Un-xfail TestMiniDump and TestThreadJumpStella Stamenova2018-12-202-2/+0
* [lldbsuite] Un-xfail TestEvents on WindowsStella Stamenova2018-12-201-3/+0
* [lldbsuite] Skip TestConflictingSymbol (test_shadowed) on WindowsStella Stamenova2018-12-201-0/+1
* Overload GetMemoryRegions for the ProcessMinidumpTatyana Krasnukha2018-12-207-3/+87
* Replace MemoryRegionInfoSP with values and cleanup related codeTatyana Krasnukha2018-12-208-48/+61
* [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
OpenPOWER on IntegriCloud