Skip to content
  • hjk's avatar
    debugger: catch python exception · 3388e88a
    hjk authored
    Iterating through gdb.Frame.blocks() also yields function-local struct
    definitions that cause later errors when attempting to use them as
    local variable. This is arguably a gdb issue as it is inconsistent with
    the result of plain old "info locals" output.
    
    Reviewed-by: Friedemann Kleint
    3388e88a