[Lldb-commits] [PATCH] D12104: [NativeProcessLinux] Fix a bug in instruction-stepping over thread creation

Oleksiy Vyalov via lldb-commits lldb-commits at lists.llvm.org
Wed Aug 19 19:42:39 PDT 2015


ovyalov accepted this revision.
ovyalov added a comment.
This revision is now accepted and ready to land.

LGTM


================
Comment at: source/Plugins/Process/Linux/NativeProcessLinux.cpp:3051
@@ +3050,3 @@
+        return step_result;
+    }
+    default:
----------------
Let's go ahead with eStateRunning instead of eStateStepping - I believe it sounds reasonable.


http://reviews.llvm.org/D12104





More information about the lldb-commits mailing list