aboutsummaryrefslogtreecommitdiff
path: root/lldb/unittests
AgeCommit message (Expand)AuthorFilesLines
2023-08-05[lldb] Fix -Wsign-compare in TestSectionSize.cpp (NFC)Jie Fu1-2/+2
2023-08-04[lldb][PECOFF] Exclude alignment padding when reading section dataHiroshi Yamauchi2-0/+79
2023-07-26[lldb][PlatformDarwin] Parse SDK path for module compilation from debug-infoMichael Buch1-1/+236
2023-07-25[lldb][LocateModuleCallback] Call locate module callback in Platform tooKazuki Sakamoto1-76/+331
2023-07-22[unittest] Fix HighlighterTest.cpp after D151683Fangrui Song1-1/+1
2023-07-21[lldb] Consider OP_addrx in DWARFExpression::Update_DW_OP_addrFelipe de Azevedo Piovezan1-0/+5
2023-07-19[lldb][NFC] Refactor test to enable subsequent reuseFelipe de Azevedo Piovezan1-10/+17
2023-07-15[lldb][LocateModuleCallback] Fix LocateModuleCallbackTestKazuki Sakamoto1-108/+95
2023-07-14Disable GetOrCreateModuleWithCachedModule and GetOrCreateModuleWithCachedModu...Shubham Sandeep Rastogi1-1/+12
2023-07-14Revert "Revert "[lldb][LocateModuleCallback] Fix LocateModuleCallbackTest""Shubham Sandeep Rastogi1-1/+6
2023-07-14Revert "Revert "[lldb][LocateModuleCallback] Call locate module callback""Shubham Sandeep Rastogi6-1/+685
2023-07-14Revert "[lldb][LocateModuleCallback] Call locate module callback"Shubham Sandeep Rastogi6-685/+1
2023-07-14Revert "[lldb][LocateModuleCallback] Fix LocateModuleCallbackTest"Shubham Sandeep Rastogi1-6/+1
2023-07-13[lldb] Add missing StringExtras.h includesElliot Goodrich2-0/+2
2023-07-12[lldb][LocateModuleCallback] Fix LocateModuleCallbackTestKazuki Sakamoto1-1/+6
2023-07-12[lldb][LocateModuleCallback] Call locate module callbackKazuki Sakamoto6-1/+685
2023-07-03[lldb] Add two-level caching in the source managerJonas Devlieghere1-4/+4
2023-06-27[lldb] Avoid FileSystem::Resolve for cached files in the SourceManagerJonas Devlieghere1-3/+31
2023-06-26FileSystem::EnumerateDirectory should skip entries w/o Status, not haltJason Molenda1-0/+13
2023-06-26[lldb][NFCI] Remove unneeded ConstString constructions for OptionValuePropert...Alex Langford1-3/+2
2023-06-26[lldb][NFCI] Timer::DumpCategoryTimes should take a reference instead of a po...Alex Langford1-4/+4
2023-06-23[lldb] Print unprintable characters as unsignedJonas Devlieghere1-0/+8
2023-06-21[lldb] Add register field tables to the "register info" commandDavid Spickett1-9/+31
2023-06-21[LLDB] Add table formatting for register fieldsDavid Spickett1-0/+118
2023-06-21[lldb] Add "register info" commandDavid Spickett2-0/+83
2023-06-20[lldb][Android] Add platform.plugin.remote-android.package-nameKazuki Sakamoto1-0/+64
2023-06-20[lldb][Android] Add PlatformAndroidTestKazuki Sakamoto2-0/+167
2023-06-20[lldb][Android] Support zip .so fileKazuki Sakamoto4-0/+89
2023-06-20[lldb][ObjectFileELF] Set ModuleSpec file offset and sizeKazuki Sakamoto4-0/+35
2023-06-16[lldb] Fix MainLoopTest for changes in D152712Pavel Labath1-1/+2
2023-06-15[lldb][TerminalTest] Fix assertion failureKazuki Sakamoto1-0/+3
2023-06-12[lldb] Remove lldb's DWARFAbbreviationDeclarationSet in favor of llvm'sAlex Langford1-247/+0
2023-06-08[lldb][test] LogTest: Fix stack overflowMichael Buch1-1/+1
2023-06-06[lldb] Support file and function names in LLDB_LOGF macroJonas Devlieghere1-0/+22
2023-06-03[CMake] Ensure `CLANG_RESOURCE_DIR` is respected.paperchalice1-5/+5
2023-06-03Revert "[CMake] Ensure `CLANG_RESOURCE_DIR` is respected."Martin Storsjö1-5/+5
2023-06-02[CMake] Ensure `CLANG_RESOURCE_DIR` is respected.paperchalice1-5/+5
2023-05-31HostInfoMacOS: Add a utility function for finding an SDK-specific toolAdrian Prantl1-0/+17
2023-05-30[lldb] Introduce FileSpec::GetComponentsAlex Langford1-0/+30
2023-05-29Revert "Revert "Host: generalise `GetXcodeSDKPath`""Saleem Abdulrasool1-1/+2
2023-05-23[lldb][test] Fix -Wsign-compare in GDBRemoteCommunicationClientTest.cpp (NFC)Jie Fu1-1/+1
2023-05-22[lldb] Add support for negative integer to {SB,}StructuredDataMed Ismail Bennani2-6/+21
2023-05-19Work around a modularization issue in the Python headers.Adrian Prantl1-0/+6
2023-05-18[lldb] Refactor ObjCLanguage::MethodNameAlex Langford1-36/+36
2023-05-18[lldb][NFCI] Switch to using llvm::DWARFAbbreviationDeclarationAlex Langford1-25/+26
2023-05-15[lldb] Fix lua build after 27b6a4e63afeAlex Langford1-2/+4
2023-05-14[lldb] Complete OptionValue cleanup (NFC)Jonas Devlieghere1-7/+7
2023-05-10[lldb] Mark most SBAPI methods involving private types as protected or privateAlex Langford4-117/+99
2023-05-06[lldb] Fix language label in ObjC Language unittestCaroline Tice1-1/+1
2023-05-04[lldb] Move Core/FileSpecList -> Utility/FileSpecList (NFC)Jonas Devlieghere1-1/+1