aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/Shell/Settings
AgeCommit message (Expand)AuthorFilesLines
2025-10-30[NFCI][lldb][test] Fix mismatched C/C++ substitutions (#165773)Raul Tambre14-25/+25
2025-09-01[lldb][test] Use lld on Windows in frame format test (#156320)David Spickett1-1/+4
2025-07-17[lldb][test] TestChildDepthTruncation: don't force DWARFMichael Buch1-1/+1
2025-07-17[lldb] Adjust default target.max-children-depth (#149282)Michael Buch1-0/+84
2025-07-17[lldb][test] Fix TestChildCountTruncation on Windows (#149322)David Spickett1-4/+1
2025-07-17[lldb][test] Disable TestChildCountTruncation on WindowsDavid Spickett1-0/+3
2025-07-17[lldb][test] TestChildCountTruncation.test: add missing commandMichael Buch1-1/+2
2025-07-16[lldb] Print children-count warning for dwim-print and expr (#149088)Michael Buch1-0/+67
2025-07-12[lldb][Format] Fall back to old function.name-with-args if language frame for...Michael Buch1-0/+32
2025-06-06[lldb][test] Add more context for frame format testDavid Spickett1-0/+4
2025-06-06[lldb][test] Fix TestFrameFunctionInlined on WindowsDavid Spickett1-4/+9
2025-06-05[lldb][Format] Add [inlined] marker to names of inlined frames (#142952)Michael Buch1-0/+34
2025-06-04[lldb][test] Disable TestCxxFrameFormatRecursive on LinuxDavid Spickett1-0/+2
2025-05-28[Demangling] Refactor Demangler range tracking (#140762)Charles Zablit1-0/+24
2025-04-29[lldb][test] Skip TestFrameFormatFunctionSuffix.test on WindowsMichael Buch1-1/+1
2025-04-29Reland "[lldb][Format] Make function name frame-format variables work without...Michael Buch6-4/+32
2025-04-29[lldb][Format] Add function.suffix frame-format variable (#137763)Michael Buch1-0/+23
2025-04-29Revert "[lldb][Format] Make function name frame-format variables work without...Michael Buch6-32/+4
2025-04-28[lldb][Format] Make function name frame-format variables work without debug-i...Michael Buch6-4/+32
2025-04-27[lldb][test] TestFrameFormat: set breakpoints by nameMichael Buch2-2/+2
2025-04-27[lldb][test] FrameFormat tests: Specify filename when setting breakpointsMichael Buch5-5/+5
2025-04-26[lldb][test] XFAIL TestCxxFrameFormat.test for Windows targetMichael Buch1-0/+2
2025-04-26[lldb][test] XFAIL FrameFormat tests on Windows againMichael Buch7-0/+14
2025-04-26[lldb][test] Un-XFAIL TestCxxFrameFormat.test for nowMichael Buch1-2/+0
2025-04-26[lldb][test] Make sure we compile FrameFormat tests with DWARFMichael Buch15-26/+15
2025-04-26[lldb][test] Fix/XFAIL FrameFormat tests on WindowsMichael Buch8-5/+17
2025-04-26[lldb][test] Skip Objective-C FrameFormat tests on WindowsMichael Buch3-0/+6
2025-04-25[lldb][CPlusPlus] Add plugin.cplusplus.display.function-name-format setting (...Michael Buch5-0/+161
2025-04-25[lldb][Format] Introduce new frame-format variables for function parts (#131836)Michael Buch13-2/+399
2025-04-13[lldb][Format] Display only the inlined frame name in backtraces if available...Michael Buch1-4/+4
2024-10-07[lldb][test] Support remote run of Shell tests (#95986)Vladislav Dzhidzhoev2-5/+6
2024-01-18[lldb][Format] Fix missing inlined function names in frame formatting. (#78494)Zequan Wu3-27/+62
2023-08-28[LLDB] Fix tab size settings testswalter erquinigo1-1/+1
2023-05-01[lldb] Remove TestExternalEditor.testJonas Devlieghere1-4/+0
2023-05-01[lldb] Add debugger.external-editor settingJonas Devlieghere1-0/+4
2023-03-17[lldb][test] Replace use of p with expression in Shell tests (NFC)Dave Lee3-4/+4
2023-02-01[lldb] Enable TestFrameFormatNameWithArgs in case of cross compilationAyush Sahay1-1/+1
2022-11-03[lldb][Test] Make TestFrameFormatNameWithArgs.test more compatible across pla...Michael Buch2-21/+18
2022-10-31[lldb][Test] Fix TestFrameFormatNameWithArgs.test on Windows/LinuxMichael Buch1-0/+1
2022-10-31[lldb][Test] Fix TestFrameFormatNameWithArgs.test on LinuxMichael Buch1-5/+5
2022-10-31[lldb][CPlusPlus] Implement CPlusPlusLanguage::GetFunctionDisplayNameMichael Buch2-0/+70
2021-12-28Fix "settings set -g" so it works again.Greg Clayton1-0/+5
2021-11-04[lldb] Fix TestEchoCommands.test againLawrence D'Anna1-1/+5
2021-11-02[lldb] update TestEchoCommandsLawrence D'Anna2-3/+5
2020-12-10[lldb] Fix that symbols.clang-modules-cache-path is never initializedRaphael Isemann1-0/+9
2020-05-05[lldb/Driver] Exit with a non-zero exit code in case of error in batch mode.Jonas Devlieghere2-5/+5
2020-02-24[lldb] Color the line markerJonas Devlieghere1-0/+17
2020-02-24[lldb/Test] Update TestDisassemblyFormat for new formatJonas Devlieghere1-1/+1
2019-12-12[FormatEntity] Add mangled function name supportMed Ismail Bennani2-0/+27
2019-10-31[lldb/lit] Introduce %clang_host substitutionsPavel Labath2-2/+2