binutils-gdb/gdb/python
Tom Tromey 4a1b9a4bad Ignore static members in NoOpStructPrinter
Hannes' patch to show local variables in the TUI pointed out that
NoOpStructPrinter should ignore static members.  This patch implements
this.
2023-11-17 08:36:21 -07:00
..
lib/gdb Ignore static members in NoOpStructPrinter 2023-11-17 08:36:21 -07:00
py-all-events.def gdb: add Python events for program space addition and removal 2023-10-02 17:06:40 +01:00
py-arch.c
py-auto-load.c gdb: add program_space parameters to some auto-load functions 2023-10-05 13:20:50 -04:00
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 gdb: add Python events for program space addition and removal 2023-10-02 17:06:40 +01:00
py-event.c
py-event.h gdb: add program_space parameter to emit_clear_objfiles_event 2023-10-05 13:20:50 -04:00
py-events.h
py-evtregistry.c
py-evts.c
py-exitedevent.c
py-finishbreakpoint.c gdb: remove target_gdbarch 2023-10-10 10:44:35 -04:00
py-frame.c Add gdb.Frame.static_link method 2023-11-14 08:44:30 -07:00
py-framefilter.c
py-function.c
py-gdb-readline.c
py-inferior.c gdb: remove target_gdbarch 2023-10-10 10:44:35 -04:00
py-infevents.c
py-infthread.c
py-instruction.c
py-instruction.h
py-lazy-string.c Handle gdb.LazyString in DAP 2023-10-16 09:27:28 -06:00
py-linetable.c
py-membuf.c
py-mi.c gdb/python: implement support for sending custom MI async notifications 2023-10-10 11:22:56 +01:00
py-micmd.c gdb/python: generalize serialize_mi_result() 2023-10-10 11:22:56 +01:00
py-newobjfileevent.c gdb: add program_space parameter to emit_clear_objfiles_event 2023-10-05 13:20:50 -04:00
py-objfile.c gdb: remove target_gdbarch 2023-10-10 10:44:35 -04:00
py-param.c
py-prettyprint.c
py-progspace.c gdb: implement missing debug handler hook for Python 2023-11-14 12:02:47 +00:00
py-record-btrace.c gdb: remove target_gdbarch 2023-10-10 10:44:35 -04:00
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 Remove unused declaration 2023-11-03 13:24:08 -06:00
py-symbol.c
py-symtab.c
py-threadevent.c
py-tui.c Fix resizing of TUI python windows 2023-11-06 18:32:41 +01:00
py-type.c
py-unwind.c gdb: replace architecture_changed with new_architecture observer 2023-10-16 10:01:22 +01:00
py-utils.c
py-value.c gdb/python: Add new gdb.Value.bytes attribute 2023-10-26 18:27:17 +01:00
py-varobj.c
py-xmethods.c
python-config.py
python-internal.h gdb/python: implement support for sending custom MI async notifications 2023-10-10 11:22:56 +01:00
python.c Check gdb_python_module in gdbpy_handle_missing_debuginfo 2023-11-15 09:43:38 -07:00
python.h