]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/dummy-frame.c
2004-08-02 Andrew Cagney <cagney@gnu.org>
authorAndrew Cagney <cagney@redhat.com>
Mon, 2 Aug 2004 18:52:03 +0000 (18:52 +0000)
committerAndrew Cagney <cagney@redhat.com>
Mon, 2 Aug 2004 18:52:03 +0000 (18:52 +0000)
commit3c109c8b9c01529aceea6518020ac3c3730b59e1
tree02632f1a855f28a3323fb49d8cd23f16cce10c3e
parent96860204a5b8c68b406f7b44793d57183c10d2fb
2004-08-02  Andrew Cagney  <cagney@gnu.org>

* dummy-frame.c (struct dummy_frame): Delete call_lo, call_hi, top
and pc.  Update comments.
(pc_in_dummy_frame): Delete function.
(deprecated_pc_in_call_dummy): Inline old pc_in_dummy_frame code,
use the "id".
(dummy_frame_push, dummy_frame_sniffer): Instead of call_lo,
call_hi, top and pc, use the id.
(fprint_dummy_frames): Do not print call_lo, call_hi, top and pc.
gdb/ChangeLog
gdb/dummy-frame.c