summaryrefslogtreecommitdiffstats
path: root/spec/score/basedefs/if/debug-unreachable.yml
blob: 9a861e255644a12558489d5fe0c7a6539302101b (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
39
40
41
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
  Terminates the program with a failed assertion.
copyrights:
- Copyright (C) 2023 embedded brains GmbH (http://www.embedded-brains.de)
definition:
  default:
    attributes: ${/rtems/basedefs/if/no-return:/name}
    body: null
    params:
    - const char *${.:/params[0]/name}
    - int ${.:/params[1]/name}
    - const char *${.:/params[2]/name}
    return: void
  variants: []
description: null
enabled-by:
  and:
  - not: ASM
  - RTEMS_DEBUG
index-entries: []
interface-type: function
links:
- role: interface-placement
  uid: /rtems/basedefs/if/header
- role: interface-ingroup
  uid: ../../if/group
name: _Debug_Unreachable
notes: null
params:
- description: is the file name.
  dir: null
  name: file
- description: is the line of the file.
  dir: null
  name: line
- description: is the function name.
  dir: null
  name: func
return: null
type: interface