[Lldb-commits] [lldb] [lldb][docs] Resurrect the information on adding a new language (PR #109427)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Mon Sep 23 03:52:31 PDT 2024
================
@@ -0,0 +1,95 @@
+# Adding Programming Language Support
+
+LLDB has been architected to make it straightforward to add support for a
+programming language. Only a small enum in core LLDB needs to be modified to
+make LLDB aware of a new programming language. Everything else can be supplied
+in derived classes that need not even be present in the core LLDB repository.
+This makes it convenient for developers adding language support either in
+branches or downstream repositories since it practically eliminates the
----------------
DavidSpickett wrote:
I've removed it and only mentioned downstream repos.
https://github.com/llvm/llvm-project/pull/109427
More information about the lldb-commits
mailing list