gdb/
authorThiago Jung Bauermann <bauerman@br.ibm.com>
Mon, 30 Mar 2009 19:54:33 +0000 (19:54 +0000)
committerThiago Jung Bauermann <bauerman@br.ibm.com>
Mon, 30 Mar 2009 19:54:33 +0000 (19:54 +0000)
commitf8f6f20b6e37e6d219940fcad58b1f66124d11c1
tree3c8d23f5172b7534ff980396a0cc1a36447c839e
parentd460e92e4111484ffb8b6e898fde7adb619e4722
gdb/
Expose frames to Python.
* Makefile.in (SUBDIR_PYTHON_OBS): Add python-frame.o.
(SUBDIR_PYTHON_SRCS): Add python-frame.c.
(python-frame.o): New target.
* python/python-frame.c: New file.
* python/python-internal.h (gdbpy_frames, gdbpy_newest_frame,
gdbpy_frame_stop_reason_string, gdbpy_selected_frame,
gdbpy_initialize_frames): New prototypes.
* python/python.c (_initialize_python): Call gdbpy_initialize_frames.
(GdbMethods): Add `selected_frame' and `frame_stop_reason_string'
entries.
* stack.c (find_frame_funname): New function, factored out of
print_frame.
(print_frame): Call find_frame_funname.
* stack.h (find_frame_funname): Add prototype.

gdb/doc/
* gdb.texinfo (Frames in Python): New node.
(Python API): Update.

gdb/testsuite/
* gdb.python/python-frame.c: New file.
* gdb.python/python-frame.exp: New file.
12 files changed:
gdb/ChangeLog
gdb/Makefile.in
gdb/doc/ChangeLog
gdb/doc/gdb.texinfo
gdb/python/python-frame.c [new file with mode: 0644]
gdb/python/python-internal.h
gdb/python/python.c
gdb/stack.c
gdb/stack.h
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.python/python-frame.c [new file with mode: 0644]
gdb/testsuite/gdb.python/python-frame.exp [new file with mode: 0644]
This page took 0.026009 seconds and 4 git commands to generate.