[Lldb-commits] [PATCH] D126614: [lldb] [gdb-remote] Client support for using the non-stop protocol

2022-07-09 Thread Michał Górny via Phabricator via lldb-commits
mgorny updated this revision to Diff 443427. mgorny edited the summary of this revision. mgorny added a comment. Good news, everyone! It turns out that the private/public state is not needed anymore — I guess fixing the races in tests resolved that. Did some final cleanup of tests as well. I gue

[Lldb-commits] [PATCH] D126614: [lldb] [gdb-remote] Client support for using the non-stop protocol

2022-07-09 Thread Michał Górny via Phabricator via lldb-commits
mgorny updated this revision to Diff 443428. mgorny added a comment. Move common parts of the mock responder into a base class. Include PIDs in responses, and add trailing `;` to `T` packets. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D126614/new/ https://reviews.llvm.org/D126614 Fi

[Lldb-commits] [PATCH] D129364: [LLDB][DataFormatter] Add data formatter for libcxx std::unordered_map iterator

2022-07-09 Thread Michael Buch via Phabricator via lldb-commits
Michael137 updated this revision to Diff 443430. Michael137 added a comment. - Fixed test case for const bucket iterator Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D129364/new/ https://reviews.llvm.org/D129364 Files: lldb/source/Plugins/Langua