aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/Shell/helper
AgeCommit message (Expand)AuthorFilesLines
3 daysRevert "[lldb-dap] fix executable substitution in tests (#179685)" (#180241)Charles Zablit1-3/+1
5 days[lldb-dap] fix executable substitution in tests (#179685)Charles Zablit1-1/+3
2026-01-12[NFCI][lldb][test][asm] Enable AT&T syntax explicitly (#172358)Raul Tambre1-0/+5
2025-12-15Partially revert "[NFCI][lldb][test][asm] Enable AT&T syntax explicitly (#166...Raul Tambre1-4/+0
2025-12-14[NFCI][lldb][test][asm] Enable AT&T syntax explicitly (#166770)Raul Tambre1-0/+4
2025-12-02[lldb][shell tests] Properly fix fallout from c8031c3dd743Felipe de Azevedo Piovezan1-1/+1
2025-12-02Revert "Revert "[LLDB] Update Shell lit config to handle c8031c3dd743"" (#170...Felipe de Azevedo Piovezan1-1/+1
2025-12-02Revert "[LLDB] Update Shell lit config to handle c8031c3dd743" (#170288)Felipe de Azevedo Piovezan1-1/+1
2025-12-01[LLDB] Update Shell lit config to handle c8031c3dd743 (#170225)Alex Langford1-1/+1
2025-11-21[NFC][LLDB] Make it possible to detect if the compiler used in tests supports...Dan Liew1-0/+3
2025-11-10[LLDB] Fix (more) darwin shell tests under ASANAdrian Prantl1-0/+12
2025-11-10[LLDB] Fix darwin shell tests under ASANAdrian Prantl1-0/+9
2025-10-13[lldb][test][Shell] Remove Python 2 compatibility in build.py (#163192)David Spickett1-6/+2
2025-07-23 Reland "[lldb][RPC] Upstream lldb-rpc-gen tool" (#146969)" Attempt 2 (#148996)Chelsea Cassanova1-0/+10
2025-07-09Revert "Reland "[lldb][RPC] Upstream lldb-rpc-gen tool" (#146969)" (#147779)Chelsea Cassanova1-10/+0
2025-07-09Reland "[lldb][RPC] Upstream lldb-rpc-gen tool" (#146969) (#147417)Chelsea Cassanova1-0/+10
2025-07-03Revert "[lldb][RPC] Upstream lldb-rpc-gen tool" (#146969)Chelsea Cassanova1-10/+0
2025-07-03[lldb][RPC] Upstream lldb-rpc-gen tool (#138031)Chelsea Cassanova1-0/+10
2025-05-30[LLDB] Pass `/std:...` before `--` on MSVC (#141782)nerix1-3/+3
2024-10-31[lldb] Remove lldb-repro utilityJonas Devlieghere1-17/+0
2024-10-07[lldb][test] Support remote run of Shell tests (#95986)Vladislav Dzhidzhoev1-3/+79
2024-06-13[lldb] Use packaging module instead of pkg_resources (#93712)Jonas Devlieghere1-6/+4
2024-02-19[lldb] Migrate distutils.version.LooseVersion to packaging (#82066)Jonas Devlieghere1-2/+2
2024-02-19Revert "[lldb] Migrate distutils.version.LooseVersion to packaging" (#82297)Jonas Devlieghere1-2/+2
2024-02-19[lldb] Migrate distutils.version.LooseVersion to packaging (#82066)Jonas Devlieghere1-2/+2
2024-01-18Revert "[BOLT] Fix unconditional output of boltedcollection in merge-fdata (#...Amir Ayupov1-5/+0
2024-01-18[BOLT] Fix unconditional output of boltedcollection in merge-fdata (#78653)Amir Ayupov1-0/+5
2023-11-10Reland "[lldb][test] Only add -m(64|32) for GCC on non Arm/AArch64 platforms"David Spickett1-2/+13
2023-11-10Revert "[lldb][test] Only add -m(64|32) for GCC on non Arm/AArch64 platforms"David Spickett1-9/+2
2023-11-10[lldb][test] Only add -m(64|32) for GCC on non Arm/AArch64 platformsDavid Spickett1-2/+9
2023-10-19[lldb] Rename lldb-vscode to lldb-dap (#69264)Jonas Devlieghere1-1/+1
2023-05-26[lldb] Pass CMAKE_SYSROOT through to LLDB shell testsDaniel Thornburgh2-0/+18
2023-05-25[NFC][Py Reformat] Reformat python files in lldbJonas Devlieghere2-447/+575
2023-05-17[lldb][gnustep] Add basic test and infrastructure for GNUstep ObjC runtimeStefan Gränitz2-3/+32
2023-02-01[lldb] Enable TestFrameFormatNameWithArgs in case of cross compilationAyush Sahay1-0/+14
2022-09-01[LLDB] Make build.py use uname to set platformMuhammad Omair Javaid1-1/+2
2022-08-29[lldb] Quietly source lit-lldb-initDave Lee1-1/+1
2022-08-15[LLDB] Remove __future__ imports from testsDavid Spickett1-2/+0
2022-07-11Revert "Rebase: [Facebook] Add clang driver options to test debug info and BOLT"spupyrev1-5/+0
2022-07-11Rebase: [Facebook] Add clang driver options to test debug info and BOLTAmir Ayupov1-0/+5
2022-04-29Reland "[lldb] Use shutil.which in Shell tests find_executable"David Spickett1-10/+9
2022-04-29Revert "[lldb] Use shutil.which in Shell tests find_executable"David Spickett1-9/+10
2022-04-29[lldb] Use shutil.which in Shell tests find_executableDavid Spickett1-10/+9
2022-01-10[lldb] Remove lldb-instrJonas Devlieghere1-1/+0
2021-11-04[LIT] Add win32 PLATFORM env var to test configMuhammad Omair Javaid1-1/+4
2021-09-16[lldb/win] Fix TestIRMemoryMapWindows.test when running tests in git bashNico Weber1-2/+5
2021-05-18[lit] Stop using PATH to lookup clang/lld/lldb unless requestedJames Henderson1-2/+2
2021-03-22[lldb] Fix test_exec_root of API testsPavel Labath1-1/+1
2020-12-10[lldb] Fix that symbols.clang-modules-cache-path is never initializedRaphael Isemann1-0/+4
2020-11-10[lldb][NFC] Add lldb-server to the shell tests disallow listRaphael Isemann1-0/+1