gdb-patches archive
subject index for December, 2019

This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.

Indexes: [Date Index] [Subject Index] [Author Index] [Thread Index]
Site Nav: [Browse other archives for this mailing list]
[Browse other mailing lists at this site]
Search: Limit to:

"gdb --config" to show the xxHash option

[COMMITTED PATCH] MSP430: Relax target glob for configuring GDB

[committed] Fix inter-CU references using intra-CU form in imported-unit

[FYI 0/2] Minor TUI cleanups

[FYI 0/3] Minor TUI cleanups

[FYI 1/2] Use "bool" in more spots in TUI

[FYI 1/3] Remove tui_gen_win_info::viewport_height

[FYI 2/2] Make some TUI globals "static"

[FYI 2/3] Change tui_active to bool

[FYI 3/3] Reorder an "if" in print_disassembly

[FYI/PUSHED] Revert "Turn off threaded minsym demangling by default"

[FYI/PUSHED] Suppress the "unused function" warning for select_strerror_r

[FYI] Correctly compute length of DW_TAG_variant_part union

[FYI] Fix another build failure in tui-selftests.c

[FYI] Fix build breakage with --disable-tui

[FYI] Fix comment in field_kind

[FYI] Fix pthread_setname_np build error

[FYI] Fix the build after bfd_get_signed_8 change

[FYI] Fix the gdb build with GCC 7

[FYI] Fix the thread-pool.c compilation

[FYI] Fix TUI test suite regexps

[FYI] Remove dead code from TUI

[FYI] Silence maybe-uninitialized warning in dwarf2read.c

[ob pushed] Fix typo, get_Frame_id -> get_frame_id

[PATCH 0/2] Fix bug when debugging a corrupted ELF

[PATCH 0/2] Re-enable stdin in various places

[PATCH 0/2] Remove C++ Symbol Aliases From Completion List

[PATCH 0/3] Fix Solaris build with enable-targets=all

[PATCH 0/3] Improve inline frame debug experience

[PATCH 0/3] More TUI improvements

[PATCH 0/3] Replace symbols' LANGUAGE macros with member functions

[PATCH 0/3] Testsuite Fixes For GCC 8/9

[PATCH 0/7] Fix and cleanups in jit.c

[PATCH 00/55] Remove val_print

[PATCH 01/55] Use scoped_value_mark in value_print

[PATCH 02/55] Refactor val_print and common_val_print

[PATCH 03/55] Introduce common_val_print_checked

[PATCH 04/55] Use common_val_print in infcmd.c

[PATCH 05/55] Use common_val_print in mi-main.c

[PATCH 06/55] Use common_val_print in riscv-tdep.c

[PATCH 07/55] Use common_val_print in f-valprint.c

[PATCH 08/55] Use common_val_print in cp-valprint.c

[PATCH 09/55] Use common_val_print in c-valprint.c

[PATCH 1/2] [AArch64] Fix step-over-syscall.exp failure

[PATCH 1/2] Fix regcache::cooked_read_test selftest for mep

[PATCH 1/2] gdb/testsuite: Allow DWARF assembler to create multiple line tables

[PATCH 1/2] gdb: Convert completion tracker to use std types

[PATCH 1/2] gdb: Re-enable stdin for all UIs from start_event_loop

[PATCH 1/2] Remove unused includes in aarch64-tdep.c

[PATCH 1/2] Replace xmalloc/xfree with vector in jit.c

[PATCH 1/3] gdb/testsuite/fortran: Fix info-modules/info-types for gfortran 8+

[PATCH 1/3] gdb: Include end of sequence markers in the line table

[PATCH 1/3] Make "file" clear TUI source window

[PATCH 1/3] pe_bfd_read_buildid memory leak

[PATCH 1/3] Undef REG_Y in s12z.h, it may be defined in a system header

[PATCH 1/3] Use symbol_set_language to set a symbol's language

[PATCH 1/7] Fix double-free when creating more than one block in JIT debug info reader

[PATCH 10/55] Introduce la_value_print_inner

[PATCH 11/55] Introduce generic_value_print

[PATCH 12/55] Introduce value_print_scalar_formatted

[PATCH 13/55] Two simple uses of value_print_scalar_formatted

[PATCH 14/55] Introduce value_print_array_elements

[PATCH 15/55] Simplify c_val_print_array

[PATCH 16/55] Make pascal_object_print_value_fields static

[PATCH 17/55] Introduce c_value_print_inner

[PATCH 18/55] Introduce m2_value_print_inner

[PATCH 19/55] Introduce pascal_value_print_inner

[PATCH 2/2] [AArch64] Add more debugging output to aarch64_displaced_step_fixup

[PATCH 2/2] Fix doc of AVR-specific command "info io_registers"

[PATCH 2/2] Fix indentation in jit.c

[PATCH 2/2] gdb: Enable stdin on exception in execute_gdb_command

[PATCH 2/2] gdb: Handle malformed ELF, symbols in non-allocatable sections

[PATCH 2/2] gdb: Remove C++ symbol aliases from completion list

