2004-07-10 Michael Snyder <msnyder@redhat.com>

* symfile.c (generic_load): Comment typo.
        * stack.c (get_selected_block): Ditto.
        * regcache.c (regcache_cooked_read): Ditto.
        * monitor.c (monitor_debug): Ditto.
        * mips-tdep.c (mips_read_pc): Ditto.
        * i386-linux-nat.c (ps_get_thread_area): Ditto.
        * gdb_mbuild.sh: Ditto.
        * gdbarch.sh: Ditto.
        * gdbarch.h: Ditto.
This commit is contained in:
Michael Snyder
2004-07-10 01:17:53 +00:00
parent 109d3db382
commit b2fa5097bf
10 changed files with 21 additions and 9 deletions

View File

@@ -1578,7 +1578,7 @@ get_selected_block (CORE_ADDR *addr_in_block)
return 0;
/* NOTE: cagney/2002-11-28: Why go to all this effort to not create
a selected/current frame? Perhaphs this function is called,
a selected/current frame? Perhaps this function is called,
indirectly, by WFI in "infrun.c" where avoiding the creation of
an inner most frame is very important (it slows down single
step). I suspect, though that this was true in the deep dark