diff options
author | Sanjoy Das <sanjoyd@sourceware.org> | 2011-11-20 09:20:59 +0000 |
---|---|---|
committer | Sanjoy Das <sanjoyd@sourceware.org> | 2011-11-20 09:20:59 +0000 |
commit | f85b53f80ed2237261262f8f5c8e198dbc442c38 (patch) | |
tree | eb3adfe830d30b6e1954d2198d8578c2e0bc6211 /gdb/doc/ChangeLog | |
parent | 3623dc3afb5e0fc3eaf1e045b0aded9d3123a6a6 (diff) | |
download | gdb-f85b53f80ed2237261262f8f5c8e198dbc442c38.zip gdb-f85b53f80ed2237261262f8f5c8e198dbc442c38.tar.gz gdb-f85b53f80ed2237261262f8f5c8e198dbc442c38.tar.bz2 |
gdb/doc/
* gdb.texinfo (JIT Interface): Add documentation on writing and
usind JIT debug info readers.
(Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
Debug Info Readers): New nodes.
Diffstat (limited to 'gdb/doc/ChangeLog')
-rw-r--r-- | gdb/doc/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index e8d634a..f915110 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,10 @@ +2011-11-20 Sanjoy Das <sdas@igalia.com> + + * gdb.texinfo (JIT Interface): Add documentation on writing and + usind JIT debug info readers. + (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT + Debug Info Readers): New nodes. + 2011-11-18 Yao Qi <yao@codesourcery.com> * gdb.texinfo (Create and Delete Tracepoints): Mention pending |