[PATCH 2/2] Remove unused includes in aarch64-linux-tdep.c

[PATCH 2/3] Cast the log10 argument to double to disambiguate it

[PATCH 2/3] gdb/testsuite: kfail some tests if using broken gcc

[PATCH 2/3] gdb: Don't reorder line table entries too much when sorting.

[PATCH 2/3] Make "disassemble" always use TUI disassembly window

[PATCH 2/3] solib_target_free_so memory leak

[PATCH 2/3] Use an accessor function for general_symbol_info::language

[PATCH 2/7] jit: make gdb_object::symtabs a vector

[PATCH 20/55] Introduce f_value_print_innner

[PATCH 21/55] Introduce ada_value_print_inner

[PATCH 22/55] Convert Rust printing to value-based API

[PATCH 23/55] Convert Go printing to value-based API

[PATCH 24/55] Convert D printing to value-based API

[PATCH 25/55] Convert Modula-2 printing to value-based API

[PATCH 26/55] Convert Fortran printing to value-based API

[PATCH 27/55] Rewrite pascal_value_print_inner

[PATCH 28/55] Convert Pascal to value-based API

[PATCH 29/55] Initial rewrite of generic_value_print

[PATCH 3/3] gdb/fortran: Improve output pattern in gdb.mi/mi-fortran-modules.exp

[PATCH 3/3] gdb: Better frame tracking for inline frames

[PATCH 3/3] Make the literal argument to pow a double, not an integer

[PATCH 3/3] Remove flickering from the TUI

[PATCH 3/3] Use a member function to set a symbol's language

[PATCH 3/3] windows_clear_solib memory leak

[PATCH 3/7] jit: c++-ify gdb_symtab

[PATCH 30/55] Introduce generic_value_print_ptr

[PATCH 31/55] Fix generic_val_print_enum for value-based printing

[PATCH 32/55] Remove generic_val_print_flags

[PATCH 33/55] Simplify generic_val_print_func

[PATCH 34/55] Introduce generic_value_print_bool

[PATCH 35/55] Introduce generic_value_print_int

[PATCH 36/55] Introduce generic_value_print_char

[PATCH 37/55] Simplify generic_val_print_float

[PATCH 38/55] Introduce generic_value_print_complex

[PATCH 39/55] Rewrite c_value_print_inner

[PATCH 4/7] jit: make gdb_symtab::blocks a vector

[PATCH 40/55] Introduce c_value_print_ptr

[PATCH 41/55] Introduce c_value_print_int

[PATCH 42/55] Introduce c_value_print_memberptr

[PATCH 43/55] Introduce c_value_print_array

[PATCH 44/55] Introduce cp_print_value_fields and c_value_print_struct

[PATCH 45/55] Introduce cp_print_value

[PATCH 46/55] Rewrite ada_value_print_inner

[PATCH 47/55] Introduce ada_value_print_ptr

[PATCH 48/55] Rewrite ada_value_print_1 floating point case

[PATCH 49/55] Introduce ada_value_print_num

[PATCH 5/7] jit: make gdb_object::symtabs a vector of unique_ptr

[PATCH 50/55] Convert ada_val_print_ref to value-based API

[PATCH 51/55] Convert ada_value_print to value-based API

[PATCH 52/55] Introduce ada_value_print_array

[PATCH 53/55] Change print_field_values to use value-based API

[PATCH 54/55] Change extension language pretty-printers to use value API

[PATCH 55/55] Remove val_print

[PATCH 6/7] jit: c++-ify gdb_block

[PATCH 7/7] jit: make gdb_symtab::blocks a vector of unique_ptr

[PATCH v2 (w/ ChangeLog)] Fix disabling of solib probes when LD_AUDITing

[PATCH v2 0/5] Fix and cleanups in jit.c

Re: [PATCH v2 01/24] Preserve selected thread in all-stop w/ background execution

Re: [PATCH v2 02/24] Don't rely on inferior_ptid in record_full_wait

Re: [PATCH v2 08/24] Introduce switch_to_inferior_no_thread

[PATCH v2 1/5] Fix double-free when creating more than one block in JIT debug info reader

Re: [PATCH v2 2/3] gdb: Rename fputs_unfiltered to ui_file_puts.

[PATCH v2 2/5] jit: c++-ify gdb_symtab

Re: [PATCH v2 23/24] Require always-non-stop for multi-target resumptions

Re: [PATCH v2 3/3] gdb: Remove unused buffer_clearer variable.

[PATCH v2 3/5] jit: make gdb_object::symtabs an std::forward_list

[PATCH v2 4/5] jit: c++-ify gdb_block

[PATCH v2 5/5] jit: make gdb_symtab::blocks an std::forward_list

[PATCH v2] Add a NEWS entry for multithreaded symbol loading

[PATCH v2] Avoid infinite recursion in find_pc_sect_line

[PATCH v2] Don't define _FORTIFY_SOURCE on mingw

[PATCH v2] Fix install-strip for cross-compilation

[PATCH v2] Fix scripted probe breakpoints

