[all-commits] [llvm/llvm-project] acc56e: [lldb] Expand $ when using tcsh
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Wed Apr 13 13:01:23 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: acc56e55feee61fc0038bc132a94e54ce56ced98
https://github.com/llvm/llvm-project/commit/acc56e55feee61fc0038bc132a94e54ce56ced98
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2022-04-13 (Wed, 13 Apr 2022)
Changed paths:
M lldb/source/Utility/Args.cpp
A lldb/test/Shell/Process/Inputs/echo.c
A lldb/test/Shell/Process/TestShell.test
M lldb/unittests/Utility/ArgsTest.cpp
Log Message:
-----------
[lldb] Expand $ when using tcsh
Unlike for any of the other shells, we were escaping $ when using tcsh.
There's nothing special about $ in tcsh and this prevents you from
expanding shell variables, one of the main reasons this functionality
exists in the first place.
Differential revision: https://reviews.llvm.org/D123690
More information about the All-commits
mailing list