1 [colors] 1 [colors] 2 2 3 # These were the old defaults 3 # These were the old defaults 4 top = red, lightgray 4 top = red, lightgray 5 medium = green, lightgray 5 medium = green, lightgray 6 normal = black, lightgray 6 normal = black, lightgray 7 selected = lightgray, magenta 7 selected = lightgray, magenta 8 jump_arrows = blue, lightgray !! 8 code = blue, lightgray 9 addr = magenta, lightgray 9 addr = magenta, lightgray 10 10 11 [tui] 11 [tui] 12 12 13 # Defaults if linked with libslang 13 # Defaults if linked with libslang 14 report = on 14 report = on 15 annotate = on 15 annotate = on 16 top = on 16 top = on 17 17 18 [buildid] 18 [buildid] 19 19 20 # Default, disable using /dev/null 20 # Default, disable using /dev/null 21 dir = /root/.debug 21 dir = /root/.debug 22 22 23 [annotate] 23 [annotate] 24 24 25 # Defaults 25 # Defaults 26 hide_src_code = false 26 hide_src_code = false 27 use_offset = true 27 use_offset = true 28 jump_arrows = true 28 jump_arrows = true 29 show_nr_jumps = false 29 show_nr_jumps = false 30 << 31 [report] << 32 << 33 # Defaults << 34 sort-order = comm,dso,symbol << 35 percent-limit = 0 << 36 queue-size = 0 << 37 children = true << 38 group = true <<
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.