llvm-capstone/lldb
Alex Langford c8bb7c234c [lldb] Remove use of ConstString from Args::GetShellSafeArgument
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
2023-04-17 15:15:36 -07:00
..
bindings [lldb] Fix double free in python bindings error handling. 2023-03-27 16:07:36 -07:00
cmake [LLDB] Ensure LLDB symbols are exported in LLDB_EXPORT_ALL_SYMBOLS is provided. 2023-04-03 15:41:02 -05:00
docs [LLDB][docs] Remove outdated list of Buildbots 2023-04-13 08:53:06 +00:00
examples [lldb][DataFormatter] Fix libcxx std::deque formatter for references and pointers 2023-04-17 21:31:30 +01:00
include/lldb [lldb] Lock accesses to PathMappingLists's internals 2023-04-17 14:48:16 -07:00
packages/Python/lldbsuite [lldb-vscode] Fix two issues with runInTerminal test. 2023-04-10 18:18:05 -07:00
resources [lldb][NFC] Remove copy of debugserver entitlements plist 2023-01-31 12:58:37 -08:00
scripts [lldb][AArch64] Fix run-qemu.sh when only MTE is enabled. 2023-03-23 13:48:44 +00:00
source [lldb] Remove use of ConstString from Args::GetShellSafeArgument 2023-04-17 15:15:36 -07:00
test [lldb][DataFormatter] Fix libcxx std::deque formatter for references and pointers 2023-04-17 21:31:30 +01:00
third_party/Python/module [lldb] Remove legacy six module for py2->py3 2023-01-24 19:46:26 -08:00
tools Revert "Revert "Revert "[CMake] Bumps minimum version to 3.20.0.""" 2023-04-15 20:12:24 +02:00
unittests Revert "[lldb] Add support for MSP430 in LLDB." 2023-04-17 11:30:27 -07:00
utils [NFC][TargetParser] Replace uses of llvm/Support/Host.h 2023-02-10 09:59:46 +00:00
.clang-format
.clang-tidy [LLDB] Applying clang-tidy modernize-use-override over LLDB 2022-04-22 13:29:47 -07:00
.gitignore
CMakeLists.txt Revert "Revert "Revert "[CMake] Bumps minimum version to 3.20.0.""" 2023-04-15 20:12:24 +02:00
CODE_OWNERS.txt [CODE OWNERS] Add wallace as code owner 2022-01-12 12:36:30 -08:00
LICENSE.TXT
use_lldb_suite_root.py