Star
81
Fork
27
代码
介绍
代码
Issues
9
Pull Requests
9
流水线
Actions
讨论
Wiki
项目成员
44
分析
项目设置
Star
81
Fork
27
master
msdebug
/
lldb
/
test
/
Shell
/
Process
/
Inputs
下载当前目录
J
Jonas Devlieghere
[lldb] Expand $ when using tcsh
acc56e55
创建于
2022年4月14日
历史提交
文件
最后提交记录
最后更新时间
echo.c
[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
4 年前
env.cpp
Re-land "[test] Split LLDB tests into API, Shell & Unit" The original patch got reverted because it broke
check-lldb
on a clean build. This fixes that. llvm-svn: 374201
6 年前
true.c
Print a warning when stopped in a frame LLDB has no plugin for. This patchs adds an optional warning that is printed when stopped at a frame that was compiled in a source language that LLDB has no plugin for. The motivational use-case is debugging Swift code on Linux. When the user accidentally invokes the system LLDB that was built without the Swift plugin, it is very much non-obvious why debugging doesnt work. This warning makes it easy to figure out what went wrong. <rdar://problem/56986569>
5 年前