[Lldb-commits] [PATCH] D100256: [lldb] [gdb-remote server] Abstract away getting current process

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Apr 13 06:40:05 PDT 2021


labath added a comment.

Does this actually need to be a function? It seems like this could just be a pointer variable (or two), pointing into our pool of processes. I'd consider making a small struct to group the current process and the current thread within that process.


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

https://reviews.llvm.org/D100256



More information about the lldb-commits mailing list