Changeset 001957b6 in mainline for kernel/generic/src/debug/names.c
- Timestamp:
- 2023-10-26T20:20:55Z (15 months ago)
- Branches:
- master, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0373af9
- Parents:
- 2fbb42f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/debug/names.c
r2fbb42f r001957b6 35 35 36 36 static const char *const dw_ut_names[] = { 37 #include <debug/constants/dw_ut.h>37 #include <debug/constants/dw_ut.inc> 38 38 }; 39 39 40 40 static const char *const dw_tag_names[] = { 41 #include <debug/constants/dw_tag.h>41 #include <debug/constants/dw_tag.inc> 42 42 }; 43 43 44 44 static const char *const dw_at_names[] = { 45 #include <debug/constants/dw_at.h>45 #include <debug/constants/dw_at.inc> 46 46 }; 47 47 48 48 static const char *const dw_form_names[] = { 49 #include <debug/constants/dw_form.h>49 #include <debug/constants/dw_form.inc> 50 50 }; 51 51 52 52 static const char *const dw_op_names[] = { 53 #include <debug/constants/dw_op.h>53 #include <debug/constants/dw_op.inc> 54 54 }; 55 55 56 56 static const char *const dw_lle_names[] = { 57 #include <debug/constants/dw_lle.h>57 #include <debug/constants/dw_lle.inc> 58 58 }; 59 59 60 60 static const char *const dw_ate_names[] = { 61 #include <debug/constants/dw_ate.h>61 #include <debug/constants/dw_ate.inc> 62 62 }; 63 63 64 64 static const char *const dw_ds_names[] = { 65 #include <debug/constants/dw_ds.h>65 #include <debug/constants/dw_ds.inc> 66 66 }; 67 67 68 68 static const char *const dw_end_names[] = { 69 #include <debug/constants/dw_end.h>69 #include <debug/constants/dw_end.inc> 70 70 }; 71 71 72 72 static const char *const dw_access_names[] = { 73 #include <debug/constants/dw_access.h>73 #include <debug/constants/dw_access.inc> 74 74 }; 75 75 76 76 static const char *const dw_vis_names[] = { 77 #include <debug/constants/dw_vis.h>77 #include <debug/constants/dw_vis.inc> 78 78 }; 79 79 80 80 static const char *const dw_virtuality_names[] = { 81 #include <debug/constants/dw_virtuality.h>81 #include <debug/constants/dw_virtuality.inc> 82 82 }; 83 83 84 84 static const char *const dw_lang_names[] = { 85 #include <debug/constants/dw_lang.h>85 #include <debug/constants/dw_lang.inc> 86 86 }; 87 87 88 88 static const char *const dw_id_names[] = { 89 #include <debug/constants/dw_id.h>89 #include <debug/constants/dw_id.inc> 90 90 }; 91 91 92 92 static const char *const dw_cc_names[] = { 93 #include <debug/constants/dw_cc.h>93 #include <debug/constants/dw_cc.inc> 94 94 }; 95 95 96 96 static const char *const dw_lns_names[] = { 97 #include <debug/constants/dw_lns.h>97 #include <debug/constants/dw_lns.inc> 98 98 }; 99 99 100 100 static const char *const dw_lne_names[] = { 101 #include <debug/constants/dw_lne.h>101 #include <debug/constants/dw_lne.inc> 102 102 }; 103 103 104 104 static const char *const dw_lnct_names[] = { 105 #include <debug/constants/dw_lnct.h>105 #include <debug/constants/dw_lnct.inc> 106 106 }; 107 107
Note:
See TracChangeset
for help on using the changeset viewer.