llvm-project/lldb
Jim Ingham 6c089b2af5 Be more careful to maintain quoting information when parsing commands.
This is particularly a problem for alias construction, where you might
want to have a backtick surrounded option in the alias.  Before this
patch:

command alias expression -Z \`argc\` -- argv

for instance would be rendered as:

expression -Z argc -- argv

and would fail to work.

Differential Revision: https://reviews.llvm.org/D133045
2022-09-13 11:02:47 -07:00
..
bindings [lldb] Fixed a number of typos 2022-09-13 10:38:38 -07:00
cmake Revert "[CMake] Avoid `LLVM_BINARY_DIR` when other more specific variable are better-suited" 2022-08-25 11:13:46 -04:00
docs [lldb] Fixed a number of typos 2022-09-13 10:38:38 -07:00
examples [lldb] Fixed a number of typos 2022-09-13 10:38:38 -07:00
include/lldb Be more careful to maintain quoting information when parsing commands. 2022-09-13 11:02:47 -07:00
packages/Python/lldbsuite Be more careful to maintain quoting information when parsing commands. 2022-09-13 11:02:47 -07:00
resources
scripts
source Be more careful to maintain quoting information when parsing commands. 2022-09-13 11:02:47 -07:00
test Be more careful to maintain quoting information when parsing commands. 2022-09-13 11:02:47 -07:00
third_party/Python/module [lldb] Remove uses of six module (NFC) 2022-08-11 19:06:15 -07:00
tools [lldb] Fixed a number of typos 2022-09-13 10:38:38 -07:00
unittests Fix DW_OP_convert to resolve the CU relative offset correctly. 2022-09-12 16:53:19 -07:00
utils Fix a bug in lldb-dotest that was uncovered by setting no value for dotest_args_str. 2022-08-31 18:00:18 -07: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 lldb: Disable unittests if llvm_gtest target does not exist 2022-08-10 16:56:08 -07: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