aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/API/commands/target
AgeCommit message (Expand)AuthorFilesLines
2025-11-17[LLDB] Fix test compilation errors under asan (NFC) (#168408)Adrian Prantl1-1/+1
2025-11-07Fix a crash when a stop hook deletes itself in its callback. (#160416)jimingham2-0/+58
2025-07-07Defer loading all DWOs by default when dumping separate_debug-info (#146166)qxy112-3/+72
2025-06-05[lldb] Fix linux x64 test (#143048)Prabhu Rajasekaran1-6/+10
2025-05-01Make stop-hooks fire when lldb first gains control of a process. (#137410)jimingham6-2/+1147
2025-04-01Fix handling of auto_continue for stop hooks (#129622)Julian Lettner1-5/+8
2025-03-03Fix a bug copying the stop hooks from the dummy target. (#129340)jimingham1-2/+23
2025-02-28[lldb] fix(lldb/**.py): fix invalid escape sequences (#94034)Eisuke Kawashima3-17/+17
2024-12-04[LLDB] Fix crash in TypeSystemClang::GetIndexofChildMemberWithName. (#117808)cmtice3-0/+50
2024-11-08[lldb] Fixed TestTargetCommand.py in case of Windows host and Linux target (#...Dmitry Vasilyev1-3/+3
2024-10-16[lldb] Support tests with nested make invocations on Windows 2/2 (#112360)Stefan Gränitz1-1/+1
2024-09-20[lldb/Interpreter] Introduce ScriptedStopHook{,Python}Interface & make use of...Med Ismail Bennani1-2/+2
2024-09-20Revert "[lldb] Fix SWIG wrapper compilation error"David Spickett1-2/+2
2024-09-19[lldb/Interpreter] Introduce `ScriptedStopHook{,Python}Interface` & make use ...Med Ismail Bennani1-2/+2
2024-06-12[lldb] Fix linker flags in lldb testsFelipe de Azevedo Piovezan1-1/+1
2024-06-12[lldb][test] Disable PIE for some API tests (#93808)Vladislav Dzhidzhoev1-0/+4
2024-03-25Add register lookup as another fallback computation for address-expressions (...jimingham3-0/+46
2024-02-19[Reland] Report only loaded debug info in statistics dump (#81706) (#82207)Wanyi1-0/+10
2024-02-01Fix debug info size statistics for split dwarf (#80218)jeffreytan814-0/+1482
2023-11-20[lldb][split-dwarf] implement GetSeparateDebugInfo for SymbolFileOnDemand (#7...Tom Yang6-39/+87
2023-11-16Clarify error messages on corefiles that no plugin handles (#72559)Jason Molenda1-1/+1
2023-11-02[lldb][split-dwarf] Add --errors-only argument separate-debug-info list (#71000)Tom Yang2-12/+26
2023-10-12quick fix for TestDumpDwoTom Yang1-0/+4
2023-10-12Add `target modules dump separate-debug-info` (#66035)Tom Yang10-0/+273
2023-05-25[NFC][Py Reformat] Reformat python files in lldbJonas Devlieghere15-280/+438
2023-05-22[lldb] Add support for negative integer to {SB,}StructuredDataMed Ismail Bennani1-2/+1
2023-02-08[lldb][test] Fix function references to function calls (NFC)Dave Lee2-4/+4
2023-01-25[lldb][test] Replace use of p with expression (NFC)Dave Lee1-1/+1
2022-08-12[lldb] Skip target variable tests on Darwin because of chained fixupsJonas Devlieghere1-2/+2
2022-07-13[lldb] Add image dump pcm-info commandDave Lee3-0/+45
2022-06-27Have CommandObjectParsed check for "commands that take no arguments".Jim Ingham2-2/+2
2022-06-17[lldb][tests] Automatically call compute_mydir (NFC)Dave Lee13-25/+0
2022-06-17[lldb] [test] Update baseline test status for FreeBSDMichał Górny1-0/+2
2022-06-02[lldb, test] Fix typos in the lldb testsVenkata Ramanaiah Nalamothu2-2/+2
2022-01-15[lldb] Correctly display the number of types foundJonas Devlieghere1-0/+8
2021-10-25[lldb] Skip tests for target var without a proc on both arm64 & arm64eJonas Devlieghere1-4/+2
2021-10-19[lldb] Allow dumping the state of all scratch TypeSystemsRaphael Isemann3-0/+43
2021-10-17[lldb] Skip target variable test on ASJonas Devlieghere1-0/+2
2021-10-13[lldb] Skip several lldb tests that are flaky on WindowsStella Stamenova1-0/+1
2021-09-30[lldb] Remove support for replaying the test suite from a reproducerJonas Devlieghere1-2/+0
2021-07-22Fix the logic so stop-hooks get run after a breakpoint that ran an expressionJim Ingham3-2/+54
2021-04-01[lldb] Un-XFAIL TestAutoInstallMainExecutable on WindowsStella Stamenova1-1/+0
2021-04-01[lldb] Rewrite TestAutoInstallMainExecutable logicPavel Labath3-29/+8
2021-03-24[lldb] Add llgs_test decorator back to TestAutoInstallMainExecutableRaphael Isemann1-0/+1
2021-03-18[lldb] Fix TestAutoInstallMainExecutable.pyPavel Labath1-37/+29
2020-12-18[lldb/test] Reduce boilerplate in lldb-server testsPavel Labath1-1/+0
2020-12-07[lldb] [test] Link FreeBSD test failures to bugsMichał Górny1-16/+12
2020-11-18[lldb] Fix a couple of remote llgs testsDavid Spickett1-3/+3
2020-11-03[lldb] [test] Update XFAILs/skips for FreeBSDMichał Górny1-4/+4
2020-10-08[LLDB] On Windows, fix testsAlexandre Ganea1-0/+2