Commit fca9f74
[lldb] Fix command line of
So far, the syntax was `target frame-provider register <cmd-options>
[<run-args>]`. Note the optional `run-args` at the end. They are
completely ignored by the actual command, but the command line parser
still accepts them.
This commit removes them.
This was probably a copy-paste error from `CommandObjectProcessLaunch`
which was probably used as a blue-print for `target frame-provider
register`.target frame-provider register (llvm#167803)1 parent dbbea3c commit fca9f74
1 file changed
+1
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5420 | 5420 | | |
5421 | 5421 | | |
5422 | 5422 | | |
5423 | | - | |
5424 | | - | |
5425 | 5423 | | |
5426 | 5424 | | |
5427 | 5425 | | |
| |||
5434 | 5432 | | |
5435 | 5433 | | |
5436 | 5434 | | |
5437 | | - | |
| 5435 | + | |
5438 | 5436 | | |
5439 | 5437 | | |
5440 | 5438 | | |
| |||
0 commit comments