This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_check_gcc/master-arm in repository toolchain/ci/gdb.
from 3181aed81c Remove unused variable. adds 25eb664374 Automatic date update in version.in adds 552f1157c6 gdb: rename floatformats_ia64_quad to floatformats_ieee_quad adds f1feb9c020 Automatic date update in version.in adds 2b2463e2b0 Regen bfd po/SRC-POTFILES.in adds 924cf858c9 Revert commit 240d6706c6a2 adds 9751574e09 Move microblaze relax info to target specific data adds 6e348286d8 gdb: fix gdb_print -> gdb_printf typo adds 51c2a9e243 gdb: move some commands into the tui namespace adds 4b52a3872b gdb/tui: rename tui_layout_base::adjust_size to ::set_height adds ef466e0f08 gdb/tui: rename tui_layout_split:set_weights_from_heights adds 160444ec7f gdb/tui: add new 'tui window width' command and 'winwidth' alias adds 7421ccda76 gdb/tui: add a tui debugging flag adds 44aad37101 gdb/tui: add left_boxed_p and right_boxed_p member functions adds 80b2eb3c34 gdb/tui/testsuite: refactor new-layout.exp test adds 47b8e12ffd gdb/tui: avoid fp exception when applying layouts adds b0fcf3e344 gdb/tui: fairer distribution of excess space during apply adds e19565b865 gdb/tui: allow cmd window to change size in tui_layout_split::apply adds 51b72f73e9 gdb/tui: support placing the cmd window into a horizontal layout adds b1ac644a05 gdb/testsuite: some additional tests in gdb.tui/scroll.exp adds b45b7407cd gdb/tui: relax restrictions on window max height and width adds 357c158f3a gdb/tui: fair split of delta after a resize adds 57d133e0d9 gdb/Makefile.in: remove SOURCES variable adds 18b7679416 gdb/Makefile.in: fix 'make tags' build target adds 88fa6d3d66 gdb/Makefile.in: move ALLDEPFILES earlier in Makefile.in adds 9f793f7bed gdb/testsuite: resolve a duplicate test name in a gdb.mi test adds 5187219460 gdb/testsuite: resolve some duplicate test names in gdb.base adds 22480d7c39 gdb: small simplification in dwarf2_locexpr_baton_eval adds 1fb43cf759 gdb/dwarf: pass an array of values to the dwarf evaluator adds df7a7bdd97 gdb: add support for Fortran's ASSUMED RANK arrays adds cf78890fd4 Automatic date update in version.in adds cbf26882c0 [gdb/testsuite] Fix KPASS in gdb.ada/arrayptr.exp adds ea6303b497 Remove more Python 2 code adds 60a3da00bd objdump/opcodes: add syntax highlighting to disassembler output adds 49d31dc98e opcodes/riscv: implement style support in the disassembler adds fbbb45cef5 opcodes/i386: partially implement disassembler style support adds edbc15e6c4 gdb: remove use of vfprintf_filtered adds 867b8c308a gas: copy st_size only if unset adds 056b6f879d gdb: remove some unused buildsym-legacy functions adds 59dfe8ad84 gdb: rename start_symtab/end_symtab to start_compunit_symtab [...] adds 81eaa50610 Handle ghost entities in symbol lookup adds c3f2a3738a Remove null sentinel from 'attributes' adds 45016746f1 Fix bug in Ada attributes lexing adds 28c4b1ffaa Enable "set debug parser" for Ada adds 1e237aba22 Refactor expression completion adds c66ed94ae9 Implement completion for Ada attributes adds 67700be286 Refactor ada-lex.l:processId adds 02a8d05fc6 Remove the Ada DOT_ALL token adds 484e7c5ff5 Consolidate single-char tokens in ada-lex.l adds d4da1b2c1b Add context-sensitive field name completion to Ada parser adds 4994e74b7a Avoid undefined behavior in gdbscm_make_breakpoint adds 85b25bd975 Simplify windows-nat.c solib handling adds 04ae91ea52 Use auto_obstack in windows-nat.c adds 44c6a4106e Use unique_ptr in the Windows thread list adds fc0b013e44 Remove windows_thread_info destructor adds 0578e87f93 Remove some globals from nat/windows-nat.c new 7b01c1cc1d sim: fixes for libopcodes styled disassembler new cb25fdbb76 gdb: remove assertion in psymbol_functions::expand_symtabs_matching new 962937b15d gdb: make timestamped_file implement can_emit_style_escape new 6cacd78ba5 gdb/buildsym: Line record use a record flag new cc96ae7f88 gdb: Add support for DW_LNS_set_prologue_end in line-table new 6109f7a39e gdb: Add maint set ignore-prologue-end-flag new 4cc98c360d Handle TLS variable lookups when using separate debug files. new d3b610627e gdb/testsuite: fix timeout in server-pipe.exp test
The 8 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: bfd/bfd-in2.h | 22 +- bfd/dwarf2.c | 84 +--- bfd/elf32-microblaze.c | 116 +++-- bfd/po/SRC-POTFILES.in | 2 - bfd/section.c | 22 +- bfd/version.h | 2 +- binutils/NEWS | 4 + binutils/doc/binutils.texi | 11 + binutils/objdump.c | 249 ++++++++-- gas/config/obj-elf.c | 24 +- gas/testsuite/gas/elf/elf.exp | 1 + gas/testsuite/gas/elf/size.d | 14 + gas/testsuite/gas/elf/size.s | 23 + gdb/Makefile.in | 449 +++++++++--------- gdb/NEWS | 45 ++ gdb/aarch64-tdep.c | 2 +- gdb/ada-exp.h | 23 + gdb/ada-exp.y | 163 ++++++- gdb/ada-lang.c | 12 + gdb/ada-lex.l | 155 ++++--- gdb/auto-load.c | 9 +- gdb/buildsym-legacy.c | 110 +---- gdb/buildsym-legacy.h | 67 +-- gdb/buildsym.c | 69 +-- gdb/buildsym.h | 30 +- gdb/coffread.c | 32 +- gdb/completer.c | 92 +--- gdb/ctfread.c | 16 +- gdb/dbxread.c | 10 +- gdb/disasm.c | 34 +- gdb/disasm.h | 7 + gdb/doc/gdb.texinfo | 91 +++- gdb/dwarf2/cu.c | 4 +- gdb/dwarf2/cu.h | 10 +- gdb/dwarf2/loc.c | 27 +- gdb/dwarf2/loc.h | 8 +- gdb/dwarf2/read.c | 85 +++- gdb/eval.c | 87 ++++ gdb/expop.h | 20 +- gdb/expression.h | 22 +- gdb/gdbtypes.c | 135 +++++- gdb/gdbtypes.h | 9 +- gdb/gnu-v3-abi.c | 2 +- gdb/guile/scm-breakpoint.c | 10 +- gdb/hppa-tdep.c | 2 +- gdb/i386-tdep.c | 2 +- gdb/ia64-vms-tdep.c | 2 +- gdb/loongarch-tdep.c | 2 +- gdb/mdebugread.c | 5 +- gdb/mips-linux-tdep.c | 12 +- gdb/mips64-obsd-tdep.c | 6 +- gdb/nat/windows-nat.c | 60 +-- gdb/nat/windows-nat.h | 219 ++++----- gdb/parse.c | 84 ++-- gdb/parser-defs.h | 57 ++- gdb/ppc-linux-tdep.c | 4 +- gdb/psymtab.c | 9 +- gdb/python/lib/gdb/FrameDecorator.py | 11 +- gdb/riscv-tdep.c | 2 +- gdb/rs6000-tdep.c | 2 +- gdb/s390-tdep.c | 2 +- gdb/solib-svr4.c | 5 - gdb/sparc-tdep.c | 6 +- gdb/stabsread.c | 4 +- gdb/symmisc.c | 6 +- gdb/symtab.c | 70 +++ gdb/symtab.h | 4 + gdb/target.c | 5 + gdb/testsuite/gdb.ada/arrayptr.exp | 61 ++- gdb/testsuite/gdb.ada/formatted_ref.exp | 21 +- .../gdb.ada/{ptype_field.exp => ghost.exp} | 31 +- gdb/testsuite/gdb.ada/ghost/gpck.ads | 18 + gdb/testsuite/gdb.ada/ghost/main.adb | 22 + gdb/testsuite/gdb.ada/ghost/pck.ads | 19 + gdb/testsuite/gdb.ada/ptype_field.exp | 31 ++ gdb/testsuite/gdb.base/attach-pie-misread.exp | 10 +- .../gdb.dwarf2/dw2-out-of-range-end-of-seq.exp | 4 +- gdb/testsuite/gdb.dwarf2/dw2-prologue-end.c | 28 ++ gdb/testsuite/gdb.dwarf2/dw2-prologue-end.exp | 105 +++++ gdb/testsuite/gdb.dwarf2/dw2-ranges-base.exp | 2 +- gdb/testsuite/gdb.fortran/assumedrank.exp | 86 ++++ gdb/testsuite/gdb.fortran/assumedrank.f90 | 41 ++ gdb/testsuite/gdb.mi/mi-catch-cpp-exceptions.exp | 2 +- gdb/testsuite/gdb.server/server-pipe.exp | 10 +- gdb/testsuite/gdb.tui/basic.exp | 4 +- gdb/testsuite/gdb.tui/empty.exp | 14 +- gdb/testsuite/gdb.tui/new-layout.exp | 100 +++-- gdb/testsuite/gdb.tui/regs.exp | 4 +- gdb/testsuite/gdb.tui/scroll.exp | 4 + gdb/testsuite/gdb.tui/winheight.exp | 77 ++++ gdb/testsuite/gdb.tui/winwidth.exp | 63 +++ gdb/testsuite/lib/dwarf.exp | 16 +- gdb/top.c | 2 +- gdb/tui/tui-command.c | 6 - gdb/tui/tui-command.h | 2 - gdb/tui/tui-layout.c | 406 ++++++++++++++--- gdb/tui/tui-layout.h | 135 +++++- gdb/tui/tui-win.c | 118 ++++- gdb/tui/tui.c | 26 ++ gdb/tui/tui.h | 14 + gdb/ui-file.h | 3 + gdb/windows-nat.c | 500 +++++++++++---------- gdb/xcoffread.c | 28 +- gdbserver/win32-low.cc | 245 +++++----- include/dis-asm.h | 88 +++- include/floatformat.h | 6 +- libiberty/floatformat.c | 34 +- opcodes/dis-init.c | 5 +- opcodes/disassemble.c | 21 +- opcodes/i386-dis.c | 63 ++- opcodes/riscv-dis.c | 193 +++++--- sim/arm/wrapper.c | 15 +- sim/common/cgen-trace.c | 19 +- sim/common/cgen-trace.h | 1 + sim/common/sim-trace.c | 14 +- sim/cris/sim-if.c | 3 +- sim/erc32/interf.c | 3 +- sim/erc32/sis.c | 18 +- sim/erc32/sis.h | 3 + sim/m32c/trace.c | 14 +- sim/rl78/trace.c | 14 +- sim/rx/trace.c | 14 +- 122 files changed, 3937 insertions(+), 1839 deletions(-) create mode 100644 gas/testsuite/gas/elf/size.d create mode 100644 gas/testsuite/gas/elf/size.s copy gdb/testsuite/gdb.ada/{ptype_field.exp => ghost.exp} (50%) create mode 100644 gdb/testsuite/gdb.ada/ghost/gpck.ads create mode 100644 gdb/testsuite/gdb.ada/ghost/main.adb create mode 100644 gdb/testsuite/gdb.ada/ghost/pck.ads create mode 100644 gdb/testsuite/gdb.dwarf2/dw2-prologue-end.c create mode 100644 gdb/testsuite/gdb.dwarf2/dw2-prologue-end.exp create mode 100644 gdb/testsuite/gdb.fortran/assumedrank.exp create mode 100644 gdb/testsuite/gdb.fortran/assumedrank.f90 create mode 100644 gdb/testsuite/gdb.tui/winwidth.exp