[Lldb-commits] [PATCH] D52618: [Windows] A basic implementation of memory allocations in a debuggee process

Aleksandr Urakov via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Sep 28 04:44:42 PDT 2018


aleksandr.urakov added a comment.

Thanks for explanations!

Unfortunately I can't promise that I'll begin porting `lldb-server` on Windows in the nearest future. I've looked at my working copy, and there are only two small changes related to `ProcessWindows` plugin (but they are not related to the current review), may be we'll continue with the plugin for now? To proceed with other things that need some implementation of a such functionality (whether in `ProcessWindows` or `lldb-server`). How about this?


https://reviews.llvm.org/D52618





More information about the lldb-commits mailing list