[Lldb-commits] [PATCH] D123746: [lldb] Prevent crash when adding a stop hook with --shlib

Jim Ingham via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Apr 13 18:36:37 PDT 2022


jingham added a comment.

This is fine, though the fact that it crashed when you tried to specify the shared library means we don't have any tests that the shared library gets copied over from the dummy target correctly.  Might be nice to extend the test to have a "file not_called_test" and "break set -n main"  and "run" to make sure the stop hook doesn't fire.


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

https://reviews.llvm.org/D123746



More information about the lldb-commits mailing list