Star81
27
代码介绍
代码
Issues9
Pull Requests9
流水线
Actions
讨论
Wiki
项目成员44
分析
项目设置
Star81
27
  1. msdebug
  2. /
  3. lldb
  4. /
  5. test
  6. /
  7. Shell
  8. /
  9. Process
  10. /
  11. Inputs
JJonas 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/D1236904 年前
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: 3742016 年前
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 年前