llvm-project/lldb/source
Jonas Devlieghere acc56e55fe
[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
2022-04-13 13:01:09 -07:00
..
API [lldb] Remove the global platform list 2022-04-13 14:41:13 +02:00
Breakpoint [lldb] Silence GCC warnings about missing returns after fully covered switches. NFC. 2022-04-06 22:50:07 +03:00
Commands [trace][intelpt] Introduce instruction Ids 2022-04-06 12:19:36 -07:00
Core [demangler] Rust demangler buffer return 2022-04-13 08:50:04 -07:00
DataFormatters [lldb] Refactor DataBuffer so we can map files as read-only 2022-04-05 13:46:37 -07:00
Expression [lldb] Don't report progress in the REPL 2022-04-11 13:06:40 -07:00
Host [lldb] Update reinterpret_cast in linux/Host.cpp 2022-04-05 13:52:07 -07:00
Initialization [lldb] Remove FileSystem::Initialize from FileCollector 2022-03-03 13:22:38 -08:00
Interpreter [lldb] Remove the global platform list 2022-04-13 14:41:13 +02:00
Plugins [lldb] Remove the global platform list 2022-04-13 14:41:13 +02:00
Symbol [lldb] Change CreateMemoryInstance to take a WritableDataBuffer 2022-04-05 13:46:41 -07:00
Target [lldb] Remove the global platform list 2022-04-13 14:41:13 +02:00
Utility [lldb] Expand $ when using tcsh 2022-04-13 13:01:09 -07:00
Version [lldb] Fix LLDB_FULL_VERSION_STRING 2022-01-19 14:20:22 -08:00
CMakeLists.txt [lldb] Make lldbVersion a full fledged library 2021-12-08 15:14:34 -08:00