[Lldb-commits] [lldb] A few updates around "transcript" (PR #92843)
via lldb-commits
lldb-commits at lists.llvm.org
Thu May 30 13:29:19 PDT 2024
================
@@ -320,10 +320,13 @@ class SBCommandInterpreter {
/// Returns a list of handled commands, output and error. Each element in
/// the list is a dictionary with the following keys/values:
- /// - "command" (string): The command that was executed.
+ /// - "command" (string): The command that was given by the user.
+ /// - "resolvedCommand" (string): The expanded command that was executed.
----------------
royitaqi wrote:
Makes sense.
Replaced `resolvedCommand` into `commandName` and `commandArguments`.
https://github.com/llvm/llvm-project/pull/92843
More information about the lldb-commits
mailing list