llvm/lldb
Jim Ingham 2303391d1f Make "process attach -c" work correctly, and add a test for it.
The issue here was that we were not updating the interpreter's
execution context when calling HandleCommand to continue the process.
Since we had just created the process, it wasn't in the interpreter's
execution context so HandleCommand failed at CheckRequirements.  The
patch fixes that by passing the process execution context directly
to HandleCommand.

Differential Revision: https://reviews.llvm.org/D110787
2021-09-29 19:38:09 -07:00
..
bindings [lldb/Plugins] Introduce Scripted Interface Factory 2021-09-03 19:37:25 +02:00
cmake [LLVM][CMake][NFC] Resolve FIXME: Rename LLVM_CMAKE_PATH to LLVM_CMAKE_DIR throughout the project 2021-09-16 18:29:57 +02:00
docs [LLDB][Docs] Indicate PS1 variable by $ 2021-09-04 20:57:59 +05:30
examples [lldb][crashlog] Avoid specifying arch for image when a UUID is present 2021-09-20 10:23:35 -07:00
include/lldb [lldb] Remove Expression's dependency on CPlusPlusLanguagePlugin 2021-09-29 11:39:09 -07:00
packages/Python [lldb/test] Add ability to specify environment when spawning processes 2021-09-28 14:13:50 +02:00
resources
scripts
source Make "process attach -c" work correctly, and add a test for it. 2021-09-29 19:38:09 -07:00
test Make "process attach -c" work correctly, and add a test for it. 2021-09-29 19:38:09 -07:00
third_party/Python/module
tools [lldb] Move StringConvert inside debugserver 2021-09-27 14:32:42 +02:00
unittests [lldb] [unittests] Fix building the FreeBSD arm64 Register Context test 2021-09-28 10:51:06 -04:00
utils
.clang-format
.clang-tidy
.gitignore
CMakeLists.txt [lldb] skip host build for lldb_tblgen with LLDB_TABLEGEN_EXE set 2021-08-13 14:18:03 -07:00
CODE_OWNERS.txt
LICENSE.TXT
use_lldb_suite_root.py