[Lldb-commits] [PATCH] D37934: Fix compatibility with OpenOCD debug stub.
Vadim Chugunov via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Sep 18 14:03:19 PDT 2017
vadimcn added a comment.
Maybe LLDB should use `qAttached` to determine if there's an active process? OpenOCD seems to implement <https://github.com/gnu-mcu-eclipse/openocd/blob/b21ab1d683aaee501d45fe8a509a2043123f16fd/src/rtos/rtos.c#L376> that one correctly.
Repository:
rL LLVM
https://reviews.llvm.org/D37934
More information about the lldb-commits
mailing list