summaryrefslogtreecommitdiff
path: root/lldb/test/API/functionalities
AgeCommit message (Expand)Author
2025-07-11When running OS Plugins from dSYM's, make sure start state is correct (#146441)jimingham
2025-07-11[LLDB] Add formatters for MSVC STL std::shared_ptr (#147575)nerix
2025-07-11[lldb][test] Combine libstdc++ and libc++ iterator tests into generic test (#...Michael Buch
2025-07-10[lldb] Support specifying a language for breakpoint conditions (#147603)Jonas Devlieghere
2025-07-09[lldb][test] Move std::function from libcxx to generic directory (#147701)Michael Buch
2025-07-09[lldb][test] Move std::initializer_list from libcxx to generic directory (#14...Michael Buch
2025-07-09[lldb][test] Fix MSVC std::string formatter testsMichael Buch
2025-07-09[lldb][test] Move std::ranges::ref_view from libcxx to generic directory (#14...Michael Buch
2025-07-09[lldb][test] Merge MSVC STL std::(u8)string tests into generic directory (#14...Michael Buch
2025-07-09[lldb][test] Move std::valarray from libcxx to generic directory (#147704)Michael Buch
2025-07-09[lldb][test] Move std::unordered_map::iterator from libcxx to generic… (#14...Michael Buch
2025-07-09[lldb][test] Move std::span from libcxx to generic directory (#147680)Michael Buch
2025-07-09[lldb][test] Move std::string_view from libcxx to generic directory (#147563)Michael Buch
2025-07-08[lldb][test] Move std::queue from libcxx to generic directory (#147529)Michael Buch
2025-07-08[lldb][Formatters] Consistently unwrap pointer element_type in std::shared_pt...Michael Buch
2025-07-08[lldb][test] Combine libstdc++ and libc++ std::string tests into generic test...Michael Buch
2025-07-08[lldb][test] Combine libstdc++ and libc++ std::variant tests into generic tes...Michael Buch
2025-07-08[LLDB] Add type summaries for MSVC STL strings (#143177)nerix
2025-07-08[lldb][test] Combine libstdc++ and libc++ tuple tests into generic test (#147...Michael Buch
2025-07-07[lldb][test] Fix libstdc++ std::variant formatter tests for valueless variant...Michael Buch
2025-07-07[lldb][test] Combine libstdc++ and libc++ std::shared_ptr tests into generic ...Michael Buch
2025-07-07[lldb][Formatters] Add shared/weak count to libstdc++ std::shared_ptr summary...Michael Buch
2025-07-07[lldb][test] Split out libc++ std::string tests that check corrupted strings ...Michael Buch
2025-07-07[lldb][Formatter] Consolidate libstdc++ and libc++ unique_ptr formatter tests...Michael Buch
2025-07-07[lldb][test] Combine libstdc++ and libc++ std::map tests into generic test (#...Michael Buch
2025-07-07[lldb][Formatters] Make libc++ and libstdc++ std::shared_ptr formatters consi...Michael Buch
2025-07-07[lldb][test] Combine libstdc++ and libc++ vector<bool> tests into generic tes...Michael Buch
2025-07-04[lldb][Formatters] Fix weak reference count for std::shared_ptr/std::weak_ptr...Michael Buch
2025-07-04[lldb][DataFormatter] Format libstdc++ unique_ptr like we do libc++ (#146909)Michael Buch
2025-07-04[lldb][test] Skip pointer to std::unordered_map formatter tests on older Clan...Michael Buch
2025-07-03[lldb] Add SB API to make a breakpoint a hardware breakpoint (#146602)Jonas Devlieghere
2025-07-03[lldb] Take a sledgehammer approach to resizing the statusline (#146578)Jonas Devlieghere
2025-07-03[lldb][test] Consolidate libstdc++ and libc++ vector formatter tests into gen...Michael Buch
2025-07-03[lldb][test] Run generic set formatter test-case on specified STL (#146882)Michael Buch
2025-07-03[lldb][test] Turn std::chrono libcxx test generic (#146873)Michael Buch
2025-07-03[lldb][test] Turn std::atomic libcxx test generic (#146843)Michael Buch
2025-07-03[lldb][test] Synchronize `__compressed_pair_padding` with libc++ (#142516)A. Jiang
2025-07-02[lldb][test] Consolidate generic and libcxx std::deque formatter tests (#146697)Michael Buch
2025-07-02[lldb][test][NFC] Rename libcxx unordered_map tests to unordered_map-iteratorMichael Buch
2025-07-02[lldb][test] Add tests for formatting pointers to std::unordered_mapMichael Buch
2025-07-01[lldb] Fix the hardware breakpoint decorator (#146609)Jonas Devlieghere
2025-07-01[lldb] Use EL_REFRESH to refresh EditlineJonas Devlieghere
2025-06-30[lldb] Correctly restore the cursor column after resizing the statusline (#14...Jonas Devlieghere
2025-06-27[lldb] Fix evaluating expressions without JIT in an object context (#145599)Igor Kudrin
2025-06-27[LLDB] Update DIL to handle smart pointers; add more tests. (#143786)cmtice
2025-06-27[lldb][test] Disable TestLocationsAfterRebuild.py on WindowsDavid Spickett
2025-06-26Fix a bug in the breakpoint ID verifier in CommandObjectBreakpoint. (#145994)jimingham
2025-06-26Reland "[lldb][target] Add progress report for wait-attaching to proc… (#14...Chelsea Cassanova
2025-06-26[lldb][DataFormatter] Unwrap reference type when formatting std::unordered_ma...Michael Buch
2025-06-25[lldb] Fix qEcho message handling. (#145675)eleviant