[all-commits] [llvm/llvm-project] e65576: Fix a bug in Launch when using an async debugger &...
jimingham via All-commits
all-commits at lists.llvm.org
Thu Oct 28 17:02:59 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e655769c4a7b5a17b17eace3bd160b3b015b75ed
https://github.com/llvm/llvm-project/commit/e655769c4a7b5a17b17eace3bd160b3b015b75ed
Author: Jim Ingham <jingham at apple.com>
Date: 2021-10-28 (Thu, 28 Oct 2021)
Changed paths:
M lldb/source/Target/Process.cpp
A lldb/test/API/functionalities/launch_stop_at_entry/Makefile
A lldb/test/API/functionalities/launch_stop_at_entry/TestStopAtEntry.py
A lldb/test/API/functionalities/launch_stop_at_entry/main.c
Log Message:
-----------
Fix a bug in Launch when using an async debugger & remote platform.
We weren't setting the listener back to the unhijacked one in this
case, so that a continue after the stop fails. It thinks the process
is still running. Also add tests for this behavior.
Differential Revision: https://reviews.llvm.org/D112747
More information about the All-commits
mailing list