valkyrie_sample.cfg 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. [General]
  2. config_proj_version=1
  3. [memcheck]
  4. alignment=8
  5. freelist-vol=10000000
  6. leak-check=full
  7. leak-resolution=low
  8. partial-loads-ok=no
  9. show-reachable=no
  10. track-origins=yes
  11. workaround-gcc296-bugs=no
  12. [valgrind]
  13. child-silent-after-fork=yes
  14. db-attach=no
  15. db-command=/usr/bin/gdb -nw %f %p
  16. demangle=yes
  17. error-limit=yes
  18. gen-suppressions=no
  19. input-fd=0
  20. kernel-variant=none
  21. log-fd=2
  22. log-file=
  23. log-socket=
  24. max-stackframe=2000000
  25. num-callers=12
  26. run-libc-freeres=yes
  27. show-below-main=no
  28. show-emwarns=no
  29. sim-hints=none
  30. smc-check=stack
  31. suppressions=
  32. time-stamp=no
  33. tool=memcheck
  34. trace-children=no
  35. track-fds=no
  36. verbosity=1
  37. xml=yes
  38. xml-user-comment=
  39. [valkyrie]
  40. binary=./char-server
  41. binary-flags=--run-once
  42. browser=/usr/bin/perl
  43. default-logdir=./tmp
  44. font-gen-sys=true
  45. font-gen-user="Luxi Sans,10,-1,5,50,0,0,0,0,0"
  46. font-tool-user="Misc Fixed,11,-1,5,50,0,0,0,0,0"
  47. project-file=/home/lighta/Documents/Dev/RO/rathena/conf/valkyrie_sample.cfg
  48. show-butt-text=false
  49. show-tooltips=true
  50. src-editor=/bin/geany
  51. src-lines=2
  52. use-vk-palette=true
  53. vg-exec=/bin/valgrind
  54. view-log=
  55. working-dir=../