[Lldb-commits] [PATCH] D74157: [lldb/API] NFC: Reformat SBThread::GetStopDescription()

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Feb 6 15:02:21 PST 2020


JDevlieghere accepted this revision.
JDevlieghere added a comment.

In D74157#1862537 <https://reviews.llvm.org/D74157#1862537>, @labath wrote:

> Looks better. TBH, I'm not sure why/if we really need the case handling the situation where the thread does not have a stop description. Ideally I'd just move this code there (or delete it).


+1, this doesn't seem like something that should be done at the API level. Otherwise LGTM.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D74157





More information about the lldb-commits mailing list