Index: gdb.texinfo =================================================================== RCS file: /cvs/src/src/gdb/doc/gdb.texinfo,v retrieving revision 1.102 diff -u -3 -r1.102 gdb.texinfo --- gdb.texinfo 11 Jun 2002 20:36:57 -0000 1.102 +++ gdb.texinfo 18 Jun 2002 20:40:29 -0000 @@ -4360,6 +4360,13 @@ can set @var{instruction-set} to either @code{intel} or @code{att}. The default is @code{att}, the AT&T flavor used by default by Unix assemblers for x86-based targets. + +@kindex maint info lines +@item maint info lines +This command takes same parameters as @code{disassemble}, but only +dumps an 'address:line' pairs. Every pair means: "from this address +to the next pair, the code was generated by that line". + @end table