Skip to content
This repository has been archived by the owner on Sep 2, 2023. It is now read-only.

Commit

Permalink
Fix frame-apply.html collision in GDB manual.
Browse files Browse the repository at this point in the history
The addition of an anchor for the "frame apply" command was causing
the HTML documentation to include files named both "frame-apply.html"
and "Frame-Apply.html", which collide on case-insensitive file
systems.  This patch removes the redundant anchor and adjusts the two
xrefs to it.

2020-07-13 Paul Carroll <[email protected]>

	PR gdb/25716

	gdb/doc/
	* gdb.texinfo (Frame Apply): Remove anchor for 'frame
	apply' and adjust xrefs to it.
  • Loading branch information
Paul Carroll authored and SandraLoosemore committed Jul 13, 2020
1 parent 74e4b66 commit ed788fe
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
7 changes: 7 additions & 0 deletions gdb/doc/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
2020-07-13 Paul Carroll <[email protected]>

PR gdb/25716

* gdb.texinfo (Frame Apply): Remove anchor for 'frame
apply' and adjust xrefs to it.

2020-07-11 Philippe Waroquiers <[email protected]>

* gdb.texinfo (Attach): Update exec-file-mismatch doc.
Expand Down
5 changes: 2 additions & 3 deletions gdb/doc/gdb.texinfo
Original file line number Diff line number Diff line change
Expand Up @@ -3693,7 +3693,7 @@ is, using:
@end smallexample

The @code{tfaas} command accepts the same options as the @code{frame
apply} command. @xref{frame apply}.
apply} command. @xref{Frame Apply,,frame apply}.

@kindex thread name
@cindex name a thread
Expand Down Expand Up @@ -8451,7 +8451,6 @@ tfaas i lo -q -t lock_something_t

@node Frame Apply
@section Applying a Command to Several Frames.
@anchor{frame apply}
@kindex frame apply
@cindex apply command to several frames
@table @code
Expand Down Expand Up @@ -8583,7 +8582,7 @@ is, using:
@end smallexample

The @code{faas} command accepts the same options as the @code{frame
apply} command. @xref{frame apply}.
apply} command. @xref{Frame Apply,,frame apply}.

Note that the command @code{tfaas @var{command}} applies @var{command}
on all frames of all threads. See @xref{Threads,,Threads}.
Expand Down

0 comments on commit ed788fe

Please sign in to comment.