aboutsummaryrefslogtreecommitdiff
path: root/lldb
AgeCommit message (Expand)AuthorFilesLines
2023-06-14[lldb] Fix a warningKazu Hirata1-0/+225
2023-06-14[lldb][NFCI] Platforms should own their SDKBuild and SDKRootDirectory stringsAlex Langford7-56/+59
2023-06-14Add support for __debug_line_str in Mach-OAdrian Prantl2-0/+18
2023-06-14[lldb][AArch64] Add Scalable Matrix Extension option to QEMU launch scriptDavid Spickett2-5/+13
2023-06-13[lldb] Fix Debugger whitespace and formatting (NFC)Jonas Devlieghere2-18/+19
2023-06-13[lldb] Include <atomic> in LLDBAssertJonas Devlieghere1-0/+2
2023-06-13[lldb] Print lldbassert to debugger diagnosticsJonas Devlieghere5-12/+53
2023-06-13[lldb][NFCI] Remove StructuredData::Dictionary::GetValueForKeyAsString overlo...Alex Langford2-26/+9
2023-06-13[lldb] Default can_create to true in GetChildAtIndex (NFC)Dave Lee26-56/+56
2023-06-13[lldb][NFCI] Change return type of Properties::GetExperimentalSettingsNameAlex Langford3-4/+7
2023-06-13Revert "[lldb] Fix failure in TestStackCoreScriptedProcess on x86_64"Med Ismail Bennani3-6/+4
2023-06-13[lldb] Fix failure in TestStackCoreScriptedProcess on x86_64Med Ismail Bennani3-4/+6
2023-06-13[lldb] Improve corefile saving ergonomicsMed Ismail Bennani2-0/+9
2023-06-13[lldb] Default can_create to true in GetChildMemberWithName (NFC)Dave Lee26-133/+117
2023-06-13[lldb] Never print children if the max depth has been reachedAugusto Noronha4-35/+30
2023-06-13[lldb][NFCI] Remove use of ConstString from ListenerAlex Langford2-55/+21
2023-06-13[lldb][test] Re-XFAIL prefer-debug-over-eh-frame.testMichael Buch1-0/+1
2023-06-12[lldb] Change return type of UnixSignals::GetShortNameAlex Langford2-6/+4
2023-06-12[lldb] Remove lldb's DWARFAbbreviationDeclarationSet in favor of llvm'sAlex Langford6-372/+18
2023-06-12Speculative fix for windows testAdrian Prantl1-1/+1
2023-06-12[lldb][test] incomplete-tag-type.cpp: fix expected error messageMichael Buch1-1/+0
2023-06-12Streamline expression parser error messages.Adrian Prantl4-7/+6
2023-06-09[lldb][NFCI] Replace some static ConstStrings with StringLiterals in Disassem...Alex Langford1-2/+2
2023-06-09[lldb][NFCI] Delete unused member from SymbolFileSymtabAlex Langford1-3/+0
2023-06-08[lldb][NFCI] Remove use of ConstString from OptionValuePropertiesAlex Langford3-41/+44
2023-06-08[lldb][NFCI] Refactor TypeSystemClang::GetBasicTypeEnumerationAlex Langford3-57/+43
2023-06-08[lldb][NFCI] Remove use of ConstString from OptionValueLanguageAlex Langford1-3/+1
2023-06-08[lldb] Unconditionally increment depth when printing childrenAugusto Noronha5-7/+59
2023-06-08[lldb][NFCI] DecodedThread::TraceItemStorage::error should own its own dataAlex Langford5-10/+10
2023-06-08[lldb][NFC]Update debug (eh-frame) tests to work with new dwarwin MC changesVy Nguyen1-1/+0
2023-06-08[lldb][test] LogTest: Fix stack overflowMichael Buch1-1/+1
2023-06-07[lldb] Disable variable watchpoints when going out of scopeMed Ismail Bennani7-16/+168
2023-06-07[lldb] Reinvoke crashlog under lldb when run with -i from the command lineJonas Devlieghere1-3/+23
2023-06-07[lldb][NFCI] Change type of Broadcaster's nameAlex Langford6-22/+25
2023-06-07[NFC] Remove unneeded semicolon after function definitionJim Lin1-1/+1
2023-06-06[lldb/test] Fix target-label.test on FuchsiaMed Ismail Bennani1-0/+1
2023-06-06[lldb] Disable some tests on windowsMed Ismail Bennani2-0/+2
2023-06-06[lldb] Fix "NameError: name 'self' is not defined" when using crashlog -cJonas Devlieghere2-1/+2
2023-06-06[lldb] Remove __FUNCTION__ from log messages in lldbHost (NFC)Jonas Devlieghere4-33/+22
2023-06-06[lldb] Support file and function names in LLDB_LOGF macroJonas Devlieghere3-1/+43
2023-06-06[lldb/Commands] Fix disk completion from root directoryMed Ismail Bennani2-3/+20
2023-06-06[lldb/crashlog] Expand crash report file path before parsingMed Ismail Bennani1-10/+9
2023-06-06[lldb/Commands] Add support to auto-completion for user commandsMed Ismail Bennani37-396/+495
2023-06-06[lldb/Target] Add ability to set a label to targetsMed Ismail Bennani8-12/+144
2023-06-06[LLDB][PDB] Fix age field in UUID in PDB file.Zequan Wu2-6/+11
2023-06-06[lldb] fix dangling reference in `ClangHost.cpp`paperchalice1-1/+1
2023-06-05[lldb][NFCI] Change the way Process stores StructuredData pluginsAlex Langford2-35/+28
2023-06-05[lldb][NFCI] ConstString methods should take StringRefs by valueAlex Langford2-7/+7
2023-06-05[Demangle] convert microsoftDemangle to take a std::string_viewNick Desaulniers1-4/+4
2023-06-05[lldb][NFCI] Use size_t in OptionValuePropertiesAlex Langford5-32/+32