Fix typo, get_Frame_id -> get_frame_id
authorSimon Marchi <simon.marchi@efficios.com>
Wed, 11 Dec 2019 16:30:15 +0000 (11:30 -0500)
committerSimon Marchi <simon.marchi@efficios.com>
Wed, 11 Dec 2019 16:30:15 +0000 (11:30 -0500)
gdb/doc/ChangeLog:

* gdb.texinfo (Writing JIT Debug Info Readers): Fix typo.

gdb/doc/ChangeLog
gdb/doc/gdb.texinfo

index 6db33e1781f7b9f719493824d0d281fb7aa58692..7fe47f20f2492c0fd24a4e891341602a69a520ad 100644 (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,
index a4e2c4ff128e6c416488709925b2c93b0a29651e..4d25f755d727497968816d8e91e2facecc9e74ab 100644 (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
This page took 0.042707 seconds and 4 git commands to generate.