[Lldb-commits] [PATCH] D43471: Handle typeof() expressions

Zachary Turner via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Feb 22 11:51:46 PST 2018


zturner added a comment.

If your commands are A, B, C, and D but A crashes and returns to the interactive prompt, will it still try to execute B, C, and D?  If so then I guess that would work (I haven't tried).  OTOH, there's a risk of people forgetting to do this (but I'm not sure if the risk would be higher than people using -b instead of -B).


Repository:
  rL LLVM

https://reviews.llvm.org/D43471





More information about the lldb-commits mailing list