2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
authorElena Zannoni <ezannoni@kwikemart.cygnus.com>
Mon, 17 Apr 2000 16:12:39 +0000 (16:12 +0000)
committerElena Zannoni <ezannoni@kwikemart.cygnus.com>
Mon, 17 Apr 2000 16:12:39 +0000 (16:12 +0000)
        * gdb.texinfo (Files): Update description of add-symbol-file
        command.

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

index ae7a3587213b3dda02357afdc6586023c1e2d61a..dfc71384e538e771c42ef8ac9a34a0ccfd1a722d 100644 (file)
@@ -1,3 +1,8 @@
+2000-04-17  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
+
+       * gdb.texinfo (Files): Update description of add-symbol-file
+       command.
+
 2000-04-17  Eli Zaretskii  <eliz@is.elta.co.il>
 
        * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
index 3c28d69432d3d6a838b4cbe6fe9c13f4ce3f984f..d909466c5e21891ba45b66ba234f2ac9b653b9d8 100644 (file)
@@ -8012,19 +8012,16 @@ the program is running.  To do this, use the @code{kill} command
 @cindex dynamic linking
 @item add-symbol-file @var{filename} @var{address}
 @itemx add-symbol-file @var{filename} @var{address} @r{[} -readnow @r{]} @r{[} -mapped @r{]}
-@itemx add-symbol-file @var{filename} @var{address} @var{data_address} @var{bss_address}
-@itemx add-symbol-file @var{filename} @r{-T}@var{section} @var{address}
+@itemx add-symbol-file @var{filename} @r{-s}@var{section} @var{address}
 The @code{add-symbol-file} command reads additional symbol table
 information from the file @var{filename}.  You would use this command
 when @var{filename} has been dynamically loaded (by some other means)
 into the program that is running.  @var{address} should be the memory
 address at which the file has been loaded; @value{GDBN} cannot figure
-this out for itself.  You can specify up to three addresses, in which
-case they are taken to be the addresses of the text, data, and bss
-segments respectively.  For complicated cases, you can specify an
-arbitrary number of @samp{@r{-T}@var{section} @var{address}} pairs, to
-give an explicit section name and base address for that section.  You
-can specify any @var{address} as an expression.
+this out for itself.  You can additionally specify an arbitrary number
+of @samp{@r{-s}@var{section} @var{address}} pairs, to give an explicit
+section name and base address for that section.  You can specify any
+@var{address} as an expression.
 
 The symbol table of the file @var{filename} is added to the symbol table
 originally read with the @code{symbol-file} command.  You can use the
This page took 0.034763 seconds and 4 git commands to generate.