Re: [PATCH v2] Guard against 'current_directory == NULL' on gdb_abspath (PR gdb/23613)

[PATCH v2] Put bcache inside "namespace gdb"

[PATCH v2] solib_target_free_so memory leak

[PATCH v3] Replace the remaining uses of strerror with safe_strerror

[PATCH v5] gdb: CTF support update

[PATCH, obvious] Fix whitespace in gdb.base/skip.exp

[PATCH] [AArch64] Recognize more program breakpoint patterns

[PATCH] [RFC][AArch64] Fix some erroneous behavior in gdb.base/step-over-syscall.exp

[PATCH] Add a NEWS entry for multithreaded symbol loading

[PATCH] Add constructor to stap_static_probe_ops

Re: [PATCH] add file desc to gdbserver client_state

[PATCH] Add install-strip to sim/

[PATCH] Add missing include to bsd-kvm.c for gdb_abspath

[PATCH] Add profiling outputs to .gitignore

[PATCH] Add type for $_tlb->process_environment_block->process_parameters

[PATCH] Add virtual destructor to tui_layout_base

[PATCH] Cache the text section offset of shared libraries

Re: [PATCH] Compare iterators, not values, in filtered_iterator::operator{==,!=}

[PATCH] Consistently quote variables used with "test"

[PATCH] Constify get_exec_file

[PATCH] Dwarf 5: Handle debug_str_offsets and indexed attributes that have base offsets.

Re: [PATCH] Fix (most) OpenBSD link errors

[PATCH] Fix --enable-libctf and --disable-static

[PATCH] Fix -Wmisleading-indentation warning in top.c

Re: [PATCH] Fix an issue with the gdb step-over aka. "n" command

[PATCH] Fix build failure on macOS

[PATCH] Fix build on macOS

[PATCH] Fix build with GNU Make 3.81

[PATCH] Fix disabling of solib probes when LD_AUDITing

[PATCH] Fix display of source code in TUI window

[PATCH] Fix handling of null stap semaphores

[PATCH] Fix indentation (and clang warning) in c-lang.c

[PATCH] Fix install-strip for cross-compilation

[PATCH] Fix program invocation by gdbserver on MS-Windows

[PATCH] Fix Python probe breakpoints

[PATCH] Fix scripted probe breakpoints

[PATCH] Fix search in TUI

Re: [PATCH] Fix setting breakpoints or stepping on line 65535

[PATCH] Fix skip.exp test failure observed with gcc-9.2.0

[PATCH] gdb/arm-tdep: fix to adapt insn "str rd, [sp, #-imm]"

[PATCH] gdb/arm-tdep: the "strd rd, [sp, #-imm]!" is the part of function prologue.

[PATCH] gdb/fortran: Support for single/double type modifiers

[PATCH] gdb: Fix backtrace with disassemble-next-line on

[PATCH] gdb: use tui_set_layout not show_layout to fix window focus

[PATCH] Handle CRLF when reading XML on Windows

[PATCH] Implement unlink system call for moxie sim

[PATCH] Link to -lssp when available (fixes mingw build)

[PATCH] Make skip without argument skip the current inline function

[PATCH] Make symbol_set_names a member function

[PATCH] Put bcache inside "namespace gdb"

[PATCH] Ravenscar port for RISC-V

[PATCH] Remove completion_list_add_msymbol

[PATCH] Remove gdb_assert in dw2_find_pc_sect_compunit_symtab.

[PATCH] Remove gdbarch parameter of lookup_typename

[PATCH] Remove some calls to malloc_failure

[PATCH] Remove stale references to Cell BE

[PATCH] Rename "sun" variable to avoid conflicts on Solaris

[PATCH] Replace hash function from bcache with fast_hash

Re: [PATCH] Replace the remaining uses of strerror with safe_strerror

Re: [PATCH] sim-utils.c: prevent buffer overflow.

[PATCH] Support for DWARF5 location lists entries

[PATCH] Switch the inferior too in switch_to_program_space_and_thread (Re: [PATCH v2 08/24] Introduce switch_to_inferior_no_thread)

[PATCH] Update documentation for the default value of main set worker-threads

[PATCH] Use get_thread_regcache instead of get_current_regcache in post_create_inferior

[PATCHv2] Fix setting breakpoints or stepping on line 65535

[PATCHv2] Fix skip.exp test failure observed with gcc-9.2.0

Re: [PATCHv4] Make "skip" work on inline frames

[PATCHv5] Make "skip" work on inline frames

[PATCHv6] Make "skip" work on inline frames

[PING**2] [PATCH] Fix an issue with the gdb step-over aka. "n" command

[PING**2] [PATCH] Fix handling of null stap semaphores

[PING**2] [PATCHv2] Fix setting breakpoints or stepping on line 65535

[PING] [PATCH] Fix an issue with the gdb step-over aka. "n" command

[PING] [PATCH] Fix handling of null stap semaphores

[PING] [PATCH] Fix setting breakpoints or stepping on line 65535

[PING] [PATCHv2] Fix setting breakpoints or stepping on line 65535

