Add GDB JIT support for source line debug information.
authorDmitri Botcharnikov <dmitry.b@samsung.com>
Thu, 14 Jul 2016 16:23:23 +0000 (19:23 +0300)
committerEvgeny Pavlov <e.pavlov@samsung.com>
Fri, 22 Jul 2016 07:57:30 +0000 (10:57 +0300)
commitd2fe1f2ef86bd7d9c2b695368aa27ced42f84f77
treeb6b029e3cf8dacc4eb75ab967ef7147a5d4997d9
parent9f74aff5752c03aab5f03c1b529f6faf6648cb90
Add GDB JIT support for source line debug information.
src/coreclr/hosts/inc/coreclrhost.h
src/coreclr/hosts/unixcoreruncommon/CMakeLists.txt
src/coreclr/hosts/unixcoreruncommon/coreruncommon.cpp
src/vm/CMakeLists.txt
src/vm/gdbjit.cpp [new file with mode: 0644]
src/vm/gdbjit.h [new file with mode: 0644]
src/vm/util.cpp