diff options
author | David Carlton <carlton@bactrian.org> | 2003-02-28 17:21:16 +0000 |
---|---|---|
committer | David Carlton <carlton@bactrian.org> | 2003-02-28 17:21:16 +0000 |
commit | 4224873a5a61550c3fbdd2aed7b3882ec04928ef (patch) | |
tree | f81175eb66f435719a10140343f252c8e8b1f995 /gdb/ChangeLog | |
parent | ccdc5d7f94996e0eaf4325b52ef44367ba53bd65 (diff) | |
download | gdb-4224873a5a61550c3fbdd2aed7b3882ec04928ef.zip gdb-4224873a5a61550c3fbdd2aed7b3882ec04928ef.tar.gz gdb-4224873a5a61550c3fbdd2aed7b3882ec04928ef.tar.bz2 |
2003-02-28 David Carlton <carlton@math.stanford.edu>
* linespec.c (decode_compound): Extract code into find_method.
(find_method): New.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 5940c39..3efe544 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2003-02-28 David Carlton <carlton@math.stanford.edu> + + * linespec.c (decode_compound): Extract code into find_method. + (find_method): New. + 2003-02-28 J. Brobecker <brobecker@gnat.com> * Makefile.in: Add rules to build and link in observer.o. |