mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-27 15:41:46 +00:00
c8bb7c234c
Having the names of various shells in ConstString's StringPool is not really necessary, especially if they are otherwise not going to be there in the first place. For example, if the person debugging uses bash on their system, the `shell` parameter will have its `m_filename` set to a ConstString containing "bash". However, fish, tcsh, zsh, and sh will probably never be used and are just taking up space in the StringPool. Differential Revision: https://reviews.llvm.org/D148402 |
||
---|---|---|
.. | ||
bindings | ||
cmake | ||
docs | ||
examples | ||
include/lldb | ||
packages/Python/lldbsuite | ||
resources | ||
scripts | ||
source | ||
test | ||
third_party/Python/module | ||
tools | ||
unittests | ||
utils | ||
.clang-format | ||
.clang-tidy | ||
.gitignore | ||
CMakeLists.txt | ||
CODE_OWNERS.txt | ||
LICENSE.TXT | ||
use_lldb_suite_root.py |