Files
SDK_SG200x_V2/u-boot-2021.10/doc/usage/exception.rst
carbon 0545e9dc6d init version 2024-05-07
commit d1edce71135cc6d98c0a4b5729774542b676e769
Author: sophgo-forum-service <forum_service@sophgo.com>
Date:   Fri Mar 15 16:07:33 2024 +0800

    [fix] recommend using ssh method to clone repo.
    [fix] fix sensor driver repo branch name.
2024-05-07 19:36:36 +08:00

67 lines
914 B
ReStructuredText

exception command
=================
Synopsis
--------
::
exception <type>
Description
-----------
The exception command is used to test the handling of exceptions like undefined
instructions, segmentation faults or alignment faults.
type
type of exception to be generated. The available types are architecture
dependent. Use 'help exception' to determine which are available.
**ARM:**
breakpoint
prefetch abort
unaligned
data abort
undefined
undefined instruction
**RISC-V:**
ebreak
breakpoint exception
unaligned
load address misaligned
undefined
undefined instruction
**Sandbox:**
sigsegv
illegal memory access
undefined
undefined instruction
**x86:**
undefined
undefined instruction
Examples
--------
::
=> exception undefined
Illegal instruction
pc = 0x56076dd1a0f9, pc_reloc = 0x540f9
resetting ...