diff options
author | Pedro Alves <palves@redhat.com> | 2013-06-28 17:19:39 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2013-06-28 17:19:39 +0000 |
commit | 74da6f00a3ba65e1f2d359a59829d796d1ec3a8e (patch) | |
tree | c2551c0122f6d9eade8937197b4f69dbec19bc55 /gdb/ChangeLog | |
parent | d32dc48ed4bf13a6974ccc12b0e58aa434821d22 (diff) | |
download | gdb-74da6f00a3ba65e1f2d359a59829d796d1ec3a8e.zip gdb-74da6f00a3ba65e1f2d359a59829d796d1ec3a8e.tar.gz gdb-74da6f00a3ba65e1f2d359a59829d796d1ec3a8e.tar.bz2 |
Move pagination_enabled declaration to a proper place.
Declare it close to other related declarations in utils.h, and remove
local extern declaration hack.
gdb/
2013-06-28 Pedro Alves <palves@redhat.com>
* infrun.c (set_observer_mode): Don't declare pagination_enabled
here.
* utils.h (pagination_enabled): Declare.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 5bd25df..c2a878f 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,11 @@ 2013-06-28 Pedro Alves <palves@redhat.com> + * infrun.c (set_observer_mode): Don't declare pagination_enabled + here. + * utils.h (pagination_enabled): Declare. + +2013-06-28 Pedro Alves <palves@redhat.com> + * infrun.c (non_stop, non_stop_1, set_non_stop, show_non_stop): Move higher up in file. |