summaryrefslogtreecommitdiff
path: root/lldb/test/API/functionalities/tail_call_frames
AgeCommit message (Expand)Author
2025-08-03[lldb][test] Skip tail_call_frames tests on older Clang versionsMichael Buch
2025-08-01[lldb][test] Un-XFAIL tail_call_frames tests on Linux arm/arm64Michael Buch
2025-05-27[lldb][NFC] update API tests which skip/expect-fail armJason Molenda
2025-04-13[lldb][Format] Display only the inlined frame name in backtraces if available...Michael Buch
2024-10-16[lldb] Support tests with nested make invocations on Windows 2/2 (#112360)Stefan Gränitz
2024-02-16[lldb] Replace assertEquals with assertEqual (NFC) (#82073)Jonas Devlieghere
2023-05-25[NFC][Py Reformat] Reformat python files in lldbJonas Devlieghere
2022-10-27[lldb][test] Remove empty setUp/tearDown methods (NFC)Dave Lee
2022-06-17[lldb][tests] Automatically call compute_mydir (NFC)Dave Lee
2022-06-02[lldb, test] Fix typos in the lldb testsVenkata Ramanaiah Nalamothu
2022-04-08Reland "[Driver] Default CLANG_DEFAULT_PIE_ON_LINUX to ON""Fangrui Song
2022-04-07Revert "Reland "[Driver] Default CLANG_DEFAULT_PIE_ON_LINUX to ON"""Nico Weber
2022-04-06Reland "[Driver] Default CLANG_DEFAULT_PIE_ON_LINUX to ON""Fangrui Song
2022-02-26Revert "[Driver] Default CLANG_DEFAULT_PIE_ON_LINUX to ON"Nikita Popov
2022-02-25[LLDB] XFAIL TestUnambiguousTailCalls.py for Arm/LinuxMuhammad Omair Javaid
2022-01-23Rough guess at fixing lldb tests to handle Clang defaulting to DWARFv5David Blaikie
2021-06-22[lldb] Adjust Clang version requirements for tail_call_frames testsRaphael Isemann
2021-02-06[lldb] Use assertIn/NotIn over assertTrue/False (NFC)Dave Lee
2020-08-06[lldb] Use target.GetLaunchInfo() instead of creating an empty one.Jonas Devlieghere
2020-06-08[lldb/DWARF] Fix PC value for artificial tail call frames for the "GNU" casePavel Labath
2020-06-02[lldb] Skip tests exercising DW_OP_GNU_entry_value with dsymutilPavel Labath
2020-06-02[lldb/DWARF] Add support for pre-standard GNU call site attributesPavel Labath
2020-03-24[lldb/DWARF] Reland: Use DW_AT_call_pc to determine artificial frame addressVedant Kumar
2020-03-24Revert "[lldb/DWARF] Use DW_AT_call_pc to determine artificial frame address"Vedant Kumar
2020-03-24[lldb/DWARF] Use DW_AT_call_pc to determine artificial frame addressVedant Kumar
2020-02-20[lldb] Remove license headers from all test source filesRaphael Isemann
2020-02-11[lldb][test] Remove symlink for API tests.Jordan Rupprecht