source: rtems-tools/tools/gdb/python/README.md @ 52fc200

4.104.115
Last change on this file since 52fc200 was 52fc200, checked in by Dhananjay Balan <mb.dhananjay@…>, on 08/23/13 at 04:25:07

Update Readme.

Add wiki pages, usage instructions etc.

  • Property mode set to 100644
File size: 961 bytes
Line 
1# RTEMS GDB
2
3GDB extensions to help accelarting RTEMS debugging.
4
5## Usage
6 - Clone the git repo
7 - Fire up gdb and use source command
8```
9$ sparc-rtems4.11-gdb
10
11GNU gdb (GDB) 7.5.1
12Copyright (C) 2012 Free Software Foundation, Inc.
13License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
14This is free software: you are free to change and redistribute it.
15There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
16and "show warranty" for details.
17This GDB was configured as "--host=x86_64-linux-gnu --target=sparc-rtems4.11".
18For bug reporting instructions, please see:
19<http://www.gnu.org/software/gdb/bugs/>.
20(gdb) source path/to/clone/__init__.py
21RTEMS GDB Support loaded
22(gdb)
23```
24
25## Commands Implemented
26 - `rtems object` : Prints rtems objects by ID
27 - [rtems index subcommands](Subcommands)
28
29## Developer documentation
30We have a document to get started with [pretty printer development](Writing-a-pretty-printer).
31
Note: See TracBrowser for help on using the repository browser.