Add the --relative-to-command-file to "command source" so you can
authorJim Ingham <jingham@apple.com>
Tue, 28 Sep 2021 00:51:37 +0000 (17:51 -0700)
committerJim Ingham <jingham@apple.com>
Thu, 30 Sep 2021 02:33:41 +0000 (19:33 -0700)
commit3bf3b96629e8dfc55d01ba0cb05ca01a467017fa
tree023e446d90fe84432962aa83e9bbacb2a427c53a
parentb55a964197bdc651533377bbd0b46fa58edf9196
Add the --relative-to-command-file to "command source" so you can
have linked command files in a source tree and get to them all from
one main command file.

Differential Revision: https://reviews.llvm.org/D110601
lldb/source/Commands/CommandObjectCommands.cpp
lldb/source/Commands/Options.td
lldb/test/API/commands/command/source/TestCommandSource.py
lldb/test/API/commands/command/source/commands2.txt [new file with mode: 0644]
lldb/test/API/commands/command/source/not-relative.txt [new file with mode: 0644]
lldb/test/API/commands/command/source/subdir/subcmds.txt [new file with mode: 0644]