aboutsummaryrefslogtreecommitdiff
path: root/lldb
AgeCommit message (Expand)AuthorFilesLines
2020-09-12[MinGW] Use lib prefix for librariesMateusz Mikuła1-2/+2
2020-09-11[lldb] Use GetNonKVOClassDescriptor to get the NSDictionary class descriptorJonas Devlieghere1-1/+1
2020-09-11[lldb] Add test for CFMutableDictionaryRefJonas Devlieghere2-1/+5
2020-09-11[lldb/API] Add Breakpoint::SerializeToStructuredData to SBAPIMed Ismail Bennani4-2/+59
2020-09-10[lldb] Add missing LLDB_REGISTER_CONSTRUCTOR in SBPlatformJonas Devlieghere1-36/+33
2020-09-10[NFC] Fix whitespace in lldb-vscode --helpJordan Rupprecht1-1/+1
2020-09-10[lldb, tests] Correctly configure the yaml2obj pathsStella Stamenova2-1/+2
2020-09-10[lldb] [netbsd] Avoid comparison of signed and unsigned integersKamil Rytarowski1-1/+1
2020-09-09[lldb] Pass the arch as part of the triple in the ARCH_CFLAGSJonas Devlieghere1-2/+2
2020-09-09[debugserver] Extract function for default launch flavorDave Lee1-55/+33
2020-09-09[lldb/Docs] Correct LLDB_ENABLE_TESTS to LLDB_INCLUDE_TESTSDave Lee1-2/+2
2020-09-09[lldb] Enable std::pair in CxxModuleHandlerRaphael Isemann4-0/+35
2020-09-09[lldb] Fix a crash when the ASTImporter is giving us two Imported callbacks f...Raphael Isemann2-2/+45
2020-09-09[lldb] Don't infinite loop in SemaSourceWithPriorities::CompleteType when try...Raphael Isemann7-9/+80
2020-09-09[lldb][doc] Mention python3-dev instead of python2.7-dev in build docsRaphael Isemann1-1/+1
2020-09-08Revert "Retry of D84974"Walter Erquinigo11-363/+82
2020-09-08Retry of D84974Walter Erquinigo11-82/+363
2020-09-07Move NativeRegisterContextLinux/RegisterContextPOSIX*_arm to RegisterInfoAndS...Muhammad Omair Javaid12-282/+182
2020-09-07Move targetHasSVE function to lldbtest.pyMuhammad Omair Javaid2-25/+25
2020-09-04[lldb][NFC] Rewrite CPP11EnumTypes test to make it fasterRaphael Isemann2-181/+66
2020-09-04[lldb] Speed up TestValueObjectRecursion by making it a no_debug_info_testRaphael Isemann1-0/+2
2020-09-04Revert "[lldb] avoid assert in threadsanitizer tests on linux"Raphael Isemann1-2/+0
2020-09-03[lldb] avoid assert in threadsanitizer tests on linuxLuboš Luňák1-0/+2
2020-09-03[lldb-vscode] Fix TestVSCode_moduleWalter Erquinigo1-3/+2
2020-09-03[lldb] Improve test failure reporting for expect()David Spickett2-41/+174
2020-09-03[lldb/Interpreter] Fix language detection for the REPL InitFileMed Ismail Bennani1-10/+8
2020-09-03[lldb] Make symbol list output from `image dump symtab` not depend on interna...Raphael Isemann2-9/+14
2020-09-03[lldb] Remove a stray semicolon, fixing pedantic GCC warnings. NFC.Martin Storsjö1-1/+1
2020-09-03[lldb] Remove debugserver specific string from TestAbortExitCode checkRaphael Isemann1-1/+1
2020-09-03[debugserver] Fix that debugserver's stop reply packets always return signal ...Raphael Isemann3-1/+10
2020-09-02[lldb] Add reproducer verifierJonas Devlieghere11-32/+373
2020-09-02[lldb] Pass -fno-objc-exceptions for objcxx targetsJonas Devlieghere2-0/+5
2020-09-02[lldb] Always record both the working and home directory.Jonas Devlieghere1-3/+4
2020-09-02[lldb/Gui] zero-initialize children_stop_idJordan Rupprecht1-9/+8
2020-09-02Revert de6caf871be79dc7549aebe4e4fb57d52f6ed202 and 51128b670d4f757132e927c4f...Walter Erquinigo11-366/+82
2020-09-02Fix de6caf871be79dc7549aebe4e4fb57d52f6ed202Walter Erquinigo1-0/+1
2020-09-02run in terminalWalter Erquinigo11-82/+365
2020-09-02[lldb/test] Fix TestPlatform*.py Windows failures (NFC)Med Ismail Bennani1-1/+1
2020-09-02[lldb/Host] Add missing proc statesJordan Rupprecht1-21/+20
2020-09-02[lldb/Target] Add custom interpreter option to `platform shell`Med Ismail Bennani20-41/+258
2020-09-01[lldb] Move ScriptCommand and RegexCommand under Commands (NFC)Jonas Devlieghere8-15/+12
2020-09-01Simplify Symbol Status Message to Only Debug Info SizeYifan Shen2-15/+5
2020-09-02[lldb/interpreter] Improve REPL init file compatibilityMed Ismail Bennani3-11/+13
2020-09-01Revert "[lldb] Add reproducer verifier"Raphael Isemann11-373/+32
2020-08-31[CMake] Use find_library for ncursesPetr Hosek1-2/+2
2020-08-31[lldb] Add reproducer verifierJonas Devlieghere11-32/+373
2020-08-31[lldb] tab completion for class `CommandObjectTypeFormatterDelete`Gongyu Deng3-0/+64
2020-08-31[lldb][NFC] Remove trailing whitespace in TestCompletionRaphael Isemann1-7/+7
2020-08-31[lldb] Fix TestCompletion's pid completion failing randomlyRaphael Isemann2-3/+14
2020-08-31[lldb] Don't crash when LLDB can't extract the tsan reportRaphael Isemann1-1/+3