util: improve backtrace feature
authorJinhyung Jo <jinhyung.jo@samsung.com>
Mon, 19 Sep 2016 11:04:13 +0000 (20:04 +0900)
committerSeokYeon Hwang <syeon.hwang@samsung.com>
Thu, 6 Oct 2016 02:28:22 +0000 (11:28 +0900)
commit07cfe62467612339476b3a83ef61ffcb9f3ee3e9
tree37db2e323149e1f439403256f6cce4f6fdae043c
parentf569c289168ec579bcb62231d2572a80be5d6d52
util: improve backtrace feature

improve & clean up the code:
  - correct coding convention
  - add backtrace feature to Mac OS X
    : remove #ifdef CONFIG_DARWIN ... #endif
      The 'backtarce' family functions first appeared in Mac OS X 10.5
  - modify the Windows code using the APIs in DbgHelp
  - change debug channel: from debug_ch to new_debug_ch
  - remove some lines like redundant/unclear/unwanted/etc.
  - modify output form

Change-Id: I8b57d996fa9daabf990932fcfb82e45a5e453636
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
tizen/src/util/Makefile.objs
tizen/src/util/error_handler.c