OSDN Git Service

2004-08-01 Andrew Cagney <cagney@gnu.org>
authorcagney <cagney>
Sun, 1 Aug 2004 18:47:56 +0000 (18:47 +0000)
committercagney <cagney>
Sun, 1 Aug 2004 18:47:56 +0000 (18:47 +0000)
commit91bada6a2346614ce044a2728b492d4fe5d670c6
treeceb0bf8d5d8fd752f92bc18c729631fb3e2d26ad
parent6832b8aea06f3caf41a97280c197977593a2969b
2004-08-01  Andrew Cagney  <cagney@gnu.org>

* mips-tdep.c (mips16_frame_cache)
(mips16_frame_this_id, mips16_frame_prev_register)
(mips16_frame_unwind, mips16_frame_sniffer)
(mips16_frame_base_address, mips16_frame_base)
(mips16_frame_base_sniffer, mips32_frame_cache)
(mips32_frame_this_id, mips32_frame_prev_register)
(mips32_frame_unwind, mips32_frame_sniffer)
(mips32_frame_base_address, mips32_frame_base)
(mips32_frame_base_sniffer): Clone the mdebug unwinder into
separate heuristic mips16 and mips32 unwinders.
(mips_stub_frame_cache, mips_stub_frame_this_id)
(mips_stub_frame_prev_register)
(mips_stub_frame_unwind, mips_stub_frame_sniffer)
(mips_stub_frame_base_address, mips_stub_frame_base)
(mips_stub_frame_base_sniffer): Add a simple stub unwinder.
(mips_mdebug_frame_base_sniffer, mips_mdebug_frame_sniffer): Only
match true mdebug frames.
(non_heuristic_proc_desc): Add forward declaration.
gdb/ChangeLog
gdb/mips-tdep.c