[PING] [PATCHv4] Make "skip" work on inline frames

[PING] [PATCHv5] Make "skip" work on inline frames

Re: [PING][PATCH 0/2] Improved variable object invalidation in GDB

[PING^3][PATCH v2 0/4] GDB fixes for the remote end having gone astray

[PING^4][PATCH v2 0/4] GDB fixes for the remote end having gone astray

[PING^5][PATCH v2 0/4] GDB fixes for the remote end having gone astray

[pushed/branch] gdb/NEWS: Say "Changes in GDB 9" rather than "Changes since GDB 8.3"

[PUSHED/OBVIOUS] Change type of debug_aix_thread to bool

[pushed] [ARM, sim] Fix build error and warnings

[pushed] [gdb/symtab] Prefer var def over decl

[pushed] Accept -Wno- prefix in ARI

[pushed] Add bit-field test for scalar_storage_order

[pushed] Add gdb_caching_proc support_nested_function_tests to lib/gdb.exp

[pushed] Add gdb_compile_openmp to lib/gdb.exp

[pushed] Add observable to watch current source symtab

[pushed] Add scalar_storage_order support for floating point

[pushed] Add TUI border colors

[pushed] Allow using less horizontal space in TUI source window

[pushed] Change "winheight" resizing to use new layout code

[pushed] Change ARI usage to GNU style

[pushed] Change objfile::partial_symtabs to be a unique_ptr

[pushed] Change set_locator_info to take a symtab_and_line

[pushed] Change tui_show_frame_info to return bool

[pushed] Change tui_source_window_base::set_contents to return bool

[pushed] Change tui_update_locator_fullname to take a symtab

[pushed] Core file build-id support

[pushed] Display "main" on initial TUI startup

[pushed] Don't call set_current_source_symtab_and_line from TUI

[pushed] Don't call tui_show_source from tui_ui_out

[pushed] First use of tui_layout

[pushed] Fix "list" command in the TUI

[pushed] Fix ARI text for floatformat_from_double

[pushed] Fix latent bug in tui_copy_source_line

[pushed] Fix unused function error

[pushed] gdb/darwin-nat.c: Fix template argument for scoped_restore_tmpl

[PUSHED] gdb/doc: Remove duplicate description of lookup_global_symbol

[pushed] gdb/dwarf: Introduce dwarf2_per_cu_int_type function

[pushed] gdb/fortran: array stride support

[pushed] gdb/mi: Add -max-results parameter to some -symbol-info-* commands

[pushed] gdb/mi: Add -symbol-info-module-{variables,functions}

[pushed] gdb/testsuite: do minor clean-up in gdb.cp/rvalue-ref-overload.exp

[pushed] gdb/testsuite: Use -J option when compiling Fortran tests

[pushed] gdb: Dynamic string length support

[pushed] gdb: fix overload resolution for see-through references

[pushed] gdb: rank an lvalue argument incompatible for an rvalue parameter

[pushed] gdb: recognize new DWARF attributes: defaulted, deleted, calling conv.

[pushed] gdb: Split global symbol search into separate functions

[pushed] infcall, c++: allow more info to be computed for pass-by-reference va...

[pushed] infcall, c++: collect more pass-by-reference information

[pushed] infcall: handle pass-by-reference arguments appropriately

[pushed] Introduce basic_safe_range

[pushed] Introduce new layout code

[pushed] Introduce program_space::add_objfile

[pushed] Introduce program_space::remove_objfile

[pushed] Introduce the tui_gen_win_info::min_height method

[pushed] Make add_separate_debug_objfile static

[pushed] Make isearch change readline prompt in TUI

[pushed] Make the objfile constructor private

[pushed] Make the objfile destructor private

[pushed] Manage objfiles with shared_ptr

[pushed] Minor fix to gdb.prompt documentation

[pushed] Move can_box to tui_gen_win_info

[pushed] Move free_all_objfiles to program_space

[pushed] Move max_height method to tui_gen_win_info

[pushed] Move type_byte_order earlier

[pushed] Normalize Ada ptype to use a single "?"

[pushed] OpenMP parallel region scope tests

[pushed] Propagate endianity to subrange types

[pushed] Re-apply the current layout when resizing

[pushed] Re-highlight windows when needed during TUI startup

[pushed] Reimplement tui_get_begin_asm_address

[pushed] Remove "boolean" and "var_boolean" checks from ARI

[pushed] Remove "fix" call for "long long" from ARI

[pushed] Remove a call to update_exec_info

[pushed] Remove ARI check for multiple calls to warning or error

[pushed] Remove ATTRIBUTE_UNUSED check from ARI

[pushed] Remove gdbarch_bits_big_endian

[pushed] Remove MULTI_OBJFILE_P

[pushed] Remove parameters from tui_show_source

[pushed] Remove some TUI asserts

[pushed] Remove some unnecessary focus switches

[pushed] Remove stale FIXME comment

[pushed] Remove struct tui_point

[pushed] Remove tui_show_disassem

[pushed] Remove tui_show_disassem_and_update_source

