compute-runtime/runtime/program
Hoppe, Mateusz 81362d5b7d Source Level Debugger: add generating debug data in cloc
- generate debug data to .dbg file in cloc
- generate debug kernel for ults with "-g" option
in addition to "-cl-kernel-debug-enable"
- append "-g" option for compilation and build of
programs with kernel debugging enabled to make
compiler generate debug data

Change-Id: I09401f84be6e09da167194a44d1b9a7f2bfb622d
2018-04-18 17:14:15 +02:00
..
.clang-tidy Initial commit 2017-12-21 00:45:38 +01:00
CMakeLists.txt Cmake refactor part 20 2018-03-23 15:51:12 +01:00
block_kernel_manager.cpp [17/n] Internal 4GB allocator. 2018-03-27 10:33:22 +02:00
block_kernel_manager.h [17/n] Internal 4GB allocator. 2018-03-27 10:33:22 +02:00
build.cpp Source Level Debugger: add generating debug data in cloc 2018-04-18 17:14:15 +02:00
compile.cpp Source Level Debugger: add generating debug data in cloc 2018-04-18 17:14:15 +02:00
create.cpp Initial commit 2017-12-21 00:45:38 +01:00
create.inl Avoid default parameter to program constructor. 2018-02-28 16:56:07 +01:00
evaluate_unhandled_token.cpp Initial commit 2017-12-21 00:45:38 +01:00
get_info.cpp Initial commit 2017-12-21 00:45:38 +01:00
heap_info.h Initial commit 2017-12-21 00:45:38 +01:00
kernel_arg_info.h Adding support for get_image_num_mip_levels 2018-04-06 11:04:29 +02:00
kernel_info.cpp Update kernel allocation when substitute kernel heap 2018-04-05 10:49:40 +02:00
kernel_info.h Update kernel allocation when substitute kernel heap 2018-04-05 10:49:40 +02:00
link.cpp Initial commit 2017-12-21 00:45:38 +01:00
patch_info.h Kernel source debugging support 1/n 2018-03-13 08:01:29 +01:00
print_formatter.cpp Fix printf issue with printing pointers from 32bit kernel on 64bit system. 2018-04-05 17:12:33 +02:00
print_formatter.h Fix printf issue with printing pointers from 32bit kernel on 64bit system. 2018-04-05 17:12:33 +02:00
printf_handler.cpp Initial commit 2017-12-21 00:45:38 +01:00
printf_handler.h Initial commit 2017-12-21 00:45:38 +01:00
process_elf_binary.cpp Convert FALLTHROUGH comments to C++17 [[fallthrough]] attribute 2018-02-14 07:08:00 -08:00
process_gen_binary.cpp Adding support for get_image_num_mip_levels 2018-04-06 11:04:29 +02:00
process_spir_binary.cpp Initial commit 2017-12-21 00:45:38 +01:00
program.cpp [16/n] Internal 4GB allocator. 2018-03-15 10:40:39 +01:00
program.h Kernel Source Level debugger support 4/n 2018-03-26 15:02:42 +02:00