summaryrefslogtreecommitdiff
path: root/lldb/test/Shell/Commands
AgeCommit message (Expand)Author
2025-11-14[AArch64] Remove FEAT_TME assembly and ACLE support (#167687)Jonathan Thackray
2025-11-06[NFCI][lldb][test] Enable GNU POSIX extensions where necessary (#166768)Raul Tambre
2025-10-30[NFCI][lldb][test] Fix mismatched C/C++ substitutions (#165773)Raul Tambre
2025-09-15[lldb][TypeSystem] Enable colored AST dump (#86159)Michael Buch
2025-07-30[lldb] Remove %T from lit tests (#151343)Aiden Grossman
2025-07-16[lldb] Improve setting of program for filtering disassembly (#148823)David Spickett
2025-07-15[lldb][test] Disable riscv32 disassembly filter test on WindowsDavid Spickett
2025-07-14[lldb] Improve disassembly of unknown instructions (#145793)tedwoodward
2025-06-23[lldb] add plugin names to process save-core error output. (#143126)Ebuka Ezike
2025-06-17[lldb] Add support to list/enable/disable remaining plugin types. (#143970)David Peixotto
2025-06-09Add commands to list/enable/disable plugins (#134418)David Peixotto
2025-06-04[lldb] Do not accept invalid `process save-core` plugins (#142684)Ebuka Ezike
2025-06-03[lldb][test] Disable image dump ast test on WindowsDavid Spickett
2025-06-02[lldb] Add filter option to AST dump command (#142164)Michael Buch
2025-05-19[lldb] Update Xfail window (#140599)Vy Nguyen
2025-05-19[lldb][nfc]Make test "xfail" on windows (#140588)Vy Nguyen
2025-05-19[lldb][nfc]Temporarily disable test on non-x86 because output-redirec… (#14...Vy Nguyen
2025-05-19[lldb]Make `list` command work with headers when possible. (#139002)Vy Nguyen
2025-05-09[lldb][test] Skip beginning/end of file tests on WindowsDavid Spickett
2025-05-08[lldb] print a notice when `source list` paging reaches the end of th… (#13...Zax
2025-05-07[lldb] Fix block address resolution for functions in multiple sections (#137955)Pavel Labath
2025-04-25Add symbol locator time for each module in statistics (#137379)GeorgeHuyubo
2025-04-25Revert "Add symbol locator time for each module in statistics (#134563)"Kazu Hirata
2025-04-25Add symbol locator time for each module in statistics (#134563)GeorgeHuyubo
2025-03-10[lldb] Avoid force loading symbol files in statistics collection (#129593)David Peixotto
2025-02-21[lldb] Fixing edge cases in "source list" (#126526)Pavel Labath
2025-02-20[lldb] Fix RangeDataVector::CombineConsecutiveEntriesWithEqualData (#127059)Pavel Labath
2025-02-13[lldb] Correctly resolve (discontinuous) function offsets when disassembling ...Pavel Labath
2025-02-12[lldb] Support disassembling discontinuous functions (#126505)Pavel Labath
2025-02-07[lldb][Breakpoint] Allow whitespace in breakpoint address expression (#126053)Michael Buch
2024-11-12[lldb][test] Fix remote Shell tests failures on Windows host (#115716)Vladislav Dzhidzhoev
2024-11-11[lldb] Support overriding the disassembly CPU & features (#115382)Jonas Devlieghere
2024-11-11[lldb] Have disassembler show load addresses when using a core file (#115453)Pavel Labath
2024-11-08Revert "[AArch64] Reduce +sve2-aes to an alias of +sve-aes+sve2 (#114… (#11...SpencerAbson
2024-11-08[AArch64] Reduce +sve2-aes to an alias of +sve-aes+sve2 (#114293)SpencerAbson
2024-10-16Revert "[lldb] Fix command-expr-diagnostics.test for Windows (#112109)"Muhammad Omair Javaid
2024-10-16[lldb] Fix command-expr-diagnostics.test for Windows (#112109)Muhammad Omair Javaid
2024-10-15[LLDB]Provide clearer error message for invalid commands. (#111891)Vy Nguyen
2024-10-14[lldb] Expose structured command diagnostics via the SBAPI. (#112109)Adrian Prantl
2024-10-11Support inline diagnostics in CommandReturnObject (#110901)Adrian Prantl
2024-08-05[lldb] Rename `scripting template` to `scripting extension` (NFC) (#101935)Med Ismail Bennani
2024-08-02[lldb/test] Add test for the `scripting template list` command (#101726)Med Ismail Bennani
2024-07-11[lldb] Fix section printing to always align. (#98521)Greg Clayton
2024-05-09[AArch64] move extension information into tablgen (#90987)Tomas Matheson
2024-03-01[lldb] Fix `thread backtrace --count` (#83602)Jonas Devlieghere
2023-12-08[lldb][test] Disable image lookup colour test on Mac OSDavid Spickett
2023-12-08[lldb][test] Disable image lookup colour test on WindowsDavid Spickett
2023-12-08[lldb][test] Don't check line number in image lookup colour testDavid Spickett
2023-12-08[lldb] colorize symbols in image lookup with a regex pattern (#69422)taalhaataahir0102
2023-10-09[lldb] add stop-at-user-entry option to process launch (#67019)José Lira Junior