binutils-gdb/gdb/compile
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
..
compile-c-support.c gdb: remove TYPE_LENGTH 2022-09-21 11:05:21 -04:00
compile-c-symbols.c Change GDB to use frame_info_ptr 2022-10-10 11:57:10 +02:00
compile-c-types.c gdb: remove TYPE_LENGTH 2022-09-21 11:05:21 -04:00
compile-c.h Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
compile-cplus-symbols.c Change GDB to use frame_info_ptr 2022-10-10 11:57:10 +02:00
compile-cplus-types.c gdb: remove TYPE_LENGTH 2022-09-21 11:05:21 -04:00
compile-cplus.h Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
compile-internal.h Introduce gdb-hashtab module in gdbsupport 2022-01-18 10:14:43 -07:00
compile-loc2c.c Change GDB to use frame_info_ptr 2022-10-10 11:57:10 +02:00
compile-object-load.c gdb: remove TYPE_LENGTH 2022-09-21 11:05:21 -04:00
compile-object-load.h Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
compile-object-run.c Change allocation of type-copying hash table 2022-07-28 14:16:50 -06:00
compile-object-run.h Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
compile.c gdb: remove BLOCKVECTOR_BLOCK and BLOCKVECTOR_NBLOCKS macros 2022-04-27 22:05:03 -04:00
compile.h Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
gcc-c-plugin.h Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
gcc-cp-plugin.h Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00