aboutsummaryrefslogtreecommitdiff
path: root/lldb/cmake
AgeCommit message (Expand)AuthorFilesLines
2025-11-23[lldb] Fix SWIG bug detection in CMake (#169212)Ebuka Ezike1-2/+7
2025-11-21[lldb] Don't enable the Limited C API with Python 3.13 and SWIG 4.4.0 (#169065)Jonas Devlieghere1-1/+6
2025-11-14[lldb] Diagnose unsupported configurations when targeting the Limited C API (...Jonas Devlieghere1-1/+13
2025-11-14lldb: Link delayimp on Windows (#168093)Fabrice de Gans1-0/+1
2025-10-25[lldb][test] skip Lua tests when the Lua interpreter is not found (#164793)Vincent Palatin1-0/+1
2025-10-14[lldb][NFC] Remove unused find_program logic (#163446)Alex Langford1-2/+0
2025-10-10[lldb] [cmake] Fix delayloading liblldb.dll in mingw builds (#162831)Martin Storsjö1-1/+13
2025-10-09[lldb][windows] add support for out of PATH python.dll resolution (#162509)Charles Zablit1-0/+6
2025-09-19[lldb] Fix Linux build when LLDB_ENABLE_PYTHON is OFF (#159825)Anthony Latsis1-0/+9
2025-09-18[lldb] Fix build when LLDB_ENABLE_PYTHON is OFF (#159665)Jonas Devlieghere1-0/+4
2025-08-21[CMake] Update CMAKE_OSX_DEPLOYMENT_TARGET to 10.13.Shubham Sandeep Rastogi1-1/+1
2025-08-14[lldb] Use the Python limited API with SWIG 4.2 or later (#153119) (#153472)Jonas Devlieghere1-1/+9
2025-08-13Revert "[lldb] Use the Python limited API with SWIG 4.2 or later" (#153327)Jonas Devlieghere1-8/+1
2025-08-12[lldb] Use the Python limited API with SWIG 4.2 or later (#153119)Jonas Devlieghere1-1/+8
2025-08-05[lldb] Add a CMake option to build agains the Python limited API (#152034)Jonas Devlieghere1-0/+1
2025-07-25[lldb][rpc] Disable building lldb-rpc-gen tool (#150699)Chelsea Cassanova1-4/+11
2025-07-23 Reland "[lldb][RPC] Upstream lldb-rpc-gen tool" (#146969)" Attempt 2 (#148996)Chelsea Cassanova1-0/+19
2025-07-18[lldb][framework] Glob headers from source for framework (#148736)Chelsea Cassanova1-43/+0
2025-07-09Revert "Reland "[lldb][RPC] Upstream lldb-rpc-gen tool" (#146969)" (#147779)Chelsea Cassanova1-2/+0
2025-07-09Reland "[lldb][RPC] Upstream lldb-rpc-gen tool" (#146969) (#147417)Chelsea Cassanova1-0/+2
2025-07-03Revert "[lldb][RPC] Upstream lldb-rpc-gen tool" (#146969)Chelsea Cassanova1-2/+0
2025-07-03[lldb][RPC] Upstream lldb-rpc-gen tool (#138031)Chelsea Cassanova1-0/+2
2025-07-03[lldb][framework] Correctly place framework files in framework with script (#...Chelsea Cassanova1-1/+2
2025-06-24Reapply "[lldb/cmake] Plugin layering enforcement mechanism (#144543)" (#145305)Pavel Labath1-0/+76
2025-06-23Revert "[lldb/cmake] Plugin layering enforcement mechanism (#144543)"Pavel Labath1-74/+0
2025-06-23[lldb] Add BRIEF_DOCS for cmake properties defined in #144543Pavel Labath1-6/+12
2025-06-23[lldb/cmake] Plugin layering enforcement mechanism (#144543)Pavel Labath1-0/+68
2025-06-20[lldb] Add Model Context Protocol (MCP) support to LLDB (#143628)Jonas Devlieghere1-0/+1
2025-06-17[lldb] make lit use the same Python executable for building and testing (#143...Charles Zablit1-1/+3
2025-06-12Reland "[lldb][headers] Create Python script to fix up framework head… (#14...Chelsea Cassanova1-21/+21
2025-06-12Revert "[lldb][headers] Create Python script to fix up framework headers" (#1...Chelsea Cassanova1-21/+21
2025-06-12[lldb][headers] Create Python script to fix up framework headers (#142051)Chelsea Cassanova1-21/+21
2025-06-12[lldb/cmake] Remove EXTRA_CXXFLAGS arg (#143731)Pavel Labath1-4/+1
2025-06-10Reland "[lldb][headers] Create script to fix up versioning" (#142864)" (#142871)Chelsea Cassanova1-0/+3
2025-06-10[lldb/cmake] Use ADDITIONAL_HEADER(_DIR)?S (#142587)Pavel Labath1-7/+1
2025-06-04[lldb/cmake] Implicitly pass arguments to llvm_add_library (#142583)Pavel Labath1-17/+3
2025-05-30[lldb] Add build option to specify the libxml 2 version (#142183)Fabrice de Gans1-1/+6
2025-05-27[lldb/cmake] Don't call llvm_process_sources (#141217)Pavel Labath1-3/+2
2025-05-23[lldb/cmake] Remove special handling of OBJECT libraries (#141066)Pavel Labath1-20/+16
2025-05-23[lldb/cmake] Remove a no-op statement (#141063)Pavel Labath1-7/+0
2025-05-22[CMake] respect LLVMConfig.cmake's LLVM_DEFINITIONS in standalone builds (#13...jeremyd20191-0/+4
2025-04-30[lldb][cmake] Add clang resource dir to LLDB shell tests config (#136761)Chelsea Cassanova1-0/+11
2025-03-14[lldb][AIX] Added base files for NativeProcess Support for AIX (#118160)Dhruv Srivastava1-1/+1
2025-02-22[lldb] Fix manual CURSES_LIBRARIES tinfo finding (#128245)Jordan R AW1-4/+16
2025-02-14[lldb] Add terminfo dependency for ncurses support (#126810)Jordan R AW1-5/+37
2025-01-23[lldb] Remove support and workarounds for Android 4 and older (#124047)Brad Smith1-5/+0
2024-12-26[lldb] A few more pieces towards OpenBSD support (#121051)Brad Smith1-1/+1
2024-11-27[lldb] build: cleanup extraneous include paths (#117615)Saleem Abdulrasool1-5/+0
2024-11-12[lldb] Recommend Python 3.8 as the minimum Python version for LLDB (#114807)David Spickett1-0/+6
2024-11-11[lldb] Support both Lua 5.3 and Lua 5.4 (#115500)Jonas Devlieghere1-2/+14