summaryrefslogtreecommitdiff
path: root/lldb
AgeCommit message (Expand)Author
2018-12-21"help finish" tells you it is an alias. "help fin" doesn't.Jim Ingham
2018-12-21Fix stack-buffer-overflow in lldb_private::Host::FindProcesses (2/2)Jonas Devlieghere
2018-12-21Add an assertion to aid in tracking down a bugAdrian Prantl
2018-12-21Remove ineffective (misspelled) sanitizer optionAdrian Prantl
2018-12-20Fix typoAdrian Prantl
2018-12-20Fix stack-buffer-overflow in lldb_private::Host::FindProcessesJonas Devlieghere
2018-12-20[lldb] Add a "display-recognized-arguments" target setting to show recognized...Kuba Mracek
2018-12-20[NativePDB] Create VarDecls for global variables.Zachary Turner
2018-12-20Disable a few tests on the green dragon sanitzier bot.Adrian Prantl
2018-12-20[API] Remove redundants get() from smart pointers. NFCJonas Devlieghere
2018-12-20[dotest] Consider unexpected passes as failures.Jonas Devlieghere
2018-12-20[lldbsuite] Un-xfail several tests in TestInferiorCrashing on WindowsStella Stamenova
2018-12-20[lit] Skip stop-hook test on WindowsStella Stamenova
2018-12-20[lldbsuite] Un-xfail TestMiniDump and TestThreadJumpStella Stamenova
2018-12-20[lldbsuite] Un-xfail TestEvents on WindowsStella Stamenova
2018-12-20[lldbsuite] Skip TestConflictingSymbol (test_shadowed) on WindowsStella Stamenova
2018-12-20Overload GetMemoryRegions for the ProcessMinidumpTatyana Krasnukha
2018-12-20Replace MemoryRegionInfoSP with values and cleanup related codeTatyana Krasnukha
2018-12-20[lldbsuite] Un-xfail TestRedefinitionsInInlines on WindowsStella Stamenova
2018-12-20[lldbsuite] Un-xfail TestDataFormatterSynthVal on WindowsStella Stamenova
2018-12-20[lldbsuite] Un-xfail tests on Windows that are now passing (pt.5)Stella Stamenova
2018-12-20[lldb] Retrieve currently handled Obj-C exception via __cxa_current_exception...Kuba Mracek
2018-12-20[lldbsuite] Un-xfail tests on Windows that are now passing (pt.4)Stella Stamenova
2018-12-20[lldbsuite] Un-xfail tests on Windows that are now passing (pt.3)Stella Stamenova
2018-12-19Simplify code for readability. (NFC)Adrian Prantl
2018-12-19Fix line endings.Zachary Turner
2018-12-19[NativePDB] Enable function-level-linking.test in native mode.Zachary Turner
2018-12-19[NativePDB] Fix a use after free and enable corresponding native test.Zachary Turner
2018-12-19[lldbsuite] Un-xfail tests on Windows that are now passing (pt.2)Stella Stamenova
2018-12-19[lldbsuite] Un-xfail tests on Windows that are now passingStella Stamenova
2018-12-19Show the memory region name if there is one in the output of the "memory regi...Greg Clayton
2018-12-19[lit] Make TestConvenienceVariables a cpp fileJonas Devlieghere
2018-12-19refactor testsuite spawnLldbMi args->exe+argsJan Kratochvil
2018-12-18Don't forget to free the libcompression scratch buffer in the dtor.Jason Molenda
2018-12-18[lit] Rather than including stdio.h, forward-declare printf in TestConvenienc...Stella Stamenova
2018-12-18Remove the zlib CFLAGS and LDFLAGS settings from the xcode project file.Jason Molenda
2018-12-18[NativePDB] Correctly reconstruct DeclContext for nested enums.Zachary Turner
2018-12-18Force libcompression calls to be enabled when building on DarwinJason Molenda
2018-12-18[lit] Use the new build.py script in the lldb-mi testsStella Stamenova
2018-12-18Un-conditionalize use of libcompression. debugserver only buildsJason Molenda
2018-12-18TestHelloWorld: Use a file on the target platform for synchronisation.Adrian Prantl
2018-12-18[CMake] Don't require libcxxabi on darwinJonas Devlieghere
2018-12-18[cmake] Make libcxx(abi) a dependency when building in-tree clang for macOSJonas Devlieghere
2018-12-18Reenable FindLibXml2 on Windows and confirm its at least 2.8 or newerNathan Lanza
2018-12-18Fix REQUIRES lineAdrian Prantl
2018-12-18ELF: Don't create sections for section header index 0Pavel Labath
2018-12-18Fix the "dangerous use of tempnam" warning in Host/SocketTest.cppPavel Labath
2018-12-18de-flake TestThreadStates.test_process_interruptPavel Labath
2018-12-18Skip TestMultithreaded.test_sb_api_listener_resume on linuxPavel Labath
2018-12-18Un-XFail TestYMMRegister on linuxPavel Labath