instead of returning the architecture through by-ref argument and a
boolean value indicating success, we can just return the ArchSpec
directly. Since the ArchSpec already has an invalid state, it can be
used to denote the failure without the additional bool.
Details
Details
Diff Detail
Diff Detail
- Repository
- rLLDB LLDB