• Benedikt Meurer's avatar
    [cleanup] Fix DebugBreakType enum. · 5a4f8a08
    Benedikt Meurer authored
    The order of the enum values is important for the BreakLocation
    predicates. This wasn't an issue so far, since the DEBUG_BREAK_AT_ENTRY
    case is anyways treated separately, but for the future I've added a
    comment and fixed the order.
    
    Drive-by-fix: Remove the useless `inline` markers on the predicates.
    
    Bug: chromium:1162229, chromium:700516
    Change-Id: I05653ac9b5ea225e30c5c2beeff809b8848c2ec7
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3026712
    Auto-Submit: Benedikt Meurer <bmeurer@chromium.org>
    Commit-Queue: Yang Guo <yangguo@chromium.org>
    Reviewed-by: 's avatarYang Guo <yangguo@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#75736}
    5a4f8a08
debug.h 22.2 KB