[Lldb-commits] [PATCH] D70060: [lldb] [Process/NetBSD] Use PT_STOP to stop the process

2019-11-12 Thread Michał Górny via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG77cc246412ca: [lldb] [Process/NetBSD] Use PT_STOP to stop the process [NFCI] (authored by mgorny). Herald added a project: LLDB. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION

[Lldb-commits] [PATCH] D70060: [lldb] [Process/NetBSD] Use PT_STOP to stop the process

2019-11-11 Thread Michał Górny via Phabricator via lldb-commits
mgorny added a comment. Not that I know of. The main difference is how it behaves on a stopped process but I don't think we're ever issuing it on one. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D70060/new/ https://reviews.llvm.org/D70060

[Lldb-commits] [PATCH] D70060: [lldb] [Process/NetBSD] Use PT_STOP to stop the process

2019-11-11 Thread Pavel Labath via Phabricator via lldb-commits
labath added a comment. Does this have any functional difference that would be useful to test? CHANGES SINCE LAST ACTION https://reviews.llvm.org/D70060/new/ https://reviews.llvm.org/D70060 ___ lldb-commits mailing list

[Lldb-commits] [PATCH] D70060: [lldb] [Process/NetBSD] Use PT_STOP to stop the process

2019-11-11 Thread Pavel Labath via Phabricator via lldb-commits
labath accepted this revision. labath added a comment. This revision is now accepted and ready to land. lgtm CHANGES SINCE LAST ACTION https://reviews.llvm.org/D70060/new/ https://reviews.llvm.org/D70060 ___ lldb-commits mailing list

[Lldb-commits] [PATCH] D70060: [lldb] [Process/NetBSD] Use PT_STOP to stop the process

2019-11-11 Thread Michał Górny via Phabricator via lldb-commits
mgorny created this revision. mgorny added reviewers: labath, krytarowski. https://reviews.llvm.org/D70060 Files: lldb/source/Plugins/Process/NetBSD/NativeProcessNetBSD.cpp lldb/source/Plugins/Process/NetBSD/NativeProcessNetBSD.h Index: