aboutsummaryrefslogtreecommitdiff
path: root/lldb/utils
AgeCommit message (Expand)AuthorFilesLines
2025-10-16[lldb][util] Use Python3 print function in example codeDavid Spickett1-2/+2
2025-10-13[lldb][utils] Remove Python 2 compatibility code in lui scriptsDavid Spickett2-9/+2
2025-09-24[cmake][lldb][test] Respect LIBCXX_LIBDIR_SUBDIR (#159106)Raul Tambre1-2/+7
2025-09-19[lldb] install lldb-tblgen by default to ease cross-compilation (one-liner) (...Jonathan Thackray1-0/+1
2025-08-29[lldb] Add a simplified syntax for underlying command options (NFC) (#155694)Jonas Devlieghere1-1/+28
2025-08-18Decent to Descent (#154040)LauraElanorJones1-4/+3
2025-05-27[lldb] add missing cmake build type argument (#141427)Ely Ronnen1-0/+2
2025-05-17[lldb] Use llvm::replace (NFC) (#140343)Kazu Hirata2-3/+3
2025-02-28[lldb] fix(lldb/**.py): fix invalid escape sequences (#94034)Eisuke Kawashima1-1/+1
2025-01-28[lldb] Fix lldb-dotest.in to use args determined by CMake (#124811)Dave Lee1-3/+6
2025-01-14Revert "[libc++] Stop copying headers to the build directory (#115380)"Kirill Stoimenov1-11/+5
2025-01-14[libc++] Stop copying headers to the build directory (#115380)Alexander Richardson1-5/+11
2024-10-31[lldb] Remove lldb-repro utilityJonas Devlieghere3-110/+0
2024-10-11[lldb] Fix finding make tool for tests (#111980)David Spickett2-0/+3
2024-09-09[LLDB][TableGen] Migrate lldb-tblgen to use const RecordKeeper (#107536)Rahul Joshi6-25/+26
2024-07-11[llvm][TargetParser] Return StringMap from getHostCPUFeatures (#97824)David Spickett1-6/+5
2024-06-21[CommandLine] Avoid ManagedStatic.h include (NFC)Nikita Popov1-0/+1
2024-05-25[lldb] Revise IDE folder structure (#89748)Michael Kruse4-4/+3
2024-05-01[lldb] Use Python script to generate SBLanguages.h (#90753)Jonas Devlieghere3-76/+0
2024-04-30Thread '--lldb-obj-root' through lldb-dotest for manual testingAdrian Prantl1-0/+2
2024-04-29Add a new SBExpressionOptions::SetLanguage() API (NFCI) (#89981)Adrian Prantl4-1/+77
2024-04-18[lldb][test] Remove LLDB_TEST_USE_VENDOR_PACKAGES (#89260)Jordan Rupprecht2-5/+0
2024-02-28[lldb][test][NFC] Add option to exclude third_party packages (#83191)Jordan Rupprecht2-0/+6
2023-09-26[llvm][tblgen] Add `Source Filename` for `emitSourceFileHeader` (#65744)Shao-Ce SUN2-3/+3
2023-09-14[lldb] Format Python files in scripts and utils (#66053)David Spickett11-341/+384
2023-08-14[lldb] Remove use of __future__ in pythonAlex Langford1-2/+0
2023-06-06[lldb/Commands] Add support to auto-completion for user commandsMed Ismail Bennani1-3/+2
2023-02-10[NFC][TargetParser] Replace uses of llvm/Support/Host.hArchibald Elliott1-1/+1
2022-12-26[lldb] [utils] Fix linking lit-cpuid to LLVM dylibMichał Górny1-1/+4
2022-12-20[Support] Move TargetParsers to new componentArchibald Elliott1-1/+1
2022-10-26[test] Fix LLDB tests with just-built libcxx when using a target directory.Jordan Rupprecht2-0/+27
2022-08-31Fix a bug in lldb-dotest that was uncovered by setting no value for dotest_ar...Jim Ingham1-1/+5
2022-08-26[lldb] Fix dotest argument orderFelipe de Azevedo Piovezan1-2/+4
2022-07-14[lldb] Refactor command option enum values (NFC)Jonas Devlieghere1-6/+2
2021-05-21[lldb] Match test dependencies name to other LLVM projects.Daniel Rodríguez Troitiño2-2/+2
2021-02-21Reapply "[lldb/test] Automatically find debug servers to test"Pavel Labath2-4/+0
2021-02-11Revert "[lldb/test] Automatically find debug servers to test"Pavel Labath2-0/+4
2021-02-11[lldb/test] Automatically find debug servers to testPavel Labath2-4/+0
2021-02-05[lldb/cmake] Reduce duplication in generation lldb-dotestPavel Labath1-48/+29
2021-02-05[lldb/test] Reduce API test tools configuration boilerplatePavel Labath2-14/+6
2020-12-04[lldb] Remove LLDB session dir and just store test traces in the respective t...Raphael Isemann2-7/+0
2020-10-28[lldb] Delete lldb/utils/testVedant Kumar10-1636/+0
2020-09-29[lldb] Hoist -s (trace directory) argument out of LLDB_TEST_COMMON_ARGS (NFC)Jonas Devlieghere2-4/+11
2020-09-29[lldb] Hoist --server argument out of LLDB_TEST_COMMON_ARGS (NFC)Jonas Devlieghere2-1/+10
2020-09-29[lldb] Configure LLDB_FRAMEWORK_DIR in multi-generator buildsJonas Devlieghere2-1/+6
2020-09-10[lldb, tests] Correctly configure the yaml2obj pathsStella Stamenova1-1/+1
2020-08-28[lldb] Hoist --framework argument out of LLDB_TEST_COMMON_ARGS (NFC)Jonas Devlieghere1-0/+2
2020-08-17[lldb] Get rid of helper CMake variables for PythonJonas Devlieghere1-1/+1
2020-08-13[lldb] Improve diagnostics in lldb-repro when replay failsJonas Devlieghere1-1/+6
2020-07-10[lldb/Test] Fix missing yaml2obj in Xcode standalone build.Jonas Devlieghere2-0/+7