[pushed] Remove tui_source_window::show_symtab_source

[pushed] Silence ARI for valid calls to abort

[pushed] Silence ARI warning about floatformat_to_double

[pushed] Simplify tui_source_window_base::maybe_update method

[pushed] Simplify tui_update_source_windows_with_addr

[pushed] Simplify tui_update_source_windows_with_line

[pushed] Store objfiles on a std::list

[pushed] Suppress ARI warnings for vsprintf

[pushed] sym-info-cmds.exp: add missing quote in test name

[pushed] sym-info-cmds.exp: add yet another missing quote in test name

[pushed] testsuite, cp: increase the coverage of testing pass-by-ref arguments

[pushed] Treat inactive TUI specially in "info win"

[pushed] Update gdb.base/default.exp for GDB 10

[pushed] Update Gnulib to the latest git version

[pushed] Use bool in tui_before_prompt

[pushed] Use enum bitfield for the calling_convention attribute of a subroutine

[pushed] Use metadata style in a few more places

[pushed] Use start_line_or_addr in TUI windows

[pushed] Use symtab_and_line when updating TUI windows

[release/branch 1/2] Bump version to 9.0.90.DATE-git.

[release/branch 1/2] Document the GDB 9.0.90 release in gdb/ChangeLog

[release/branch 2/2] Bump GDB version number to 9.0.90.DATE-git.

[release/branch 2/2] Set development mode to "off" by default.

[release/branch] Set GDB version number to 9.0.90.

[release/HEAD 1/2] Bump version to 10.0.50.DATE-git.

[release/HEAD 2/2] Update NEWS post GDB 9 branch creation.

[review v10] gdb/mi: Add -max-results parameter to some -symbol-info-* commands

[review v10] gdb/mi: Add -symbol-info-module-{variables,functions}

[review v11] gdb/mi: Add -max-results parameter to some -symbol-info-* commands

[review v11] gdb/mi: Add -symbol-info-module-{variables,functions}

[review v12] gdb/mi: Add -max-results parameter to some -symbol-info-* commands

[review v13] gdb/mi: Add -max-results parameter to some -symbol-info-* commands

[review v13] Update Gnulib to the latest git version

[review v14] gdb/mi: Add -max-results parameter to some -symbol-info-* commands

[review v14] Update Gnulib to the latest git version

[review v15] Update Gnulib to the latest git version

[review v16] Update Gnulib to the latest git version

[review v2] Accept -Wno- prefix in ARI

[review v2] Add bit-field test for scalar_storage_order

[review v2] Add gdb_compile_openmp to lib/gdb.exp

[review v2] Add observable to watch current source symtab

[review v2] Add scalar_storage_order support for floating point

Re: [review v2] Add TUI border colors

[review v2] Change ARI usage to GNU style

[review v2] Change set_locator_info to take a symtab_and_line

[review v2] Change tui_show_frame_info to return bool

[review v2] Change tui_source_window_base::set_contents to return bool

[review v2] Change tui_update_locator_fullname to take a symtab

[review v2] Display "main" on initial TUI startup

[review v2] Don't call set_current_source_symtab_and_line from TUI

[review v2] Don't call tui_show_source from tui_ui_out

[review v2] Fix "list" command in the TUI

[review v2] Fix unused function error

[review v2] Fix use of non-existent DIAGNOSTIC_IGNORE_UNUSED_FUNCTION

[review v2] gdb/darwin-nat.c: Fix template argument for scoped_restore_tmpl

[review v2] gdb: Better frame tracking for inline frames

[review v2] gdb: Enable stdin on exception in execute_gdb_command

[review v2] gdb: Re-enable stdin for all UIs from start_event_loop

[review v2] gdb: Split global symbol search into separate functions

[review v2] infcall, c++: allow more info to be computed for pass-by-reference va...

[review v2] infcall, c++: collect more pass-by-reference information

[review v2] infcall: handle pass-by-reference arguments appropriately

[review v2] infrun: handle already-exited threads when attempting to stop

[review v2] jit: remove bp locations when unregistering jit code

[review v2] Move type_byte_order earlier

[review v2] OpenMP parallel region scope tests

[review v2] Pass thread_info pointer to various inferior control functions

[review v2] Propagate endianity to subrange types

[review v2] Reimplement tui_get_begin_asm_address

[review v2] Remove "boolean" and "var_boolean" checks from ARI

[review v2] Remove a call to update_exec_info

[review v2] Remove gdbarch_bits_big_endian

[review v2] Remove parameters from tui_show_source

[review v2] Remove some TUI asserts

[review v2] Remove some unnecessary focus switches

[review v2] Remove tui_show_disassem

[review v2] Remove tui_show_disassem_and_update_source

[review v2] Remove tui_source_window::show_symtab_source

[review v2] Silence ARI for valid calls to abort

[review v2] Silence ARI warning about floatformat_to_double

[review v2] Simplify tui_source_window_base::maybe_update method

[review v2] Simplify tui_update_source_windows_with_addr

[review v2] Simplify tui_update_source_windows_with_line

