llvm/lldb/source
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
..
API [lldb] Support querying registers via generic names without alt_names 2021-09-13 13:05:06 +02:00
Breakpoint [lldb] Use a struct to pass function search options to Module::FindFunction 2021-08-05 10:18:14 -07:00
Commands Make "process attach -c" work correctly, and add a test for it. 2021-09-29 19:38:09 -07:00
Core [StopInfoMachException] Summarize arm64e BLRAx/LDRAx auth failures 2021-09-14 13:31:52 -07:00
DataFormatters [nfc] [lldb] Prevent needless copies of DataExtractor 2021-08-04 20:35:53 +02:00
Expression [lldb] Remove Expression's dependency on CPlusPlusLanguagePlugin 2021-09-29 11:39:09 -07:00
Host [lldb] [Host] Remove TerminalStateSwitcher 2021-09-29 13:45:41 +02:00
Initialization [lldb] Replace default bodies of special member functions with = default; 2021-07-02 11:31:16 -07:00
Interpreter [lldb] Convert misc. StringConvert uses 2021-09-25 14:19:19 +02:00
Plugins [lldb] Remove Expression's dependency on CPlusPlusLanguagePlugin 2021-09-29 11:39:09 -07:00
Symbol [lldb] Convert misc. StringConvert uses 2021-09-25 14:19:19 +02:00
Target [lldb] Remove non-stop mode code 2021-09-28 14:13:50 +02:00
Utility [lldb] [gdb-remote] Implement the vRun packet 2021-09-10 14:08:36 +02:00
CMakeLists.txt [LLVM][CMake][NFC] Resolve FIXME: Rename LLVM_CMAKE_PATH to LLVM_CMAKE_DIR throughout the project 2021-09-16 18:29:57 +02:00
lldb.cpp