diff options
author | Vladimir Prus <vladimir@codesourcery.com> | 2008-05-05 09:47:47 +0000 |
---|---|---|
committer | Vladimir Prus <vladimir@codesourcery.com> | 2008-05-05 09:47:47 +0000 |
commit | e2b7ddeae30ddeb4056206b07d075e65bdf286ba (patch) | |
tree | e8b41eb2ce8f772af4e0d360a88e2cdf9193d23d /gdb/doc | |
parent | ccd2d1c8798f98e34d5d32ed7a32f83c25740aa8 (diff) | |
download | gdb-e2b7ddeae30ddeb4056206b07d075e65bdf286ba.zip gdb-e2b7ddeae30ddeb4056206b07d075e65bdf286ba.tar.gz gdb-e2b7ddeae30ddeb4056206b07d075e65bdf286ba.tar.bz2 |
* top.c (command_line_handler_continuation): Remove.
(execute_command): Do not install the above.
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 4 |
2 files changed, 9 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 75fb3ce..f371b21 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2008-05-05 Vladimir Prus <vladimir@codesourcery.com> + + * gdb.texinfo (Maintenance Commands): Clarify that "maint time" + will not report the time of commands that run the target. + 2008-05-03 Vladimir Prus <vladimir@codesourcery.com> * gdb.texinfo (GDB/MI Output Records): Add diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 957962c..f4b9417 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -23437,6 +23437,10 @@ switch (@pxref{Mode Options}). Control whether to display the execution time for each command. If set to a nonzero value, @value{GDBN} will display how much time it took to execute each command, following the command's own output. +The time is not printed for the commands that run the target, since +there's no mechanism currently to compute how much time was spend +by @value{GDBN} and how much time was spend by the program been debugged. +it's not possibly currently This can also be requested by invoking @value{GDBN} with the @option{--statistics} command-line switch (@pxref{Mode Options}). |