binutils-gdb/gdb/python
Tom Tromey efaf1ae025 Turn remaining value_contents functions into methods
This turns the remaining value_contents functions -- value_contents,
value_contents_all, value_contents_for_printing, and
value_contents_for_printing_const -- into methods of value.  It also
converts the static functions require_not_optimized_out and
require_available to be private methods.

Approved-By: Simon Marchi <simon.marchi@efficios.com>
2023-02-13 15:22:16 -07:00
..
lib/gdb Remove unused imports from gdb's Python code 2023-02-13 10:22:48 -07:00
py-all-events.def
py-arch.c
py-auto-load.c
py-block.c
py-bpevent.c
py-breakpoint.c
py-cmd.c
py-connection.c
py-continueevent.c
py-dap.c
py-disasm.c
py-event-types.def
py-event.c
py-event.h
py-events.h
py-evtregistry.c
py-evts.c
py-exitedevent.c
py-finishbreakpoint.c
py-frame.c
py-framefilter.c Turn value_type into method 2023-02-13 15:21:06 -07:00
py-function.c
py-gdb-readline.c
py-inferior.c Turn remaining value_contents functions into methods 2023-02-13 15:22:16 -07:00
py-infevents.c
py-infthread.c
py-instruction.c
py-instruction.h
py-lazy-string.c
py-linetable.c
py-membuf.c
py-micmd.c
py-newobjfileevent.c
py-objfile.c
py-param.c
py-prettyprint.c Turn value_fetch_lazy into a method 2023-02-13 15:22:04 -07:00
py-progspace.c
py-record-btrace.c
py-record-btrace.h
py-record-full.c
py-record-full.h
py-record.c
py-record.h
py-ref.h
py-registers.c
py-signalevent.c
py-stopevent.c
py-stopevent.h
py-symbol.c
py-symtab.c
py-threadevent.c
py-tui.c gdb/python: deallocate tui window factories at Python shut down 2023-02-13 14:50:46 +00:00
py-type.c Turn allocate_optimized_out_value into static "constructor" 2023-02-13 15:21:08 -07:00
py-unwind.c Turn remaining value_contents functions into methods 2023-02-13 15:22:16 -07:00
py-utils.c
py-value.c Turn remaining value_contents functions into methods 2023-02-13 15:22:16 -07:00
py-varobj.c
py-xmethods.c Turn allocate_value into a static "constructor" 2023-02-13 15:21:07 -07:00
python-config.py
python-internal.h gdb/python: deallocate tui window factories at Python shut down 2023-02-13 14:50:46 +00:00
python.c gdb/python: deallocate tui window factories at Python shut down 2023-02-13 14:50:46 +00:00
python.h