binutils-gdb/gdb/testsuite/gdb.python
Pedro Alves c7a2ee6491 gdb_is_target_native -> gdb_protocol_is_native
gdb_is_target_native uses "maint print target-stack", which is
unnecessary when checking whether gdb_protocol is empty would do.
Checking gdb_protocol is more efficient, and can be done before
starting GDB and running to main, unlike gdb_is_target_native.

This adds a new gdb_protocol_is_native procedure, and uses it in place
of gdb_is_target_native.

At first, I thought that we'd end up with a few testcases needing to
use gdb_is_target_native still, especially multi-target tests that
connect to targets different from the default board target, but no,
actually all uses of gdb_is_target_native could be converted.
gdb_is_target_native will be eliminated in a following patch.

In some spots, we no longer need to defer the check until after
starting GDB, so the patch adjusts accordingly.

Change-Id: Ia706232dbffac70f9d9740bcb89c609dbee5cee3
Approved-By: Tom Tromey <tom@tromey.com>
2024-04-26 21:22:48 +01:00
..
amd64-py-framefilter-invalidarg.S Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
compare-enum-type-a.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
compare-enum-type-b.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
compare-enum-type.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
compare-enum-type.h Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
flexible-array-member.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
flexible-array-member.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
lib-types.cc Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
lib-types.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
libpy-autoloaded-pretty-printers-in-newobjfile-event.so-gdb.py Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
lotsa-lines.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
pretty-print-call-by-hand.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
pretty-print-call-by-hand.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
pretty-print-call-by-hand.py Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-arch-reg-groups.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-arch-reg-names.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-arch.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-arch.exp Rewrite "python" command exception handling 2024-02-27 09:46:31 -07:00
py-as-string.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-as-string.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-auto-load-chaining-f1.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-auto-load-chaining-f1.o-gdb.py Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-auto-load-chaining-f2.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-auto-load-chaining-f2.o-gdb.py Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-auto-load-chaining.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-auto-load-chaining.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-autoloaded-pretty-printers-in-newobjfile-event-lib.cc Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-autoloaded-pretty-printers-in-newobjfile-event-lib.h Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-autoloaded-pretty-printers-in-newobjfile-event-main.cc Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-autoloaded-pretty-printers-in-newobjfile-event.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-autoloaded-pretty-printers-in-newobjfile-event.py Run isort 2024-04-02 11:21:39 -06:00
py-bad-printers.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-bad-printers.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-bad-printers.py Run isort 2024-04-02 11:21:39 -06:00
py-block.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-block.exp [gdb/python] Normalize exceptions in gdbpy_err_fetch 2024-03-09 16:13:10 +01:00
py-bp-locations.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-bp-locations.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-breakpoint-create-fail.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-breakpoint-create-fail.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-breakpoint-create-fail.py Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-breakpoint.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-breakpoint.exp Rewrite "python" command exception handling 2024-02-27 09:46:31 -07:00
py-caller-is.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-caller-is.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-charset.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-cmd-exception.c gdb, python: selectively omit enabling stdin in gdb.execute 2024-02-19 10:55:32 +01:00
py-cmd-exception.exp gdb, python: selectively omit enabling stdin in gdb.execute 2024-02-19 10:55:32 +01:00
py-cmd-exception.py testsuite, python: reformat python files using black 2024-02-19 14:08:31 +01:00
py-cmd-prompt.c gdb, python: selectively omit enabling stdin in gdb.execute 2024-02-19 10:55:32 +01:00
py-cmd-prompt.exp gdb/testsuite: don't include port numbers in test names 2024-03-29 22:28:44 +00:00
py-cmd-prompt.py testsuite, python: reformat python files using black 2024-02-19 14:08:31 +01:00
py-cmd.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-cmd.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-completion.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-completion.py Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-connection-removed.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-connection.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-connection.exp Rewrite "python" command exception handling 2024-02-27 09:46:31 -07:00
py-disasm.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-disasm.exp Rewrite "python" command exception handling 2024-02-27 09:46:31 -07:00
py-disasm.py Run isort 2024-04-02 11:21:39 -06:00
py-doc-reformat.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-error.exp Rewrite "python" command exception handling 2024-02-27 09:46:31 -07:00
py-error.py Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-event-load.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-event-load.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-event-load.py Run isort 2024-04-02 11:21:39 -06:00
py-events-shlib.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-events.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-events.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-events.py Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-evsignal.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-evthreads.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-evthreads.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-exec-file.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-exec-file.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-exec-mi.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-explore-cc.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-explore.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-explore.cc Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-explore.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-finish-breakpoint2.cc Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-finish-breakpoint2.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-finish-breakpoint2.py Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-finish-breakpoint-deletion.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-finish-breakpoint-deletion.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-finish-breakpoint-deletion.py Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-finish-breakpoint.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-finish-breakpoint.exp Rewrite "python" command exception handling 2024-02-27 09:46:31 -07:00
py-finish-breakpoint.py Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-format-address.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-format-address.exp Rewrite "python" command exception handling 2024-02-27 09:46:31 -07:00
py-format-string.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-format-string.exp Rewrite "python" command exception handling 2024-02-27 09:46:31 -07:00
py-format-string.py Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-frame-args.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-frame-args.exp Fix raw-frame-arguments in combination with frame-filters 2024-02-07 19:52:06 +01:00
py-frame-args.py Run isort 2024-04-02 11:21:39 -06:00
py-frame-inline.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-frame-inline.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-frame.c
py-frame.exp Rewrite "python" command exception handling 2024-02-27 09:46:31 -07:00
py-framefilter-addr.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-framefilter-addr.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-framefilter-addr.py Run isort 2024-04-02 11:21:39 -06:00
py-framefilter-gdb.py Run isort 2024-04-02 11:21:39 -06:00
py-framefilter-invalidarg-gdb.py Run isort 2024-04-02 11:21:39 -06:00
py-framefilter-invalidarg.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-framefilter-invalidarg.py Run isort 2024-04-02 11:21:39 -06:00
py-framefilter-mi.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-framefilter-mi.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-framefilter.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-framefilter.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-framefilter.py Run isort 2024-04-02 11:21:39 -06:00
py-function.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-inferior-leak.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-inferior-leak.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-inferior-leak.py Run isort 2024-04-02 11:21:39 -06:00
py-inferior.c
py-inferior.exp gdb_is_target_native -> gdb_protocol_is_native 2024-04-26 21:22:48 +01:00
py-infthread.c
py-infthread.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-label-symbol-value.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-label-symbol-value.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-lazy-string.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-lazy-string.exp Rewrite "python" command exception handling 2024-02-27 09:46:31 -07:00
py-linetable-empty.c gdb/python: Fix segfault when iterating over empty linetable 2024-03-19 11:34:16 +00:00
py-linetable-empty.exp gdb/python: Fix segfault when iterating over empty linetable 2024-03-19 11:34:16 +00:00
py-linetable.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-linetable.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-linetable.S Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-lookup-type.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-mi-cmd.exp Rewrite "python" command exception handling 2024-02-27 09:46:31 -07:00
py-mi-cmd.py Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-mi-events-gdb.py Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-mi-events.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-mi-events.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-mi-notify.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-mi-objfile-gdb.py Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-mi-objfile.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-mi-objfile.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-mi-var-info-path-expression.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-mi-var-info-path-expression.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-mi-var-info-path-expression.py Run isort 2024-04-02 11:21:39 -06:00
py-mi.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-missing-debug.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-missing-debug.exp Rewrite "python" command exception handling 2024-02-27 09:46:31 -07:00
py-missing-debug.py Run isort 2024-04-02 11:21:39 -06:00
py-nested-maps.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-nested-maps.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-nested-maps.py Run isort 2024-04-02 11:21:39 -06:00
py-objfile-script-gdb.py Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-objfile-script.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-objfile-script.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-objfile.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-objfile.exp Rewrite "python" command exception handling 2024-02-27 09:46:31 -07:00
py-parameter.exp Rewrite "python" command exception handling 2024-02-27 09:46:31 -07:00
py-pending-frame-level.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-pending-frame-level.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-pending-frame-level.py Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-pp-cast.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-pp-cast.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-pp-cast.py Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-pp-integral.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-pp-integral.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-pp-integral.py Run isort 2024-04-02 11:21:39 -06:00
py-pp-maint.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-pp-maint.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-pp-maint.py Run isort 2024-04-02 11:21:39 -06:00
py-pp-re-notag.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-pp-re-notag.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-pp-re-notag.py Run isort 2024-04-02 11:21:39 -06:00
py-pp-registration.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-pp-registration.exp Rewrite "python" command exception handling 2024-02-27 09:46:31 -07:00
py-pp-registration.py Run isort 2024-04-02 11:21:39 -06:00
py-prettyprint-stub-2.cc Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-prettyprint-stub.cc Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-prettyprint-stub.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-prettyprint-stub.h Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-prettyprint-stub.py Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-prettyprint.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-prettyprint.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-prettyprint.py Run isort 2024-04-02 11:21:39 -06:00
py-progspace-events.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-progspace-events.exp Rewrite "python" command exception handling 2024-02-27 09:46:31 -07:00
py-progspace-events.py Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-progspace.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-progspace.exp Rewrite "python" command exception handling 2024-02-27 09:46:31 -07:00
py-prompt.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-prompt.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-rbreak-func2.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-rbreak.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-rbreak.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-record-btrace-threads.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-record-btrace-threads.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-record-btrace.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-record-btrace.exp Rewrite "python" command exception handling 2024-02-27 09:46:31 -07:00
py-record-full.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-record-full.exp Rewrite "python" command exception handling 2024-02-27 09:46:31 -07:00
py-recurse-unwind.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-recurse-unwind.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-recurse-unwind.py Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-rvalue-ref-value-cc.cc Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-rvalue-ref-value-cc.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-section-script.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-section-script.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-section-script.py Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-send-packet.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-send-packet.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-send-packet.py Run isort 2024-04-02 11:21:39 -06:00
py-shared-sl.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-shared.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-shared.exp gdb/python: test exception case for gdb.solib_name 2024-03-19 16:03:34 +00:00
py-source-styling.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-source-styling.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-startup-opt.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-strfns.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-strfns.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-symbol-2.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-symbol.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-symbol.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-symtab.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-sync-interp.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-sync-interp.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-template.cc Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-template.exp Rewrite "python" command exception handling 2024-02-27 09:46:31 -07:00
py-thread-exited.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-thread-exited.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-thread-exited.py Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-thrhandle.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-thrhandle.exp gdb tests: Allow for "LWP" or "process" in thread IDs from info threads 2024-03-22 17:29:47 -07:00
py-type.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-type.exp Rewrite "python" command exception handling 2024-02-27 09:46:31 -07:00
py-typeprint.cc Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-typeprint.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-typeprint.py Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-unwind-inline.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-unwind-inline.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-unwind-inline.py Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-unwind-maint.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-unwind-maint.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-unwind-maint.py Run isort 2024-04-02 11:21:39 -06:00
py-unwind-user-regs.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-unwind-user-regs.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-unwind-user-regs.py Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-unwind.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-unwind.exp Rewrite "python" command exception handling 2024-02-27 09:46:31 -07:00
py-unwind.py Run isort 2024-04-02 11:21:39 -06:00
py-value-cc.cc Allow calling of C++ methods from python 2024-02-08 20:09:56 +01:00
py-value-cc.exp Allow calling of C++ methods from python 2024-02-08 20:09:56 +01:00
py-value.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-value.exp Rewrite "python" command exception handling 2024-02-27 09:46:31 -07:00
py-varobj.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-varobj.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-varobj.py Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-watchpoint.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-watchpoint.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-watchpoint.py Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-xmethods.cc Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-xmethods.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-xmethods.py Run isort 2024-04-02 11:21:39 -06:00
python-1.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
python.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
python.exp Rewrite "python" command exception handling 2024-02-27 09:46:31 -07:00
source1 Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
source2.py Set __file__ when source'ing a Python script 2024-03-18 07:20:14 -06:00
tui-window-disabled.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
tui-window-disabled.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
tui-window-disabled.py Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
tui-window-factory.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
tui-window-factory.py Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
tui-window-names.exp Rewrite "python" command exception handling 2024-02-27 09:46:31 -07:00
tui-window.exp Rewrite "python" command exception handling 2024-02-27 09:46:31 -07:00
tui-window.py Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00