Go to the documentation of this file.
16 """Configure GDB using the WRS/Linux environment."""
20 if 'ENV_PREFIX' in os.environ:
21 gdb.execute(
'set sysroot %s' % os.environ[
'ENV_PREFIX'])
24 print "warning: ENV_PREFIX environment variable missing."
25 print "The debugger will probably be unable to find the correct system libraries"