Improve load command's help text
authorLuis Machado <lgustavo@codesourcery.com>
Mon, 13 Feb 2017 13:29:30 +0000 (07:29 -0600)
committerLuis Machado <lgustavo@codesourcery.com>
Mon, 13 Feb 2017 13:29:30 +0000 (07:29 -0600)
commit5cf30ebf64d3c6da961094c615a94d2f1682a478
tree803ac25d3d10a00b7bd49481a37f578d02f1b899
parentbf5f525c8908b03f4892433baa707310b0b9959d
Improve load command's help text

This fairly obvious patch adds usage text to the load command's help text.

Originally it did not have usage and mentioned things like FILE and OFFSET
without explaining how those should be passed in the command.

gdb/ChangeLog:

2017-02-13  Luis Machado  <lgustavo@codesourcery.com>

* symfile (_initialize_symfile): Add usage text to the load command's
help text.

gdb/doc/ChangeLog:

2017-02-13  Luis Machado  <lgustavo@codesourcery.com>

* gdb.texinfo (Target Commands): Document the optional offset
argument for the load command.
gdb/ChangeLog
gdb/doc/ChangeLog
gdb/doc/gdb.texinfo
gdb/symfile.c
This page took 0.02599 seconds and 4 git commands to generate.