summaryrefslogtreecommitdiff
path: root/lldb/test/API/functionalities/memory
AgeCommit message (Expand)Author
2025-08-01[lldb] Ensure that TestMemoryCache.py reads allocated memory (#151635)Igor Kudrin
2025-06-13[lldb] CommandObjectMemoryFind: Improve expression evaluation error messages ...Michael Buch
2025-06-12[lldb][Commands][NFC] Extract memory find expression evaluation into helpers ...Michael Buch
2024-09-04[lldb] Fix and speedup the `memory find` command (#104193)Pavel Labath
2024-09-03[lldb] Remove limit on max memory read size (#105765)Jason Molenda
2024-09-03[lldb] Support partial memory reads on windows (#106981)Pavel Labath
2024-09-02[lldb/linux] Make truncated reads work (#106532)Pavel Labath
2024-08-22[lldb] Change the two remaining SInt64 settings in Target to uint (#105460)Jason Molenda
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-09-13[lldb] Fixed a number of typosGabriel Ravier
2022-06-17[lldb][tests] Automatically call compute_mydir (NFC)Dave Lee
2022-04-19[lldb] Handle empty search string in "memory find"David Spickett
2022-01-05Revert "Revert D109159 "[amdgpu] Enable selection of `s_cselect_b64`.""Nico Weber
2022-01-05Revert D109159 "[amdgpu] Enable selection of `s_cselect_b64`."David Salinas
2021-12-08[lldb] Unify two versions of TestMemoryReadPavel Labath
2021-11-17[lldb/test] Added lldbutil function to test a breakpointSYNOPSYS\georgiev
2021-09-30[lldb] Remove support for replaying the test suite from a reproducerJonas Devlieghere
2021-07-28[lldb] Add "memory tag write" commandDavid Spickett
2021-07-12[LLDB] Testsuite: Add helper to check for AArch64 targetMuhammad Omair Javaid
2021-06-25[lldb] Fix memory tag unsupported testDavid Spickett
2021-06-24Fix typo in TestMemoryTag.pyMuhammad Omair Javaid
2021-06-24[lldb][AArch64] Add "memory tag read" commandDavid Spickett
2021-04-12[lldb] Fix replaying TestMemoryRead.py from reproducerJonas Devlieghere
2021-04-06[lldb] Fix bug where memory read --outfile is not truncating the fileJonas Devlieghere
2021-02-03[lldb] Convert more assertTrue to assertEqual (NFC)Dave Lee
2020-02-20[lldb] Remove license headers from all test source filesRaphael Isemann
2020-02-13[lldb] Replace assertTrue(a == b, "msg") with assertEquals(a, b, "msg") in th...Raphael Isemann
2020-02-11[lldb][test] Remove symlink for API tests.Jordan Rupprecht