OSDN Git Service

2002-12-03 Andrew Cagney <ac131313@redhat.com>
authorcagney <cagney>
Wed, 4 Dec 2002 00:05:52 +0000 (00:05 +0000)
committercagney <cagney>
Wed, 4 Dec 2002 00:05:52 +0000 (00:05 +0000)
commitaeac78d4f6625de1eae07b64a5f5073a147581b6
tree5580e5d3dba6ccbbda5ef01b7f3db46d0d475fb5
parent3c31780f84602e261572e8c2feb1243bc123a016
2002-12-03  Andrew Cagney  <ac131313@redhat.com>

* frame.h (get_frame_id): Convert to a function.
(null_frame_id, frame_id_p): Declare.
(frame_id_eq, frame_id_inner): Declare.
(frame_id_build): New function.
* frame.c (get_frame_id): Update.  Use null_frame_id.
(frame_find_by_id): Rewrite using frame_id_p, frame_id_eq and
frame_id_inner.
(null_frame_id, frame_id_p): Define.
(frame_id_eq, frame_id_inner): Define.
(frame_id_build): New function.
* varobj.c (varobj_create): Update.
(varobj_update): Update.
* valops.c (value_assign): Update.
(new_root_variable): Update.
* infrun.c (save_inferior_status): Update.
* breakpoint.c (watch_command_1): Update.
gdb/ChangeLog
gdb/breakpoint.c
gdb/frame.c
gdb/frame.h
gdb/infrun.c
gdb/valops.c
gdb/varobj.c