[Lldb-commits] [PATCH] D113184: [lldb] Fix cross-platform kills

2021-11-09 Thread Pavel Labath via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rGa40929dcd295: [lldb] Fix cross-platform kills (authored by labath). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D113184/new/

[Lldb-commits] [PATCH] D113184: [lldb] Fix cross-platform kills

2021-11-04 Thread Jonas Devlieghere via Phabricator via lldb-commits
JDevlieghere accepted this revision. JDevlieghere added a comment. This revision is now accepted and ready to land. LGTM Comment at: lldb/test/API/functionalities/gdb_remote_client/TestPlatformKill.py:17-27 +class MyResponder(MockGDBServerResponder): +def

[Lldb-commits] [PATCH] D113184: [lldb] Fix cross-platform kills

2021-11-04 Thread Pavel Labath via Phabricator via lldb-commits
labath created this revision. labath added reviewers: JDevlieghere, jingham. labath requested review of this revision. Herald added a project: LLDB. This patch fixes an amusing bug where a Platform::Kill operation would happily terminate a proces on a completely different platform, as long as