[Lldb-commits] [PATCH] D24013: Removed the `GetStringRef()` functions of `StringExtractor`
Zachary Turner via lldb-commits
lldb-commits at lists.llvm.org
Mon Aug 29 16:30:00 PDT 2016
zturner added inline comments.
================
Comment at: source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp:1677
@@ -1676,3 +1676,2 @@
{
- m_thread_ids.clear();
m_thread_pcs.clear();
----------------
Also, was this a bug? I fixed it because it certainly looks like a bug, but if this is intended behavior please let me know.
https://reviews.llvm.org/D24013
More information about the lldb-commits
mailing list