summaryrefslogtreecommitdiff
path: root/cmake/intel/gdb.cmake
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2016-07-01 23:50:53 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2016-07-01 23:50:53 +0200
commit4b0939539fb99ee8a399d8a59d295ff94c1eeebc (patch)
tree8afad46f6edd908f86b0d4d72a6d3fd34dce096d /cmake/intel/gdb.cmake
parentc09d293d2b34d15e8bf609466d55555c74587845 (diff)
downloadintel-quark-d2000-playground-4b0939539fb99ee8a399d8a59d295ff94c1eeebc.tar.gz
intel-quark-d2000-playground-4b0939539fb99ee8a399d8a59d295ff94c1eeebc.tar.bz2
intel-quark-d2000-playground-4b0939539fb99ee8a399d8a59d295ff94c1eeebc.tar.xz
intel-quark-d2000-playground-4b0939539fb99ee8a399d8a59d295ff94c1eeebc.zip
o Creating targets for launching openocd and gdb.
Diffstat (limited to 'cmake/intel/gdb.cmake')
-rw-r--r--cmake/intel/gdb.cmake4
1 files changed, 4 insertions, 0 deletions
diff --git a/cmake/intel/gdb.cmake b/cmake/intel/gdb.cmake
new file mode 100644
index 0000000..b6840cb
--- /dev/null
+++ b/cmake/intel/gdb.cmake
@@ -0,0 +1,4 @@
+function(gdb_init)
+ set(gdb_bin "${ISSM_DIR}/tools/debugger/gdb/gdb-ia")
+ export_variable(gdb_bin)
+endfunction()