source: mainline/kernel/generic/include/debug/constants/dw_lns.inc@ fdfb24e

topic/msim-upgrade topic/simplify-dev-export
Last change on this file since fdfb24e was 001957b6, checked in by Jiří Zárevúcky <zarevucky.jiri@…>, 2 years ago

ccheck

  • Property mode set to 100644
File size: 379 bytes
Line 
1CVAL(DW_LNS_copy, 0x01)
2CVAL(DW_LNS_advance_pc, 0x02)
3CVAL(DW_LNS_advance_line, 0x03)
4CVAL(DW_LNS_set_file, 0x04)
5CVAL(DW_LNS_set_column, 0x05)
6CVAL(DW_LNS_negate_stmt, 0x06)
7CVAL(DW_LNS_set_basic_block, 0x07)
8CVAL(DW_LNS_const_add_pc, 0x08)
9CVAL(DW_LNS_fixed_advance_pc, 0x09)
10CVAL(DW_LNS_set_prologue_end, 0x0a)
11CVAL(DW_LNS_set_epilogue_begin, 0x0b)
12CVAL(DW_LNS_set_isa, 0x0c)
Note: See TracBrowser for help on using the repository browser.