summaryrefslogtreecommitdiffstats
path: root/spec/rtems/fatal/if/exception-frame-print.yml
blob: 41d5e4a6648de7fb03809667b2c8803aed8bd0d9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
  Prints the exception frame.
copyrights:
- Copyright (C) 2020 embedded brains GmbH & Co. KG
- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
definition:
  default:
    attributes: null
    body: |
      ${/score/cpu/if/exception-frame-print:/name}( ${.:/params[0]/name} );
    params:
    - const ${exception-frame:/name} *${.:/params[0]/name}
    return: void
  variants: []
description: |
  The exception frame is printed in an architecture-dependent format using
  ${../../io/if/printk:/name}.
enabled-by: true
index-entries:
- exception frame
interface-type: function
links:
- role: interface-placement
  uid: header
- role: interface-ingroup
  uid: group
- role: constraint
  uid: /constraint/directive-not-pre-qualified
name: rtems_exception_frame_print
notes: null
params:
- description: |
    is the reference to the exception frame to print.
  dir: null
  name: frame
return: null
type: interface