This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
Hello Eli,
The syntax and semantics of the substitute-path commands have been
changed, so the documentation needed to be rewritten. The difference
now is that these commands manipulate a LIST of rules instead of just
one. We also introduced a new limitation to avoid unexpected
substitutions from happening: The rule is anchored at the begining
of the source path, and the end should be at a directory separator.
Hopefully, I captured that as clearly as possible in the new update.
Let me know what you think.
2006-06-27 Joel Brobecker <brobecker@adacore.com>
* gdb.texinfo (Source Path): Add documentation for new
substitute-path commands.
Thanks,
--
Joel
Attachment:
subst-doc.diff
Description: Text document
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |