[Lldb-commits] [PATCH] D118055: [lldb] [gdb-remote] Support getting siginfo via API

Jim Ingham via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Jan 27 09:02:50 PST 2022


jingham reopened this revision.
jingham added a comment.
This revision is now accepted and ready to land.
Herald added a subscriber: JDevlieghere.

We don't return errors separately for any of the API's that return an SBValue.  SBValue's carry their error with them (SBValue.GetError()) so it would be confusing to have two errors.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D118055



More information about the lldb-commits mailing list