binutils-gdb/gdb/testsuite/gdb.python
Andrew Burgess 4daa9f295d gdb/testsuite: fix copy & paste error in gdb.python/py-format-address.exp
The test gdb.python/py-format-address.exp, added in commit:

  commit 25209e2c69
  Date:   Sat Oct 23 09:59:25 2021 +0100

      gdb/python: add gdb.format_address function

included 3 copy & paste errors where the wrong address was used in the
expected output patterns.

The test compiles two almost identical test binaries (one function
changes its name, that's the only difference), two inferiors are
created, each inferior using one of the test binaries.

We then take the address of the name changing function in both
inferiors ('foo' in inferior 1 and 'bar' in inferior 2) and the tests
are carried out using these addresses.

What we're checking for is that symbols 'foo' and 'bar' show up in the
correct inferior, and that (as this test is for a Python API feature),
the user can have one inferior selected, but ask about the other
inferior, and see the correct symbol in the result.

The hope is that the two binaries will be laid out identically by the
compiler, and that 'foo' and 'bar' will be at the same address.  This
is fine, unless the executable is compiled as PIE (position
independent executable), in which case there is a problem.

The problem is that though inferior 1 is set running, the inferior 2
never is.  If the executables are compiled as PIE, then the address in
the inferior 2 will not have been resolved, while the address in the
inferior 1 will have been, and so the two addresses we use in the
tests will be different.

This issue was reported here:

  https://sourceware.org/pipermail/gdb-patches/2022-March/186911.html

The first part of the fix is to use the correct address variable in
the expected output patterns, with this change the tests pass even
when the executables are compiled as PIE.

A second part of this fix is to pass the 'nopie' option when we
compile the tests, this should ensure that the address obtained in
inferior 2 is the same as the address from inferior 1, which makes the
test more useful.
2022-03-29 13:55:48 +01:00
..
amd64-py-framefilter-invalidarg.S Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
compare-enum-type-a.c Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
compare-enum-type-b.c Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
compare-enum-type.exp Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
compare-enum-type.h Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
flexible-array-member.c Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
flexible-array-member.exp Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
lib-types.cc Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
lib-types.exp Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
libpy-autoloaded-pretty-printers-in-newobjfile-event.so-gdb.py Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-arch-reg-groups.exp Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-arch-reg-names.exp Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-arch.c Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-arch.exp gdb/python: add Type.is_signed property 2022-03-07 19:42:08 +00:00
py-as-string.c Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-as-string.exp Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-auto-load-chaining-f1.c Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-auto-load-chaining-f1.o-gdb.py Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-auto-load-chaining-f2.c Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-auto-load-chaining-f2.o-gdb.py Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-auto-load-chaining.c Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-auto-load-chaining.exp Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-autoloaded-pretty-printers-in-newobjfile-event-lib.cc Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-autoloaded-pretty-printers-in-newobjfile-event-lib.h Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-autoloaded-pretty-printers-in-newobjfile-event-main.cc Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-autoloaded-pretty-printers-in-newobjfile-event.exp Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-autoloaded-pretty-printers-in-newobjfile-event.py Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-bad-printers.c Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-bad-printers.exp Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-bad-printers.py Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-block.c Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-block.exp Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-breakpoint-create-fail.c Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-breakpoint-create-fail.exp Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-breakpoint-create-fail.py Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-breakpoint.c Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-breakpoint.exp Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-caller-is.c Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-caller-is.exp Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-charset.exp gdb/python: add gdb.host_charset function 2022-01-12 16:00:07 +00:00
py-cmd.c Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-cmd.exp Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-completion.exp Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-completion.py Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-connection.c Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-connection.exp Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-error.exp Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-error.py Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-events-shlib.c Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-events.c Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-events.exp gdb/testsuite: fix gdb.python/py-events.exp for finding process id 2022-01-12 16:19:19 +01:00
py-events.py Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-evsignal.exp Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-evthreads.c Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-evthreads.exp Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-explore-cc.exp Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-explore.c Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-explore.cc Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-explore.exp Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-finish-breakpoint.c Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-finish-breakpoint.exp Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-finish-breakpoint.py Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-finish-breakpoint2.cc Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-finish-breakpoint2.exp Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-finish-breakpoint2.py Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-format-address.c gdb/python: add gdb.format_address function 2022-03-22 10:05:05 +00:00
py-format-address.exp gdb/testsuite: fix copy & paste error in gdb.python/py-format-address.exp 2022-03-29 13:55:48 +01:00
py-format-string.c Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-format-string.exp gdb/python: allow Value.format_string to return styled output 2022-02-07 16:52:47 +00:00
py-format-string.py Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-frame-args.c Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-frame-args.exp Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-frame-args.py Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-frame-inline.c Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-frame-inline.exp Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-frame.c
py-frame.exp Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-framefilter-addr.c Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-framefilter-addr.exp Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-framefilter-addr.py Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-framefilter-gdb.py Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-framefilter-invalidarg-gdb.py Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-framefilter-invalidarg.exp Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-framefilter-invalidarg.py Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-framefilter-mi.c Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-framefilter-mi.exp Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-framefilter.c Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-framefilter.exp Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-framefilter.py Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-function.exp Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-inferior-leak.c Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-inferior-leak.exp Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-inferior-leak.py Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-inferior.c
py-inferior.exp gdb/python: remove Python 2 support 2022-03-23 07:41:19 -04:00
py-infthread.c
py-infthread.exp gdb/python: Add gdb.InferiorThread.details attribute 2022-02-28 17:01:31 +00:00
py-lazy-string.c Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-lazy-string.exp Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-linetable.c Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-linetable.exp Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-linetable.S Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-lookup-type.exp Add a way to temporarily set a gdb parameter from Python 2022-01-26 06:49:51 -07:00
py-mi-cmd.exp gdb/python: remove gdb._mi_commands dict 2022-03-18 20:29:57 -04:00
py-mi-cmd.py gdb/python/mi: create MI commands using python 2022-03-14 14:09:09 +00:00
py-mi-events-gdb.py Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-mi-events.c Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-mi-events.exp Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-mi-objfile-gdb.py Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-mi-objfile.c Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-mi-objfile.exp Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-mi-var-info-path-expression.c Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-mi-var-info-path-expression.exp Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-mi-var-info-path-expression.py gdb/python: remove Python 2 support 2022-03-23 07:41:19 -04:00
py-mi.exp Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-nested-maps.c Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-nested-maps.exp Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-nested-maps.py Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-objfile-script-gdb.py Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-objfile-script.c Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-objfile-script.exp Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-objfile.c Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-objfile.exp Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-parameter.exp gdb/python: improve the auto help text for gdb.Parameter 2022-01-26 22:00:20 +00:00
py-pending-frame-level.c Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-pending-frame-level.exp Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-pending-frame-level.py Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-pp-integral.c Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-pp-integral.exp Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-pp-integral.py Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-pp-maint.c Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-pp-maint.exp Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-pp-maint.py Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-pp-re-notag.c Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-pp-re-notag.exp Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-pp-re-notag.py Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-pp-registration.c Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-pp-registration.exp Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-pp-registration.py Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-prettyprint.c Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-prettyprint.exp Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-prettyprint.py Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-progspace.c Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-progspace.exp Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-prompt.c Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-prompt.exp Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-rbreak-func2.c Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-rbreak.c Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-rbreak.exp Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-record-btrace-threads.c Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-record-btrace-threads.exp Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-record-btrace.c Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-record-btrace.exp gdb/python: remove Python 2 support 2022-03-23 07:41:19 -04:00
py-record-full.c Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-record-full.exp Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-recurse-unwind.c Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-recurse-unwind.exp Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-recurse-unwind.py Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-rvalue-ref-value-cc.cc Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-rvalue-ref-value-cc.exp Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-section-script.c Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-section-script.exp Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-section-script.py Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-send-packet.c Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-send-packet.exp Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-send-packet.py gdb/python: remove Python 2 support 2022-03-23 07:41:19 -04:00
py-shared-sl.c Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-shared.c Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-shared.exp gdb/python: remove Python 2 support 2022-03-23 07:41:19 -04:00
py-source-styling.c gdb/python: handle non utf-8 characters when source highlighting 2022-01-26 23:12:52 +00:00
py-source-styling.exp gdb/python: handle non utf-8 characters when source highlighting 2022-01-26 23:12:52 +00:00
py-startup-opt.exp Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-strfns.c Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-strfns.exp Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-symbol-2.c Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-symbol.c Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-symbol.exp Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-symtab.exp Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-sync-interp.c Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-sync-interp.exp Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-template.cc Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-template.exp Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-thrhandle.c Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-thrhandle.exp Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-type.c gdb/python: add Type.is_scalar property 2022-03-07 19:42:07 +00:00
py-type.exp gdb/testsuite: add new test for comparing char types in Python 2022-03-07 19:42:08 +00:00
py-typeprint.cc Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-typeprint.exp Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-typeprint.py Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-unwind-inline.c Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-unwind-inline.exp Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-unwind-inline.py Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-unwind-maint.c Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-unwind-maint.exp Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-unwind-maint.py Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-unwind-user-regs.c Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-unwind-user-regs.exp Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-unwind-user-regs.py Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-unwind.c Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-unwind.exp Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-unwind.py Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-value-cc.cc Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-value-cc.exp Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-value.c Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-value.exp gdb/python: remove Python 2 support 2022-03-23 07:41:19 -04:00
py-xmethods.cc Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-xmethods.exp Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
py-xmethods.py Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
python-1.c Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
python.c Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
python.exp Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
source1 Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
source2.py Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
tui-window-disabled.c Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
tui-window-disabled.exp Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
tui-window-disabled.py Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
tui-window.exp Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
tui-window.py Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00