[all-commits] [llvm/llvm-project] 825adb: [lldb] Don't tab complete stop-hook delete beyond ...

David Spickett via All-commits all-commits at lists.llvm.org
Mon Sep 11 04:01:28 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 825adbe5585219ce731045defa019defaf96faab
      https://github.com/llvm/llvm-project/commit/825adbe5585219ce731045defa019defaf96faab
  Author: David Spickett <david.spickett at linaro.org>
  Date:   2023-09-11 (Mon, 11 Sep 2023)

  Changed paths:
    M lldb/source/Commands/CommandObjectTarget.cpp

  Log Message:
  -----------
  [lldb] Don't tab complete stop-hook delete beyond 1st argument

This already applies to enable and disable, delete was missing
a check.

This cannot be tested properly with the current completion tests,
but it will be when I make them more strict in a follow up patch.




More information about the All-commits mailing list