binutils-gdb/gdb/tui
Tom Tromey bd2b40ac12 Change GDB to use frame_info_ptr
This changes GDB to use frame_info_ptr instead of frame_info *
The substitution was done with multiple sequential `sed` commands:

sed 's/^struct frame_info;/class frame_info_ptr;/'
sed 's/struct frame_info \*/frame_info_ptr /g' - which left some
    issues in a few files, that were manually fixed.
sed 's/\<frame_info \*/frame_info_ptr /g'
sed 's/frame_info_ptr $/frame_info_ptr/g' - used to remove whitespace
    problems.

The changed files were then manually checked and some 'sed' changes
undone, some constructors and some gets were added, according to what
made sense, and what Tromey originally did

Co-Authored-By: Bruno Larsen <blarsen@redhat.com>
Approved-by: Tom Tomey <tom@tromey.com>
2022-10-10 11:57:10 +02:00
..
ChangeLog-1998-2003
tui-command.c
tui-command.h
tui-data.c
tui-data.h
tui-disasm.c Change GDB to use frame_info_ptr 2022-10-10 11:57:10 +02:00
tui-disasm.h Change GDB to use frame_info_ptr 2022-10-10 11:57:10 +02:00
tui-file.c TUI stdout buffering cleanup 2022-08-31 11:03:40 -06:00
tui-file.h TUI stdout buffering cleanup 2022-08-31 11:03:40 -06:00
tui-hooks.c Change GDB to use frame_info_ptr 2022-10-10 11:57:10 +02:00
tui-hooks.h
tui-interp.c Fix "source" with interpreter-exec 2022-08-31 11:03:40 -06:00
tui-io.c Use checked_static_cast in more places 2022-09-12 14:25:06 -06:00
tui-io.h
tui-layout.c gdb/python: restrict the names accepted by gdb.register_window_type 2022-09-22 10:34:15 +01:00
tui-layout.h
tui-location.c
tui-location.h
tui-out.c Remove tui_out_new 2022-08-31 11:03:40 -06:00
tui-out.h Remove tui_out_new 2022-08-31 11:03:40 -06:00
tui-regs.c Change GDB to use frame_info_ptr 2022-10-10 11:57:10 +02:00
tui-regs.h Change GDB to use frame_info_ptr 2022-10-10 11:57:10 +02:00
tui-source.c Change GDB to use frame_info_ptr 2022-10-10 11:57:10 +02:00
tui-source.h Change GDB to use frame_info_ptr 2022-10-10 11:57:10 +02:00
tui-stack.c Change GDB to use frame_info_ptr 2022-10-10 11:57:10 +02:00
tui-stack.h Change GDB to use frame_info_ptr 2022-10-10 11:57:10 +02:00
tui-win.c
tui-win.h
tui-wingeneral.c
tui-wingeneral.h
tui-winsource.c Change GDB to use frame_info_ptr 2022-10-10 11:57:10 +02:00
tui-winsource.h Change GDB to use frame_info_ptr 2022-10-10 11:57:10 +02:00
tui.c
tui.h