summaryrefslogtreecommitdiff
path: root/lldb/test/API/commands/target
AgeCommit message (Expand)Author
2025-11-17[LLDB] Fix test compilation errors under asan (NFC) (#168408)Adrian Prantl
2025-11-07Fix a crash when a stop hook deletes itself in its callback. (#160416)jimingham
2025-07-07Defer loading all DWOs by default when dumping separate_debug-info (#146166)qxy11
2025-06-05[lldb] Fix linux x64 test (#143048)Prabhu Rajasekaran
2025-05-01Make stop-hooks fire when lldb first gains control of a process. (#137410)jimingham
2025-04-01Fix handling of auto_continue for stop hooks (#129622)Julian Lettner
2025-03-03Fix a bug copying the stop hooks from the dummy target. (#129340)jimingham
2025-02-28[lldb] fix(lldb/**.py): fix invalid escape sequences (#94034)Eisuke Kawashima
2024-12-04[LLDB] Fix crash in TypeSystemClang::GetIndexofChildMemberWithName. (#117808)cmtice
2024-11-08[lldb] Fixed TestTargetCommand.py in case of Windows host and Linux target (#...Dmitry Vasilyev
2024-10-16[lldb] Support tests with nested make invocations on Windows 2/2 (#112360)Stefan Gränitz
2024-09-20[lldb/Interpreter] Introduce ScriptedStopHook{,Python}Interface & make use of...Med Ismail Bennani
2024-09-20Revert "[lldb] Fix SWIG wrapper compilation error"David Spickett
2024-09-19[lldb/Interpreter] Introduce `ScriptedStopHook{,Python}Interface` & make use ...Med Ismail Bennani
2024-06-12[lldb] Fix linker flags in lldb testsFelipe de Azevedo Piovezan
2024-06-12[lldb][test] Disable PIE for some API tests (#93808)Vladislav Dzhidzhoev
2024-03-25Add register lookup as another fallback computation for address-expressions (...jimingham
2024-02-19[Reland] Report only loaded debug info in statistics dump (#81706) (#82207)Wanyi
2024-02-01Fix debug info size statistics for split dwarf (#80218)jeffreytan81
2023-11-20[lldb][split-dwarf] implement GetSeparateDebugInfo for SymbolFileOnDemand (#7...Tom Yang
2023-11-16Clarify error messages on corefiles that no plugin handles (#72559)Jason Molenda
2023-11-02[lldb][split-dwarf] Add --errors-only argument separate-debug-info list (#71000)Tom Yang
2023-10-12quick fix for TestDumpDwoTom Yang
2023-10-12Add `target modules dump separate-debug-info` (#66035)Tom Yang
2023-05-25[NFC][Py Reformat] Reformat python files in lldbJonas Devlieghere
2023-05-22[lldb] Add support for negative integer to {SB,}StructuredDataMed Ismail Bennani
2023-02-08[lldb][test] Fix function references to function calls (NFC)Dave Lee
2023-01-25[lldb][test] Replace use of p with expression (NFC)Dave Lee
2022-08-12[lldb] Skip target variable tests on Darwin because of chained fixupsJonas Devlieghere
2022-07-13[lldb] Add image dump pcm-info commandDave Lee
2022-06-27Have CommandObjectParsed check for "commands that take no arguments".Jim Ingham
2022-06-17[lldb][tests] Automatically call compute_mydir (NFC)Dave Lee
2022-06-17[lldb] [test] Update baseline test status for FreeBSDMichał Górny
2022-06-02[lldb, test] Fix typos in the lldb testsVenkata Ramanaiah Nalamothu
2022-01-15[lldb] Correctly display the number of types foundJonas Devlieghere
2021-10-25[lldb] Skip tests for target var without a proc on both arm64 & arm64eJonas Devlieghere
2021-10-19[lldb] Allow dumping the state of all scratch TypeSystemsRaphael Isemann
2021-10-17[lldb] Skip target variable test on ASJonas Devlieghere
2021-10-13[lldb] Skip several lldb tests that are flaky on WindowsStella Stamenova
2021-09-30[lldb] Remove support for replaying the test suite from a reproducerJonas Devlieghere
2021-07-22Fix the logic so stop-hooks get run after a breakpoint that ran an expressionJim Ingham
2021-04-01[lldb] Un-XFAIL TestAutoInstallMainExecutable on WindowsStella Stamenova
2021-04-01[lldb] Rewrite TestAutoInstallMainExecutable logicPavel Labath
2021-03-24[lldb] Add llgs_test decorator back to TestAutoInstallMainExecutableRaphael Isemann
2021-03-18[lldb] Fix TestAutoInstallMainExecutable.pyPavel Labath
2020-12-18[lldb/test] Reduce boilerplate in lldb-server testsPavel Labath
2020-12-07[lldb] [test] Link FreeBSD test failures to bugsMichał Górny
2020-11-18[lldb] Fix a couple of remote llgs testsDavid Spickett
2020-11-03[lldb] [test] Update XFAILs/skips for FreeBSDMichał Górny
2020-10-08[LLDB] On Windows, fix testsAlexandre Ganea