diff options
author | Bob Rossi <bob@brasko.net> | 2005-05-29 03:13:19 +0000 |
---|---|---|
committer | Bob Rossi <bob@brasko.net> | 2005-05-29 03:13:19 +0000 |
commit | 034dad6fa14741c4392485c2e64120bef895c4ee (patch) | |
tree | a037ec1564fdd6b9d2efcb4e64effcc091d514d8 /gdb/ChangeLog | |
parent | 0915f927adbf740ae6b4192d0378091163024b03 (diff) | |
download | gdb-034dad6fa14741c4392485c2e64120bef895c4ee.zip gdb-034dad6fa14741c4392485c2e64120bef895c4ee.tar.gz gdb-034dad6fa14741c4392485c2e64120bef895c4ee.tar.bz2 |
This is a cleanup change. It is the beggining of allowing GDB/MI to be
better understood (internally).
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 02105c4..0e83bc7 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,15 @@ +2005-05-28 Bob Rossi <bob@brasko.net> + * Makefile.in (SUBDIR_MI_OBS, SUBDIR_MI_SRCS): Add mi-common. + (gdb/mi/ headers): Add mi_common_h. + (breakpoint.o, infrun.o): Add dependencies mi_common_h. + * breakpoint.c (include): Add include 'mi/mi-common.h'. + (print_it_typical): Use async_reason_lookup. + (watchpoint_check): Ditto. + * infrun.c (include): Add include 'mi/mi-common.h'. + (print_stop_reason): Use async_reason_lookup. + * mi/mi-common.h: New file. + * mi/mi-common.c: Ditto. + 2005-05-29 Joel Brobecker <brobecker@adacore.com> * alpha-tdep.c (alpha_next_pc): Use correct register number |