[Lldb-commits] [PATCH] D66241: stop-hooks don't fire on "step-out"

Jim Ingham via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Aug 14 16:29:59 PDT 2019


jingham updated this revision to Diff 215280.
jingham added a comment.

Does this seem clearer?  We use the language of Private and Public StopInfo's in a bunch of places, even though at present that's more about "How" you get them than actual separate entities.  But still, this seems like it follows the language we are using elsewhere.


Repository:
  rLLDB LLDB

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D66241/new/

https://reviews.llvm.org/D66241

Files:
  include/lldb/Target/Thread.h
  packages/Python/lldbsuite/test/functionalities/stop-hooks/Makefile
  packages/Python/lldbsuite/test/functionalities/stop-hooks/TestStopHooks.py
  packages/Python/lldbsuite/test/functionalities/stop-hooks/main.c
  source/Target/StopInfo.cpp
  source/Target/Thread.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D66241.215280.patch
Type: text/x-patch
Size: 4839 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190814/4a728c4d/attachment.bin>


More information about the lldb-commits mailing list