diff options
author | Daniel Jacobowitz <drow@false.org> | 2003-01-22 23:50:35 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2003-01-22 23:50:35 +0000 |
commit | d28f9cdffd64eccc907a788a61c75968eeb0e954 (patch) | |
tree | 26505ccef16583054609ba765abc9d5dbfe0b4af /gdb/NEWS | |
parent | e7ba9c658425d264adc54dfcf0b654cfc3df8f14 (diff) | |
download | gdb-d28f9cdffd64eccc907a788a61c75968eeb0e954.zip gdb-d28f9cdffd64eccc907a788a61c75968eeb0e954.tar.gz gdb-d28f9cdffd64eccc907a788a61c75968eeb0e954.tar.bz2 |
Original patch by Tom Tromey <tromey@cygnus.com> and
Jason Molenda <jmolenda@apple.com>.
* Makefile.in (PROFILE_CFLAGS): Substitute from configure.
(INTERNAL_LDFLAGS): Don't include PROFILE_CFLAGS.
* NEWS: Mention profiling.
* configure.in (--enable-gdbtk): Fix typo.
(--enable-profiling): New. Set PROFILE_CFLAGS.
* maint.c (maintenance_set_profile_cmd): Remove NOTYET.
Fill in function.
(profiling_state): New variable.
(mcleanup_wrapper): New function.
(_initialize_maint): Remove NOTYET, fix call to
add_setshow_boolean_cmd for "maint set profile".
* configure: Regenerated.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -3,6 +3,14 @@ *** Changes since GDB 5.3: +* Profiling support + +A new command, "maint set profile on/off", has been added. This command can +be used to enable or disable profiling while running GDB, to profile a +session or a set of commands. In addition there is a new configure switch, +"--enable-profiling", which will cause GDB to be compiled with profiling +data, for more informative profiling results. + * Default MI syntax changed to "mi2". The default MI (machine interface) syntax, enabled by the command line |