Fix typo, get_Frame_id -> get_frame_id

gdb/doc/ChangeLog:

	* gdb.texinfo (Writing JIT Debug Info Readers): Fix typo.
This commit is contained in:
Simon Marchi 2019-12-11 11:30:15 -05:00
parent 24f19ccb89
commit 27f7b2f640
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2019-12-11 Simon Marchi <simon.marchi@efficios.com>
* gdb.texinfo (Writing JIT Debug Info Readers): Fix typo.
2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
* gdb.texinfo (Command Options): Use -p and -pretty in the example,

View file

@ -36653,7 +36653,7 @@ extern struct gdb_reader_funcs *gdb_init_reader (void);
functions. These functions are executed to read the debug info
generated by the JIT compiler (@code{read}), to unwind stack frames
(@code{unwind}) and to create canonical frame IDs
(@code{get_Frame_id}). It also has a callback that is called when the
(@code{get_frame_id}). It also has a callback that is called when the
reader is being unloaded (@code{destroy}). The struct looks like this
@smallexample