[all-commits] [llvm/llvm-project] 58aa92: [lldb-dap] Correcting the types for launch and att...

John Harrison via All-commits all-commits at lists.llvm.org
Fri Apr 25 16:28:10 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 58aa92243634221c7cff55ad4bcaf1846b1902c4
      https://github.com/llvm/llvm-project/commit/58aa92243634221c7cff55ad4bcaf1846b1902c4
  Author: John Harrison <harjohn at google.com>
  Date:   2025-04-25 (Fri, 25 Apr 2025)

  Changed paths:
    M lldb/tools/lldb-dap/package.json

  Log Message:
  -----------
  [lldb-dap] Correcting the types for launch and attach requests. (#137365)

There were a few types that were incorrectly specified in the
lldb-dap/package.json. The 'timeout' field was set to 'string' but is
interpreted as an integer number of seconds and 'args' for launch is
handled as an array of strings, not a single string.

Also added a type for the '*Commands' for the items in the arrays.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list