You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
585 B
38 lines
585 B
[colors]
|
|
|
|
# These were the old defaults
|
|
top = red, lightgray
|
|
medium = green, lightgray
|
|
normal = black, lightgray
|
|
selected = lightgray, magenta
|
|
jump_arrows = blue, lightgray
|
|
addr = magenta, lightgray
|
|
|
|
[tui]
|
|
|
|
# Defaults if linked with libslang
|
|
report = on
|
|
annotate = on
|
|
top = on
|
|
|
|
[buildid]
|
|
|
|
# Default, disable using /dev/null
|
|
dir = /root/.debug
|
|
|
|
[annotate]
|
|
|
|
# Defaults
|
|
hide_src_code = false
|
|
use_offset = true
|
|
jump_arrows = true
|
|
show_nr_jumps = false
|
|
|
|
[report]
|
|
|
|
# Defaults
|
|
sort-order = comm,dso,symbol
|
|
percent-limit = 0
|
|
queue-size = 0
|
|
children = true
|
|
group = true
|
|
|