diff options
| author | Amir Ayupov <aaupov@fb.com> | 2024-08-10 23:47:48 -0700 |
|---|---|---|
| committer | Amir Ayupov <aaupov@fb.com> | 2024-08-10 23:47:48 -0700 |
| commit | 6e733cb2ee2f80ce3ca3095f5a9dd1c1d22789d7 (patch) | |
| tree | 5b459e8b7d90af381df39dba6d2d430c6a2e4fa7 /lldb/source/Commands/CommandObjectCommands.cpp | |
| parent | 732c302187ce0bf0279bbf75f7067cf34bc63cfc (diff) | |
| parent | 242f4e85eb5caa462a9835ac85c49e4a78dc1703 (diff) | |
[𝘀𝗽𝗿] changes introduced through rebaseusers/aaupov/spr/main.mcprofgennfc-expand-auto-for-mcdecodedpseudoprobe
Created using spr 1.3.4
[skip ci]
Diffstat (limited to 'lldb/source/Commands/CommandObjectCommands.cpp')
| -rw-r--r-- | lldb/source/Commands/CommandObjectCommands.cpp | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/lldb/source/Commands/CommandObjectCommands.cpp b/lldb/source/Commands/CommandObjectCommands.cpp index c63445b7c8c8..7c439f4ddb93 100644 --- a/lldb/source/Commands/CommandObjectCommands.cpp +++ b/lldb/source/Commands/CommandObjectCommands.cpp @@ -322,7 +322,13 @@ rather than using a positional placeholder:" (lldb) command alias bl3 breakpoint set -f %1 -l 3 - Always sets a breakpoint on line 3 of whatever file is indicated.)"); + Always sets a breakpoint on line 3 of whatever file is indicated. + +)" + + "If the alias abbreviation or the full alias command collides with another \ +existing command, the command resolver will prefer to use the alias over any \ +other command as far as there is only one alias command match."); CommandArgumentEntry arg1; CommandArgumentEntry arg2; |
