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

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

Update README.md

Fix indentation.

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