[review v2] Suppress ARI warnings for vsprintf

[review v2] testsuite, cp: increase the coverage of testing pass-by-ref arguments

[review v2] testsuite: add test for handling multiple inferiors exiting

[review v2] Use bool in tui_before_prompt

[review v2] Use start_line_or_addr in TUI windows

[review v2] Use symtab_and_line when updating TUI windows

[review v3] [ARM, sim] Fix build error and warnings

[review v3] Fix unused function error

[review v3] jit: remove bp locations when unregistering jit code

[review v3] testsuite, cp: increase the coverage of testing pass-by-ref arguments

[review v4] [ARM, sim] Fix build error and warnings

[review v4] [gdb/symtab] Prefer var def over decl

[review v4] Change "winheight" resizing to use new layout code

[review v4] Fix unused function error

[review v4] gdb: Don't reorder line table entries too much when sorting.

[review v4] gdb: Include end of sequence markers in the line table

[review v4] gdb: Split global symbol search into separate functions

[review v5] [gdb/symtab] Prefer var def over decl

[review v5] Fix unused function error

[review v6] Fix unused function error

[review v8] gdb/mi: Add -max-results parameter to some -symbol-info-* commands

[review v9] gdb/fortran: array stride support

[review v9] gdb/mi: Add -max-results parameter to some -symbol-info-* commands

[review v9] gdb/mi: Add -symbol-info-module-{variables,functions}

[review] [RFC] Don't block on finishing demangling msymbols

[review] Accept -Wno- prefix in ARI

[review] Add bit-field test for scalar_storage_order

[review] Add gdb_caching_proc support_nested_function_tests to lib/gdb.exp

[review] Add scalar_storage_order support for floating point

[review] Avoid ARI warnings with #include

[review] Avoid infinite recursion in find_pc_sect_line

[review] Change ARI usage to GNU style

[review] Change objfile::partial_symtabs to be a unique_ptr

[review] Core file build-id support

Re: [review] Document m68k floating point feature correspondence

[review] Don't call tui_show_source from tui_ui_out

[review] Fix ARI text for floatformat_from_double

[review] Fix latent bug in tui_copy_source_line

[review] Fix unused function error

[review] Fix use of non-existent DIAGNOSTIC_IGNORE_UNUSED_FUNCTION

[review] gdb/darwin-nat.c: Fix template argument for scoped_restore_tmpl

[review] gdb/testsuite: do minor clean-up in gdb.cp/rvalue-ref-overload.exp

[review] gdb/testsuite: Use -J option when compiling Fortran tests

[review] gdb: fix overload resolution for see-through references

[review] gdb: rank an lvalue argument incompatible for an rvalue parameter

[review] gdb: Split global symbol search into separate functions

[review] Implement stopped_by_sw_breakpoint for Windows gdbserver

[review] infrun: extract out a code piece into 'mark_non_executing_threads' fu...

[review] infrun: extract out a code piece into the 'handle_inferior_exit' func...

[review] jit: enhance test suite

[review] Make isearch change readline prompt in TUI

Re: [review] Minor fix to gdb.prompt documentation

[review] Normalize Ada ptype to use a single "?"

[review] Propagate endianity to subrange types

[review] Remove "boolean" and "var_boolean" checks from ARI

[review] Remove "fix" call for "long long" from ARI

[review] Remove ARI check for multiple calls to warning or error

[review] Remove ATTRIBUTE_UNUSED check from ARI

[review] Remove gdbarch_bits_big_endian

[review] Share handle_exception

[review] Silence ARI for valid calls to abort

[review] Silence ARI warning about floatformat_to_double

[review] Suppress ARI warnings for vsprintf

[review] Treat inactive TUI specially in "info win"

[review] Use enum bitfield for the calling_convention attribute of a subroutine

[review] Use metadata style in a few more places

[review] Use safe_strerror in agent.c

[review] Wrap shared windows-nat code in windows_nat namespace

[RFA 1/3] Implement 'set/show exec-file-mismatch'.

[RFA 1/3] New option 'set exec-file-mismatch (reload|warn|off)'. Fixes PR gdb/17626.

[RFA 2/3] Test 'set exec-file-mismatch reload|warn|off'.

[RFA 3/3] Document 'set|show exec-file-mismatch (reload|warn|off)'

[RFA] Ensure GDB warnings are styled.

[RFA] Fix crash when command arg is missing in faas/taas/tfaas commands.

[RFA] Fix leak of symbol name in block_symbol_cache

[RFA] Fix leaks when pruning inferiors.

Re: [RFA] Implement 'print -raw-values' and 'set print raw-values on|off'

[RFAv2] Implement 'print -raw-values' and 'set print raw-values on|off'

Re: [RFAv3 2/6] Improve process exit status macros on MinGW

[RFC][PATCH v2] Rebase executable to match relocated base address

[RFC][PATCH] Call tui_before_prompt in do_scroll_vertical

[RFC][PATCH] Rebase executable to match relocated base address

Re: [X-POST] patchwork.sourceware.org refresh

