]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/varobj.c
gdb/ChangeLog:
authorJim Blandy <jimb@codesourcery.com>
Fri, 5 Apr 2002 22:04:43 +0000 (22:04 +0000)
committerJim Blandy <jimb@codesourcery.com>
Fri, 5 Apr 2002 22:04:43 +0000 (22:04 +0000)
commitae767bfb78e53e5586a10e6d7144dc3199e5aa36
tree89d180b4aad315ea33face14267ddd1b5d639609
parent84d2ac95e4f51faedabd0219bbf0fd1c2ef5f530
gdb/ChangeLog:
* stack.c (get_selected_block): Add new argument `addr_in_block',
used to return the exact code address we used to select the block,
not just the block.
* blockframe.c (get_frame_block, get_current_block): Same.
* frame.h (get_frame_block, get_current_block,
get_selected_block): Update declarations.
* linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.

gdb/mi/ChangeLog:
* mi-cmd-stack.c (list_args_or_locals): Pass new arg to
get_frame_block.  (See entry in gdb/ChangeLog.)
13 files changed:
gdb/ChangeLog
gdb/blockframe.c
gdb/breakpoint.c
gdb/findvar.c
gdb/frame.h
gdb/linespec.c
gdb/mi/ChangeLog
gdb/mi/mi-cmd-stack.c
gdb/parse.c
gdb/printcmd.c
gdb/stack.c
gdb/symtab.c
gdb/varobj.c