Giter VIP home page Giter VIP logo

gabrielduque / cuda-gdb Goto Github PK

View Code? Open in Web Editor NEW

This project forked from nvidia/cuda-gdb

0.0 2.0 0.0 122.79 MB

CUDA GDB

License: GNU General Public License v2.0

Makefile 0.08% C 85.33% Objective-C 0.14% C++ 1.06% Perl 0.17% Shell 0.71% Emacs Lisp 0.03% Logos 0.19% Bison 0.40% Python 0.15% Awk 0.01% TeX 0.32% XML 0.27% XSLT 0.01% Ada 0.20% Assembly 10.90% Fortran 0.02% Go 0.01% Java 0.01% Pascal 0.01%

cuda-gdb's Introduction

		     README for CUDA-GDB release

This is CUDA-GDB, the NVIDIA CUDA source-level debugger for Linux and Mac OS, based on GDB-7.8, the GNU source-level debugger.

For more information about gdb, please refer to README file in this folder or check the GDB home page at http://www.gnu.org/software/gdb

CUDA-GDB BUILD INSTRUCTIONS (example only, adjust as needed)
===========================

First, make sure that libtermcap and other required dependent packages are
installed (try sudo yum install ncurses-devel). The configure command will
issue an error if some packages are missing.

Please note that the libexpat development headers must be present if cuda-gdb is to be used for cross-platform debugging.

Issue the following commands to build cuda-gdb:
    ./configure --program-prefix=cuda- \
        --enable-cuda \
        --enable-targets="x86_64-apple-darwin,x86_64-unknown-linux-gnu,\
        arm-elf-linux-gnu,m68k-unknown-linux-gnu" \
        CFLAGS='-I/usr/local/cuda/include' \
        LDFLAGS='-lpthread'
    make

USING CUDA-GDB
==============
All standard GDB commands could be used both for CPU and GPU code debugging. In addition to that, cuda-gdb provides CUDA-specific command families like "info cuda ..." to query GPU states, "cuda .." to control debugger focus on GPU and "[get|set] cuda .." to alter/query CUDA dbeugger configuration.

For more information please check http://docs.nvidia.com/cuda/cuda-gdb/


REPORTING BUGS
==============
Send e-mail to [email protected] or fill an issue report form at NVIDIA registered developers portal.

cuda-gdb's People

Contributors

ajaeger avatar andreas-schwab avatar bonzini avatar davidcarlton avatar djdelorie avatar eli-zaretskii avatar employedrussian avatar fche avatar fnasser avatar gingold-adacore avatar github-cygwin avatar hjl-tools avatar hpataxisdotcom avatar ianlancetaylor avatar jakubjelinek avatar jankratochvil avatar jeromeguittonadacore avatar jim-wilson avatar jjohnstn avatar jsm28 avatar kevinbuettner avatar nickclifton avatar palves avatar shtiek avatar teawater avatar thorpej avatar tjbauermann avatar vapier avatar vprus avatar xdje42 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.