Breakage on builder Fedora-i686, revision 09c78487342254de6a4498f8b3aa1f3f1d508898

Breakage on builder Fedora-i686, revision 39f34d7b64ee76e07b82a3e57800905d249d8005

Breakage on builder Fedora-i686, revision 517d261dfafb7e5317b841b01ab853a76deb8128

Breakage on builder Fedora-i686, revision ab7d13f07027e6232a21448ef51f0a52a96738a9

Breakage on builder Fedora-i686, revision d0801dd8f22a3e739c6a7d126d45829df981794d

Breakage on builder Fedora-i686, revision e35000a7f8be021459102751db7e0b7e2868b57e

Breakage on builder Fedora-x86_64-cc-with-index, revision 09c78487342254de6a4498f8b3aa1f3f1d508898

Breakage on builder Fedora-x86_64-cc-with-index, revision 1ee7b812e778e4fddcfaa5f0be023dfdfb5a4d6e

Breakage on builder Fedora-x86_64-cc-with-index, revision 39f34d7b64ee76e07b82a3e57800905d249d8005

Breakage on builder Fedora-x86_64-cc-with-index, revision ab7d13f07027e6232a21448ef51f0a52a96738a9

Breakage on builder Fedora-x86_64-cc-with-index, revision d0801dd8f22a3e739c6a7d126d45829df981794d

Breakage on builder Fedora-x86_64-m32, revision 09c78487342254de6a4498f8b3aa1f3f1d508898

Breakage on builder Fedora-x86_64-m32, revision 39f34d7b64ee76e07b82a3e57800905d249d8005

Breakage on builder Fedora-x86_64-m32, revision ab7d13f07027e6232a21448ef51f0a52a96738a9

Breakage on builder Fedora-x86_64-m32, revision d0801dd8f22a3e739c6a7d126d45829df981794d

Breakage on builder Fedora-x86_64-m64, revision 09c78487342254de6a4498f8b3aa1f3f1d508898

Breakage on builder Fedora-x86_64-m64, revision 39f34d7b64ee76e07b82a3e57800905d249d8005

Breakage on builder Fedora-x86_64-m64, revision ab7d13f07027e6232a21448ef51f0a52a96738a9

Breakage on builder Fedora-x86_64-m64, revision d0801dd8f22a3e739c6a7d126d45829df981794d

Breakage on builder Fedora-x86_64-native-extended-gdbserver-m32, revision 09c78487342254de6a4498f8b3aa1f3f1d508898

Breakage on builder Fedora-x86_64-native-extended-gdbserver-m32, revision 39f34d7b64ee76e07b82a3e57800905d249d8005

Breakage on builder Fedora-x86_64-native-extended-gdbserver-m32, revision ab7d13f07027e6232a21448ef51f0a52a96738a9

Breakage on builder Fedora-x86_64-native-extended-gdbserver-m32, revision d0801dd8f22a3e739c6a7d126d45829df981794d

Breakage on builder Fedora-x86_64-native-extended-gdbserver-m64, revision 09c78487342254de6a4498f8b3aa1f3f1d508898

Breakage on builder Fedora-x86_64-native-extended-gdbserver-m64, revision 39f34d7b64ee76e07b82a3e57800905d249d8005

Breakage on builder Fedora-x86_64-native-extended-gdbserver-m64, revision ab7d13f07027e6232a21448ef51f0a52a96738a9

Breakage on builder Fedora-x86_64-native-extended-gdbserver-m64, revision d0801dd8f22a3e739c6a7d126d45829df981794d

Breakage on builder Fedora-x86_64-native-gdbserver-m32, revision 09c78487342254de6a4498f8b3aa1f3f1d508898

Breakage on builder Fedora-x86_64-native-gdbserver-m32, revision 39f34d7b64ee76e07b82a3e57800905d249d8005

Breakage on builder Fedora-x86_64-native-gdbserver-m32, revision ab7d13f07027e6232a21448ef51f0a52a96738a9

Breakage on builder Fedora-x86_64-native-gdbserver-m32, revision d0801dd8f22a3e739c6a7d126d45829df981794d

Breakage on builder Fedora-x86_64-native-gdbserver-m64, revision 09c78487342254de6a4498f8b3aa1f3f1d508898

Breakage on builder Fedora-x86_64-native-gdbserver-m64, revision 39f34d7b64ee76e07b82a3e57800905d249d8005

Breakage on builder Fedora-x86_64-native-gdbserver-m64, revision ab7d13f07027e6232a21448ef51f0a52a96738a9

Breakage on builder Fedora-x86_64-native-gdbserver-m64, revision d0801dd8f22a3e739c6a7d126d45829df981794d

Breakage on builder Fedora-x86_64-w64-mingw32, revision 517d261dfafb7e5317b841b01ab853a76deb8128

Breakage on builder Fedora-x86_64-w64-mingw32, revision ab7d13f07027e6232a21448ef51f0a52a96738a9

Breakage on builder Fedora-x86_64-w64-mingw32, revision d0801dd8f22a3e739c6a7d126d45829df981794d

