[Lldb-commits] [PATCH] D74398: [lldb-server] jThreadsInfo returns stack memory

Jason Molenda via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Feb 13 16:03:49 PST 2020


jasonmolenda added a comment.

To be honest, I'm thinking of stealing your idea of sending the $fp - $sp memory region for frame 0 in debugserver, at least for the currently selected thread.  I might add a check that it's not a huge amount of bytes in case there's a giant buffer or something that we may not need to fetch.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D74398





More information about the lldb-commits mailing list