llvm-capstone/lldb
jimingham 7265f792dc
Fix a bug with cancelling "attach -w" after you have run a process previously (#65822)
The problem is that the when the "attach" command is initiated, the
ExecutionContext for the command has a process - it's the exited one
from the previour run. But the `attach wait` creates a new process for
the attach, and then errors out instead of interrupting when it finds
that its process and the one in the command's ExecutionContext don't
match.

This change checks that if we're returning a target from
GetExecutionContext, we fill the context with it's current process, not
some historical one.
2023-09-19 11:25:53 -07:00
..
bindings Revert "[lldb] Add 'modify' type watchpoints, make it default (#66308)" 2023-09-18 22:50:39 -07:00
cmake [lldb] Bump SWIG minimum version to 4 2023-08-04 14:34:01 -07:00
docs [lldb][Docs] Document our major differences from the LLVM style (#66345) 2023-09-19 08:23:00 +01:00
examples [lldb][Docs] Additions to debuging LLDB page (#65635) 2023-09-08 10:05:16 +01:00
include Fix a bug with cancelling "attach -w" after you have run a process previously (#65822) 2023-09-19 11:25:53 -07:00
packages/Python/lldbsuite [lldb] Add config and decorator for wide character support in Editline (#66447) 2023-09-14 22:16:24 -07:00
resources [lldb][NFC] Remove copy of debugserver entitlements plist 2023-01-31 12:58:37 -08:00
scripts [lldb] Format Python files in scripts and utils (#66053) 2023-09-14 08:54:02 +01:00
source Fix a bug with cancelling "attach -w" after you have run a process previously (#65822) 2023-09-19 11:25:53 -07:00
test Fix a bug with cancelling "attach -w" after you have run a process previously (#65822) 2023-09-19 11:25:53 -07:00
third_party/Python/module [lldb] Remove use of __future__ in python 2023-08-14 14:14:48 -07:00
tools [lldb-vscode][NFC] Access a pointee type in a simpler way 2023-09-15 12:26:04 -04:00
unittests [LLDB] Attempt to fix DumpDataExtractorTest 2023-09-18 22:02:05 +00:00
utils [lldb] Format Python files in scripts and utils (#66053) 2023-09-14 08:54:02 +01:00
.clang-format
.clang-tidy
.gitignore
CMakeLists.txt Reland "[CMake] Bumps minimum version to 3.20.0. 2023-05-27 12:51:21 +02:00
CodeOwners.rst [lldb] Update LLDB Code Ownership 2023-08-08 08:54:03 -07:00
LICENSE.TXT
use_lldb_suite_root.py [lldb] Format more Python files with black (#65979) 2023-09-12 08:46:34 +01:00