Breakage on builder Solaris11-amd64-m64, revision 39f34d7b64ee76e07b82a3e57800905d249d8005

Breakage on builder Solaris11-amd64-m64, revision ab7d13f07027e6232a21448ef51f0a52a96738a9

Breakage on builder Solaris11-amd64-m64, revision d0801dd8f22a3e739c6a7d126d45829df981794d

Breakage on builder Solaris11-sparcv9-m64, revision 39f34d7b64ee76e07b82a3e57800905d249d8005

Breakage on builder Solaris11-sparcv9-m64, revision ab7d13f07027e6232a21448ef51f0a52a96738a9

Breakage on builder Solaris11-sparcv9-m64, revision d0801dd8f22a3e739c6a7d126d45829df981794d

Breakage on builder Ubuntu-Aarch64-m64, revision 09c78487342254de6a4498f8b3aa1f3f1d508898

Breakage on builder Ubuntu-Aarch64-m64, revision 39f34d7b64ee76e07b82a3e57800905d249d8005

Breakage on builder Ubuntu-Aarch64-m64, revision ab7d13f07027e6232a21448ef51f0a52a96738a9

Breakage on builder Ubuntu-Aarch64-m64, revision d0801dd8f22a3e739c6a7d126d45829df981794d

Breakage on builder Ubuntu-Aarch64-native-extended-gdbserver-m64, revision 09c78487342254de6a4498f8b3aa1f3f1d508898

Breakage on builder Ubuntu-Aarch64-native-extended-gdbserver-m64, revision 39f34d7b64ee76e07b82a3e57800905d249d8005

Breakage on builder Ubuntu-Aarch64-native-extended-gdbserver-m64, revision ab7d13f07027e6232a21448ef51f0a52a96738a9

Breakage on builder Ubuntu-Aarch64-native-extended-gdbserver-m64, revision d0801dd8f22a3e739c6a7d126d45829df981794d

Breakage on builder Ubuntu-Aarch64-native-gdbserver-m64, revision 09c78487342254de6a4498f8b3aa1f3f1d508898

Breakage on builder Ubuntu-Aarch64-native-gdbserver-m64, revision 39f34d7b64ee76e07b82a3e57800905d249d8005

Breakage on builder Ubuntu-Aarch64-native-gdbserver-m64, revision ab7d13f07027e6232a21448ef51f0a52a96738a9

Breakage on builder Ubuntu-Aarch64-native-gdbserver-m64, revision d0801dd8f22a3e739c6a7d126d45829df981794d

Compressor

Current master fails to build on i686-pc-linux-gnu

FYI/BRANCH: Patches applied to branch gdb-9-branch

FYI/HEAD: Patches applied to branch master

GDB 9.0.90 available for testing

GDB 9.1 release 2019-12-23 update

GDB 9.1 Release: Creating the branch on *WED* Dec 11th!

gdb-9 branch FROZEN

gdb-9 branch OPEN again (was: "gdb-9 branch FROZEN")

Re: Gerrit status update

Re: How to disable GDB backtrace new behavior of including disassembly in backtrace ?

Kindly Confirm Ownership of your E-mail gdb-patches at sourceware dot org

New ARI warning Fri Dec 13 01:56:39 UTC 2019

New ARI warning Mon Dec 2 01:56:22 UTC 2019

New ARI warning Sat Dec 21 01:56:48 UTC 2019

New ARI warning Thu Dec 5 01:58:13 UTC 2019

New ARI warning Thu Dec 12 02:12:59 UTC 2019 in gdb-9-branch

Oh dear. I regret to inform you that commit 09c78487342254de6a4498f8b3aa1f3f1d508898 might be unfortunate

Oh dear. I regret to inform you that commit 1ee7b812e778e4fddcfaa5f0be023dfdfb5a4d6e might be unfortunate

Oh dear. I regret to inform you that commit 39f34d7b64ee76e07b82a3e57800905d249d8005 might be unfortunate

Oh dear. I regret to inform you that commit 517d261dfafb7e5317b841b01ab853a76deb8128 might be unfortunate

Oh dear. I regret to inform you that commit ab7d13f07027e6232a21448ef51f0a52a96738a9 might be unfortunate

Oh dear. I regret to inform you that commit d0801dd8f22a3e739c6a7d126d45829df981794d might be unfortunate

Oh dear. I regret to inform you that commit e35000a7f8be021459102751db7e0b7e2868b57e might be unfortunate

PING. Re: [RFA] Ensure GDB warnings are styled.

Re: PING^3 Re: [RFA] Implement 'print -raw-values' and 'set print raw-values on|off'

Re: PING^8 Re: [RFC] Have an option to tell GDB to detect and possibly handle mismatched exec-files.

Question for Ada people, debugging gdb.ada/ptype_tagged_param.exp


Indexes: [Date Index] [Subject Index] [Author Index] [Thread Index]
Site Nav: [Browse other archives for this mailing list]
[Browse other mailing lists at this site]
Search: Limit to:

Mail converted by MHonArc