diff options
author | David Carlton <carlton@bactrian.org> | 2002-11-11 21:18:55 +0000 |
---|---|---|
committer | David Carlton <carlton@bactrian.org> | 2002-11-11 21:18:55 +0000 |
commit | 44fe14ab8c3e6233d8874836834bfb79116a6c65 (patch) | |
tree | ef637fd23ca3f1cbeaa79eb8fb3695f5182dcc36 /gdb/ChangeLog | |
parent | 9e8d33e774b3ee5cdefb1975d628688912dd82e7 (diff) | |
download | gdb-44fe14ab8c3e6233d8874836834bfb79116a6c65.zip gdb-44fe14ab8c3e6233d8874836834bfb79116a6c65.tar.gz gdb-44fe14ab8c3e6233d8874836834bfb79116a6c65.tar.bz2 |
2002-11-11 David Carlton <carlton@math.stanford.edu>
* linespec.c (decode_line_1): Move chunks of code to separate
functions.
(initialize_defaults): New function.
(decode_indirect): New function.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 661fbd9..744f6f3 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +2002-11-11 David Carlton <carlton@math.stanford.edu> + + * linespec.c (decode_line_1): Move chunks of code to separate + functions. + (initialize_defaults): New function. + (decode_indirect): New function. + 2002-11-11 Andrew Cagney <ac131313@redhat.com> * blockframe.c (sigtramp_saved_pc): Fix tipo. void_func_ptr |