[Lldb-commits] [PATCH] D78588: [lldb/Core] Don't crash in GetSoftwareBreakpointTrapOpcode for unknown triples

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Apr 24 04:49:47 PDT 2020


labath accepted this revision.
labath added a comment.
This revision is now accepted and ready to land.

This makes sense to me.

(If we are able to reach this deep into the code with an invalid archspec by just issuing (sb or cli) commands, it sounds like there should be some check (and a bail out) very early on in the call stack.)


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

https://reviews.llvm.org/D78588





More information about the lldb-commits mailing list