[Lldb-commits] [PATCH] D104882: makes extension contribute breakpoints using new package.json schema:https://code.visualstudio.com/updates/v1_42#_implement-a-debug-adapter-inside-an-extension

Raphael Isemann via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Jun 25 09:21:52 PDT 2021


This revision was automatically updated to reflect the committed changes.
Closed by commit rG4d8156ef87f8: [lldb-vscode] Make extension contribute breakpoints use new package.json schema (authored by chrisbond, committed by teemperor).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D104882/new/

https://reviews.llvm.org/D104882

Files:
  lldb/tools/lldb-vscode/package.json


Index: lldb/tools/lldb-vscode/package.json
===================================================================
--- lldb/tools/lldb-vscode/package.json
+++ lldb/tools/lldb-vscode/package.json
@@ -49,6 +49,53 @@
                 "scopeName": "source.disassembly",
                 "path": "./syntaxes/disassembly.json"
             }
+        ],
+        "breakpoints": [
+          {
+            "language": "ada"
+          },
+          {
+            "language": "arm"
+          },
+          {
+            "language": "asm"
+          },
+          {
+            "language": "c"
+          },
+          {
+            "language": "cpp"
+          },
+          {
+            "language": "crystal"
+          },
+          {
+            "language": "d"
+          },
+          {
+            "language": "fortan"
+          },
+          {
+            "language": "fortran-modern"
+          },
+          {
+            "language": "nim"
+          },
+          {
+            "language": "objective-c"
+          },
+          {
+            "language": "objectpascal"
+          },
+          {
+            "language": "pascal"
+          },
+          {
+            "language": "rust"
+          },
+          {
+            "language": "swift"
+          }
         ],
 		"debuggers": [
 			{


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D104882.354525.patch
Type: text/x-patch
Size: 1312 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20210625/3d86a698/attachment.bin>


More information about the lldb-commits mailing list