summaryrefslogtreecommitdiff
path: root/lldb/test/API/functionalities
AgeCommit message (Expand)Author
2023-03-06[lldb] Add variable completion to dwim-printDave Lee
2023-03-03[lldb/swig] Fix ref counting issue in SBProcess::GetScriptedImplementationMed Ismail Bennani
2023-03-03[lldb/Plugins] Add memory writing capabilities to Scripted ProcessMed Ismail Bennani
2023-03-03[lldb/Plugins] Clean-up Scripted Process interface requirements (NFC)Med Ismail Bennani
2023-03-03[lldb/Plugins] Add Attach capabilities to ScriptedProcessMed Ismail Bennani
2023-03-03Add HitCount into Breakpoint statisticsJeffrey Tan
2023-03-03[lldb][TypeSystemClang] Use the CXXFunctionPointerSummaryProvider for member-...Michael Buch
2023-03-03[lldb][TypeSystemClang] Format pointers to member functions as eFormatHexMichael Buch
2023-02-19Recommit "[Support] change StringMap hash function from djbHash to xxHash"Erik Desjardins
2023-02-13[Test][lldb] Fix YAML mapping keys duplication. NFC.Anton Sidorenko
2023-02-10[lldb] Add an SB API to get progress events as SBStructuredDataJonas Devlieghere
2023-02-10[lldb][Test] Check compiler in data forammter compiler version checksMichael Buch
2023-02-08[lldb][test] Fix function references to function calls (NFC)Dave Lee
2023-02-08Revert "[Support] change StringMap hash function from djbHash to xxHash"Erik Desjardins
2023-02-07[Support] change StringMap hash function from djbHash to xxHashErik Desjardins
2023-02-06[lldb/Plugins] Fix method dispatch bug when using multiple scripted processesMed Ismail Bennani
2023-02-03[lldb] Add a way to get a scripted process implementation from the SBAPIMed Ismail Bennani
2023-02-03[lldb] Enable arm64 target for entry values testFelipe de Azevedo Piovezan
2023-02-02[lldb][Test] Fix import-std-module and data-formatter tests on older compilersMichael Buch
2023-01-31[LLDB] Do not dereference promise pointer in `coroutine_handle` pretty printerAdrian Vogelsgesang
2023-01-30[lldb/test] Skip TestStackCoreScriptedProcess if Asan is enabledMed Ismail Bennani
2023-01-27Reland "[lldb] Add support for DW_AT_default_value in template params"Michael Buch
2023-01-27[lldb][test] Set minimum compiler_versionsDave Lee
2023-01-27Revert "[lldb] Add support for DW_AT_default_value in template params"David Spickett
2023-01-27[lldb] Add support for DW_AT_default_value in template paramsMichael Buch
2023-01-25[lldb][test] Replace use of p with expression (NFC)Dave Lee
2023-01-25[lldb] Consider all breakpoints in breakpoint detectionPavel Kosov
2023-01-20[lldb][test] Skip TestRerunAndExprDylib on Ubuntu 18.04Dave Lee
2023-01-19Remove the undocumented `help` subcommand.Jim Ingham
2023-01-12[lldb/test] Fix data racing issue in TestStackCoreScriptedProcessMed Ismail Bennani
2023-01-12[lldb/test] Disable TestScriptedProcess.py on linux while investigating the i...Med Ismail Bennani
2023-01-12[lldb] Add ScriptedPlatform python implementationMed Ismail Bennani
2023-01-03[LLDB] Skip TestThreadSpecificBreakpoint.py on AArch64/WindowsMuhammad Omair Javaid
2023-01-03[lldb][Test] TestDataFormatterLibcxxRangesRefView.py: skip on old compiler ve...Michael Buch
2022-12-16[lldb] Report clang module build remarksDave Lee
2022-12-16Fix a syntax errorAdrian Prantl
2022-12-15[lldb][Test] TestRerunAndExpr.py: explicitly delete a.out before rebuilding itMichael Buch
2022-12-12[lldb] Modify TestThreadJump to work around a change in clang's debug_line ge...Pavel Labath
2022-12-08[lldb][Test] TestRerunAndExpr.py: explicitly delete a.out before rebuilding itMichael Buch
2022-12-06[lldb][Test] TestRerunAndExpr.py: skip on WindowsMichael Buch
2022-12-05[lldb][Test] TestRerunAndExprDylib.py on Linux: dlclose solib to force destru...Michael Buch
2022-12-05Reland "[lldb][Target] Flush the scratch TypeSystem when owning lldb_private:...Michael Buch
2022-12-02Revert "[lldb][Target] Flush the scratch TypeSystem when owning lldb_private:...Michael Buch
2022-12-02[lldb][Target] Flush the scratch TypeSystem when owning lldb_private::Module ...Michael Buch
2022-11-30Report which modules have forcefully completed types in statistics.Greg Clayton
2022-11-30[DataFormatter] Fix variant npos with `_LIBCPP_ABI_VARIANT_INDEX_TYPE_OPTIMIZ...Jordan Rupprecht
2022-11-30[lldb][DataFormatter] Add std::ranges::ref_view formatterMichael Buch
2022-11-29[test] Allow libc++ namespaces besides `__1`Jordan Rupprecht
2022-11-29[test] Implement layout for unstable std::string garbage formatter tests.Jordan Rupprecht
2022-11-25Revert "[LLDB] Recognize `std::noop_coroutine()` in `std::coroutine_handle` p...Jason Molenda