Chris Johns 7148caeb91 Add Windows specific waf support for MSYS2.
Limit the compilers used to gcc and clang. Clang has not been tested.
Users with MSVC install does not need to remove now.

Force the os.sep path to the standard '\\' on Windows. The MSYS2 python
sets it to '/' for internal project reasons. Doing this does cause waf
problems when running configure so only do this for the build target.

Closes #2583.
2016-02-19 14:51:28 +11:00
..
2015-11-12 11:15:23 +01:00
2014-08-25 09:52:40 +10:00
2015-11-12 11:15:23 +01:00
2015-11-12 11:15:23 +01:00
2015-11-12 11:15:23 +01:00
2014-08-25 09:52:41 +10:00
2014-08-25 09:52:41 +10:00
2015-11-12 11:15:23 +01:00
2015-11-12 11:15:23 +01:00
2015-11-12 11:15:23 +01:00
2015-11-12 11:15:23 +01:00

RTEMS GDB

GDB extensions to help accelarting RTEMS debugging.

Usage

  • Clone the git repo
  • Fire up gdb and use source command
$ sparc-rtems4.11-gdb

GNU gdb (GDB) 7.5.1
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "--host=x86_64-linux-gnu --target=sparc-rtems4.11".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
(gdb) source path/to/clone/__init__.py
RTEMS GDB Support loaded
(gdb)

Commands Implemented

Developer documentation

We have a document to get started with pretty printer development.