gdb-patches archive
subject index for January, 2020

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:

[committed][gdb/testsuite] Fix typo in gdb.server/server-kill-python.exp

[COMMITTED][MSP430][SIM] Fix simulation of RRUX instruction

[FYI/pushed] Start of New Year updates backported to gdb-9-branch

[FYI/pushed] Update copyright year in gdbarch.sh doc/gdb.texinfo and doc/refcard.tex

[FYI] Add myself to gdb/MAINTAINERS

[FYI] Fix indentation in common.m4

[FYI] Two minor changes in ctfread.c

[OB PATCH] Fix configure.srv error for Linux on PowerPC

[OB PATCH] gdbserver: Fix whitespace configure.srv damage for `i[34567]86-*-mingw*'

[PATCH 0/1] Add debuginfod support to GDB

[PATCH 0/2,v2][AArch64]Handle additional brk instruction patterns

[PATCH 0/2,v3][AArch64]Handle additional brk instruction patterns

[PATCH 0/2] Further Assembler Scrolling Fixes

[PATCH 0/2] gdb/tui: Assembler window scrolling fixes

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

[PATCH 0/3] Fix gdb's BFD cache

[PATCH 0/3] Fix some ARM NetBSD compile errors

Re: [PATCH 0/3] Improve inline frame debug experience

Re: [PATCH 0/3] More TUI improvements

[PATCH 0/4] Minor DWARF memory management cleanups

[PATCH 0/4] Remove some uses of iterate_over_inferiors

[PATCH 0/4] RISC-V/Linux `gdbserver' support and associated fixes

[PATCH 0/6] Vertical scrolling and another small bug fix

[PATCH 00/24] Horizontal TUI layout + windows in Python

[PATCH 00/38] Start reorganization of DWARF code

Re: [PATCH 00/55] Remove val_print

Re: [PATCH 01/15] Add back declarations for _initialize functions

[PATCH 01/24] Use TUI_DISASM_WIN instead of tui_win_list array

[PATCH 01/38] Create dwarf2/leb.[ch]

[PATCH 02/24] Simplify tui_add_win_to_layout

[PATCH 02/38] Create dwarf2/section.[ch]

[PATCH 03/24] Fix latent display bug in tui_data_window

[PATCH 03/38] Change section functions to be methods of dwarf2_section_info

[PATCH 04/24] Simplify TUI C-x 2 binding

[PATCH 04/38] Create dwarf2/abbrev.[ch]

[PATCH 05/24] Reimplement TUI "C-x 1" binding

[PATCH 05/38] Create dwarf2/attribute.[ch]

[PATCH 06/24] Reimplement "tui reg" command

[PATCH 06/38] Change some attribute functions to be methods

[PATCH 07/24] Remove hard-coded TUI layouts

[PATCH 07/38] Change attr_form_is_block to be a method

[PATCH 08/24] Add the "tui new-layout" command

[PATCH 08/38] Remove die_info_ptr typedef

[PATCH 09/24] Allow TUI sub-layouts in "new-layout" command

[PATCH 09/38] Don't declare die_info in dwarf2read.h

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

[PATCH 1/1] Add debuginfod support to GDB

[PATCH 1/2,v3] [AArch64] Recognize more program breakpoint patterns

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

[PATCH 1/2] [AArch64] Recognize more program breakpoint patterns

[PATCH 1/2] Display ExceptionRecord for $_siginfo

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

[PATCH 1/2] gdb/tui: Prevent exceptions from trying to cross readline

[PATCH 1/2] gdb/tui: Update help text for scroll commands

[PATCH 1/2] gdb: cleanup of displaced_step_inferior_state::reset/displaced_step_clear

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

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

[PATCH 1/2] gdbsupport: Fix a type of sentinel

[PATCH 1/2][AArch64] Recognize more program breakpoint patterns

[PATCH 1/3] Avoid hash table corruption in gdb_bfd.c

[PATCH 1/3] Support the NetBSD version of pthread_setname_np

[PATCH 1/4] gdb: remove use of iterate_over_inferiors in py-inferior.c

[PATCH 1/4] Remove some explicit memory management from dwarf2read.c

[PATCH 1/4] RISC-V/Linux/native: Determine FLEN dynamically

[PATCH 1/6] gdb/testsuite/tui: Always dump_screen when asked

[PATCH 1/6] update copyright year in version output of gdb, gdbserver and gdbreplay

[PATCH 1/7] Automatic date update in version.in

[PATCH 10/24] Change return type of tui_layout_base::adjust_size

[PATCH 10/38] Remove die_reader_specs::comp_dir

[PATCH 11/24] Add horizontal splitting to TUI layout

[PATCH 11/38] Move DWARF code to dwarf2/ subdirectory

[PATCH 12/24] Change TUI window iteration

[PATCH 12/38] Introduce die_info::has_children

Re: [PATCH 12/55] Introduce value_print_scalar_formatted

[PATCH 13/24] Reimplement tui_next_win and tui_prev_win

[PATCH 13/38] Remove DWARF queue-related globals

[PATCH 14/24] Handle ambiguity in tui_partial_win_by_name

[PATCH 14/38] Change dwarf2_per_objfile::signatured_types to be htab_up

Re: [PATCH 14/55] Introduce value_print_array_elements

[PATCH 15/24] Remove tui_delete_invisible_windows and tui_make_all_invisible

[PATCH 15/38] Change dwarf2_per_objfile::type_unit_groups to htab_up

[PATCH 16/24] TUI windows do not need to store their type

[PATCH 16/38] Change dwarf2_per_objfile::line_header_hash to htab_up

[PATCH 17/24] Change how TUI windows are instantiated

[PATCH 17/38] Don't allocate DWO file hash on obstack

[PATCH 18/24] Remove tui_set_win_focus_to

[PATCH 18/38] Change dwp_file to use htab_up

[PATCH 19/24] Remove the TUI annotation hack

[PATCH 19/38] Change dwarf2_per_objfile::die_type_hash to htab_up

[PATCH 2/2,v3] [AArch64] Test handling of additional brk instruction patterns

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

[PATCH 2/2] [AArch64] Test handling of additional brk instruction patterns

[PATCH 2/2] gdb/tui: asm window handles invalid memory and scrolls better

[PATCH 2/2] gdb/tui: Disassembler scrolling of very small programs

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

[PATCH 2/2] gdb: Fix a type of sentinel

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

[PATCH 2/2] gdb: make gdbarch_displaced_step_copy_insn return an std::unique_ptr

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

[PATCH 2/2] Use enums for human-readable exception information.

[PATCH 2/2][AArch64] Test handling of additional brk instruction patterns

[PATCH 2/3 v2] Define _KMEMUSER in arm-nbsd-nat.c

[PATCH 2/3] Consistently use BFD's time

[PATCH 2/3] Define _KMEMUSER in arm-nbsd-nat.c

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

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

Re: [PATCH 2/3] solib_target_free_so memory leak

[PATCH 2/4] gdb: remove use of iterate_over_inferiors in mi/mi-interp.c

[PATCH 2/4] gdbserver: Remove a stale TAGS recipe for config files

[PATCH 2/4] Use unique_xmalloc_ptr in fixup_go_packaging

[PATCH 2/6] gdb/copyright.py: Exit if run from the wrong directory

[PATCH 2/6] gdb/testsuite/tui: Split enter_tui into two procs

[PATCH 20/24] Allow TUI windows in Python

[PATCH 20/38] Minor cleanups in abbrev_table

[PATCH 21/24] Make some tui_source_window_base members "protected"

[PATCH 21/38] Use htab_up in abbrev_table

[PATCH 22/24] Use error_no_arg in TUI

[PATCH 22/38] Minor simplification in abbrev_table::read

[PATCH 23/24] Add "usage" text to all TUI command help

[PATCH 23/38] Change dwarf2_per_objfile::quick_file_names_table to htab_up

[PATCH 24/24] Fix cast in TUI_DISASM_WIN

[PATCH 24/38] Move dwarf_always_disassemble to dwarf2/loc.c

[PATCH 25/38] Change file_full_name and file_file_name methods

[PATCH 26/38] Change line_table methods to return unique_xmalloc_ptr

[PATCH 27/38] Move DWARF line_header to new file

[PATCH 28/38] Move dwarf2_per_cu_data::imported_symtabs earlier

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

[PATCH 29/38] Add some methods to dwarf2_per_cu_data

[PATCH 3/3] Further simplify gdb BFD caching

[PATCH 3/3] Make the class name in the definition match the declaration

Re: [PATCH 3/3] windows_clear_solib memory leak

[PATCH 3/4] gdb: remove uses of iterate_over_inferiors in mi/mi-main.c

[PATCH 3/4] gdbserver: Make `make TAGS' actually work

[PATCH 3/4] Use std::vector in abbrev_table_read_table

[PATCH 3/6] gdb/copyright.py: Adapt after move of gnulib from gdb to toplevel

[PATCH 3/6] gdb/testsuite/tui: Introduce check_box_contents

[PATCH 3/7] update copyright year in version output of gdb, gdbserver and gdbreplay

[PATCH 30/38] Unify read_initial_length implementations

[PATCH 31/38] Convert dwarf2_section_size to a method

[PATCH 32/38] Move read_offset_1 to leb.c

[PATCH 33/38] Create dwarf2/comp-unit.[ch]

[PATCH 34/38] Convert read_offset to method on comp_unit_head

[PATCH 35/38] Convert read_address to a method on comp_unit_head

[PATCH 36/38] Move two more functions to dwarf2/leb.h

[PATCH 37/38] Simplify "want_partial_unit" handling

[PATCH 38/38] Remove "keep" parameter from cutu_reader constructor

[PATCH 4/4] gdb: remove uses of iterate_over_inferiors in top.c

[PATCH 4/4] Use std::string in dwarf2read.c

[PATCH 4/6] gdb/copyright.py: Convert to Python 3

[PATCH 4/6] gdb/tui: Fix 'layout asm' before the inferior has started

[PATCH 4/7] gdb/copyright.py: Exit if run from the wrong directory

Re: [PATCH 40/55] Introduce c_value_print_ptr

Re: [PATCH 44/55] Introduce cp_print_value_fields and c_value_print_struct

[PATCH 5/6] gdb: Fix scrolling in TUI

[PATCH 5/7] gdb/copyright.py: Adapt after move of gnulib from gdb to toplevel

[PATCH 6/6] gdb/tui: Link source and assembler scrolling .... again

[PATCH 6/6] Update copyright year in gdbarch.sh doc/gdb.texinfo and doc/refcard.tex

[PATCH 6/7] gdb/copyright.py: Convert to Python 3

[PATCH v2 0/2] Fix handling of null stap semaphores

[PATCH v2 0/3] RISC-V/Linux `gdbserver' support and associated fixes

[PATCH v2 0/6] Move gdbsupport to top level

[PATCH v2 0/7] Enable -Wmissing-declarations diagnostic

Re: [PATCH v2 00/24] Multi-target support

[PATCH v2 1/2] gdb/testsuite/gdb.base/stap-probe: Minor clean-up

[PATCH v2 1/3] RISC-V/Linux/native: Determine FLEN dynamically

Re: [PATCH v2 1/4] Remove stale breakpoint step-over information

[PATCH v2 1/6] Consolidate definition of USE_WIN32API

[PATCH v2 1/7] gdb: add back declarations for _initialize functions

Re: [PATCH v2 18/24] Multi-target support

[PATCH v2 2/2] Fix handling of null stap semaphores

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

[PATCH v2 2/3] RISC-V/Linux/native: Factor out target description determination

Re: [PATCH v2 2/4] Unregister the last inferior from the event loop

[PATCH v2 2/7] gdb: add declaration to Python init function

[PATCH v2 3/3] gdbserver: Add RISC-V/Linux support

Re: [PATCH v2 3/4] Remove breakpoint step-over information if failed to resume

[PATCH v2 3/7] gdbserver: include hostio.h in hostio-errno.c

[PATCH v2 4/6] Remove use of <config.h> from gdb/nat/

[PATCH v2 4/7] gdbserver: include gdbsupport/common-inferior.h in inferiors.c

[PATCH v2 5/6] Add gdbsupport check-defines script

[PATCH v2 5/7] gdbserver: make some functions static in linux-x86-low.c

[PATCH v2 6/6] Don't link gdb twice against libiberty

[PATCH v2 6/7] gdbserver: set IP_AGENT_EXPORT_FUNC to static when not building IPA, add declarations

[PATCH v2 7/7] Enable -Wmissing-declarations diagnostic

[PATCH v2] Add debuginfod support to GDB

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

Re: [PATCH v2] Avoid infinite recursion in find_pc_sect_line

[PATCH v2] Cache the text section offset of shared libraries

Re: [PATCH v2] Don't define _FORTIFY_SOURCE on mingw

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

[PATCH v2] gdb: Catch exceptions if the source file is not found

[PATCH v2] GDB: Fix the overflow in addr_is_displayed()

Re: [PATCH v2] solib_target_free_so memory leak

[PATCH v2][PR tui/9765] Fix segfault in asm TUI when reaching end of file

[PATCH v3 0/2] Fix handling of null stap semaphores

[PATCH v3 0/3] RISC-V/Linux `gdbserver' support and associated fixes

[PATCH v3 1/2] gdb/testsuite/gdb.base/stap-probe: Minor clean-up

[PATCH v3 1/3] RISC-V/Linux/native: Determine FLEN dynamically

[PATCH v3 2/2] Fix handling of null stap semaphores

[PATCH v3 2/3] Define _KERNTYPES in arm-nbsd-nat.c

[PATCH v3 2/3] RISC-V/Linux/native: Factor out target description determination

[PATCH v3 3/3] gdbserver: Add RISC-V/Linux support

[PATCH v3] GDB: Fix the overflow in addr/line_is_displayed()

[PATCH v3] Harden gdb.base/step-over-syscall.exp

[PATCH, v2] Fix/Update misc comments

[PATCH, v2] Remove stale references to Cell BE

[PATCH,v2] Harden gdb.base/step-over-syscall.exp

[PATCH,v2][AArch64] Add more debugging output to aarch64_displaced_step_fixup

[PATCH,v2][AArch64] Fix step-over-syscall.exp failure

[PATCH] [AArch64] Convert an int flag variable to bool

[PATCH] [AArch64] Fix erroneous use of spu architecture bfd

Re: [PATCH] [AArch64] Recognize more program breakpoint patterns

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

Re: [PATCH] Add constructor to stap_static_probe_ops

Re: [PATCH] add file desc to gdbserver client_state

[PATCH] Add gdb.fortran/vla-stride.exp and report a bug (was: Re: [review] gdb/fortran: array stride support)

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

[PATCH] Adjust src-release.sh's getver due to gdbsupport's move to toplevel

[PATCH] Allow use of Pygments to colorize source code

[PATCH] always export the symbols for the proc_service interface

[PATCH] Assert that 'length' > 0 on infcmd.c:construct_inferior_arguments

[PATCH] Better handling of realpath() failure in windows_make_so() on Cygwin

[PATCH] Call disassemble_free_target in gdb

[PATCH] Change section_offsets to a std::vector

[PATCH] Disambiguate info_print_options

[PATCH] Do not print empty-group regs when printing general ones

[PATCH] Don't let TUI exceptions escape to readline (PR tui/9765)

Re: [PATCH] Don't override various Makefile variables for gnulib et al

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

[PATCH] Enable styling by default on Cygwin

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

[PATCH] Fix a crash with a malformed PE header

[PATCH] Fix assertion fi->level

Re: [PATCH] Fix build on macOS

[PATCH] Fix library segment-address for 64bit values

[PATCH] Fix memory leak of the demangled symbol name

Re: [PATCH] Fix Python probe breakpoints

[PATCH] Fix ravenscar-thread.c for multi-target

[PATCH] Fix re-runs of a second inferior (PR gdb/25410)

Re: [PATCH] Fix search in TUI

[PATCH] Fix toplevel types with -fdebug-types-section

[PATCH] Fix valgrind error from gdb.decode_line

[PATCH] Fix/Update misc comments

[PATCH] Fixed gdb to print arrays with very high indexes

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

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

[PATCH] gdb/linux-fork: simplify one_fork_p

[PATCH] gdb/remote: Ask target for current thread if it doesn't tell us

[PATCH] gdb/testsuite: Updated includes

[PATCH] gdb/tui: Place window titles in the center of the border

[PATCH] gdb: Allow GDB to _not_ load a previous command history

[PATCH] gdb: Catch exceptions if the source file is not found

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

[PATCH] gdb: fix darwin-nat.c build / adapt to multi-target

[PATCH] GDB: Fix the overflow in addr_is_displayed()

[PATCH] gdb: fix variable shadowing error in darwin-nat.c

[PATCH] gdb: introduce objfile text_section_offset and data_section_offset methods

[PATCH] gdb: Reinitialize objfile::section_offsets during objfile reload

[PATCH] GDB: Remove trailing spaces in tui-disasm.c

[PATCH] gdb: remove uses of iterate_over_inferiors in remote-sim.c

[PATCH] GDB: Treat memory exception from tui_disassemble() gracefully

Re: [PATCH] gdb: Use puts_unfiltered instead of printf_unfiltered

[PATCH] gdb: use std::vector instead of alloca in core_target::get_core_register_section

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

[PATCH] Harden gdb.base/step-over-syscall.exp

[PATCH] Make all-gdbsupport depend on all-bfd

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

Re: [PATCH] Make symbol_set_names a member function

[PATCH] Make TUI borders respect "set style enabled"

[PATCH] Modify python-config.py or replace it with official one to support python3

[PATCH] Move gdbserver to top level

[PATCH] Rebase executable to match relocated base address

Re: [PATCH] Remove gdb_assert in dw2_find_pc_sect_compunit_symtab.

Re: [PATCH] Remove stale references to Cell BE

[PATCH] Replace init_cutu_and_read_dies with a class

[PATCH] riscv: add gdbserver support

[PATCH] sim: add some stdlib.h includes

[PATCH] sim: don't rely on inferior_ptid in gdbsim_target::wait

[PATCH] Support for DW_AT_loclists_base and DW_FORM_loclistx.

RE: [PATCH] Support for DWARF5 location lists entries

[PATCH] Switch the inferior before outputting its id in "info inferiors" (Re: [PATCH v2 00/24] Multi-target support)

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

Re: [PATCH] texi2pod.pl: import support for @t{...} from gcc

[PATCH] Update comments about removed function

Re: [PATCH] Use get_thread_regcache instead of get_current_regcache in post_create_inferior

[PATCH]: DWARFv5: Handle location list for split dwarf

[PATCH][PR build/24805] Explicitly export symbols from gdb_proc_service

[PATCHv2 0/2] gdb/tui: Assembler window scrolling fixes

[PATCHv2 0/3] Remove C++ Symbol Aliases From Completion List

[PATCHv2 1/2] gdb/tui: Prevent exceptions from trying to cross readline

[PATCHv2 1/3] libiberty/hashtab: More const parameters

[PATCHv2 2/2] gdb/tui: asm window handles invalid memory and scrolls better

[PATCHv2 2/3] gdb: Restructure the completion_tracker class

[PATCHv2 3/3] gdb: Remove C++ symbol aliases from completion list

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

[PING**2] [PATCH] Make skip without argument skip the current inline function

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

[PING] [PATCH 1/2] Display ExceptionRecord for $_siginfo

[PING] [PATCH v2] gdb: Catch exceptions if the source file is not found

[PING] [PATCH] Cache the text section offset of shared libraries

[PING] [PATCH] Do not print empty-group regs when printing general ones

[PING] [PATCH] Harden gdb.base/step-over-syscall.exp

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

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

RE: [PING][PATCH] Support for DW_AT_loclists_base and DW_FORM_loclistx.

RE: [PING][PATCH]: DWARFv5: Handle location list for split dwarf

[PING^2] [PATCH] Cache the text section offset of shared libraries

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

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

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

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

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

[pushed 1/2] gdbserver: include aarch32/aarch64 header file in corresponding source file

[pushed 1/2] gdbserver: include linux-arm-tdesc.h in linux-arm-tdesc.c

[pushed 2/2] gdb: include gdb_wait.h in gdb_wait.c

[pushed 2/2] gdbserver: make aarch64_write_goto_address static

[pushed/gdb-9-branch] libctf: Add configure check for asprintf (for MinGW)

[pushed/gdb-9-branch] libctf: Regenerate Makefile.in and acinclude.m4

[PUSHED/OBVIOUS] Fix some spelling errors.

[pushed] [gdb/testsuite] Fix gdb.threads/watchpoint-fork.exp race

[pushed] [gdb] Move ChangeLog entries to their right files

[pushed] Change allocate_psymtab to be a constructor

[pushed] Change some psymtab fields to bool

[pushed] Consolidate partial symtab dependency reading

[pushed] Consolidate psymtab "Reading" messages

[pushed] Do not allocate psymtabs via psymtab_storage

[pushed] Document m68k floating point feature correspondence

[pushed] Fix indentation in print_thread_info_1

[PUSHED] gdb/testsuite: Fix race condition in gdb.base/skip.exp

[pushed] gdb: add declaration for _initialize_gdbarch in gdbarch.sh

[pushed] gdb: fix indentation in infrun.c

[pushed] gdbserver: fix Makefile dependency of regformat-generated files on regdat.sh

[pushed] gdbserver: remove rule for files from regformats/i386

[pushed] Introduce partial_symtab::expand_psymtab method

[pushed] Introduce partial_symtab::read_symtab method

[pushed] Remove an include from machoread.c

[pushed] Remove last traces of discard_all_inferiors (Re: [PATCH v2 18/24] Multi-target support)

[pushed] Turn start_psymtab_common into a constructor

[pushed] Use new and delete for psymtabs

[pushed] Virtualize "readin" and "compunit_symtab"

[review v2] [gdb/threads] Fix hang in stop_all_threads after killing inferior

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

[review v3] [gdb/threads] Fix hang in stop_all_threads after killing inferior

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

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

[review] [gdb/testsuite] Fix gdb.threads/watchpoint-fork.exp race

[review] [gdb/testsuite] Fix UNRESOLVED in gdb.server/server-kill-python.exp

[review] [gdb/threads] Fix hang in stop_all_threads after killing inferior

[review] [RFC] Support $ORIGIN in DW_AT_comp_dir

[review] jit: enhance test suite

[review] Virtualize "readin" and "compunit_symtab"

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

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

[RFA/gdb-9-branch] Abort configure immediately if building GDB in tree

Re: [RFA] Ensure GDB warnings are styled.

[RFAv2 0/3] New option 'set exec-file-mismatch (ask|warn|off)'. Fixes PR gdb/17626.

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

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

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

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

[RFC][PATCH 4/4] gdbserver: Add RISC-V/Linux support

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

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

Breakage on builder Fedora-i686, revision 01027315f54048dbaf03ac37455c2528c72a6d9b

Breakage on builder Fedora-i686, revision 0d1cc75df1c9a356dfa47932e9ec52fca7d8f5ab

Breakage on builder Fedora-i686, revision 3112ed9799124edf4d1f9c903da0d59f5a4ca102

Breakage on builder Fedora-x86_64-cc-with-index, revision 01027315f54048dbaf03ac37455c2528c72a6d9b

Breakage on builder Fedora-x86_64-cc-with-index, revision 26f42329caf1dcd4a410de61045208024156169f

Breakage on builder Fedora-x86_64-cc-with-index, revision 4814632e69636177b71b8d091009a0ec614916ec

Breakage on builder Fedora-x86_64-cc-with-index, revision 790f17188a22e722bab9915e1d50307f8cb7c0f9

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

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

Breakage on builder Fedora-x86_64-m32, revision 01027315f54048dbaf03ac37455c2528c72a6d9b

Breakage on builder Fedora-x86_64-m32, revision 131cb553d6d10412b20cf49bb0e3a5e736a90a36

Breakage on builder Fedora-x86_64-m32, revision 3112ed9799124edf4d1f9c903da0d59f5a4ca102

Breakage on builder Fedora-x86_64-m32, revision 3684d331fd35f49e4022ac6906dc879552af0442

Breakage on builder Fedora-x86_64-m32, revision c17e02e1b55b5e9cbdc6581f05bfec96dc8436f4

Breakage on builder Fedora-x86_64-m32, revision d0849eed78268cee12d4540c67a2d9813d44f61c

Breakage on builder Fedora-x86_64-m64, revision 01027315f54048dbaf03ac37455c2528c72a6d9b

Breakage on builder Fedora-x86_64-m64, revision 3684d331fd35f49e4022ac6906dc879552af0442

Breakage on builder Fedora-x86_64-m64, revision 4814632e69636177b71b8d091009a0ec614916ec

Breakage on builder Fedora-x86_64-m64, revision 8dc3273e0c50b607ee97873ae745cbc0d3ec6d7f

Breakage on builder Fedora-x86_64-m64, revision ff47f4f06d296b672337e2c7363a745cd2725f58

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

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

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

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

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

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

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

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

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

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

Breakage on builder Fedora-x86_64-native-gdbserver-m32, revision 01027315f54048dbaf03ac37455c2528c72a6d9b

Breakage on builder Fedora-x86_64-native-gdbserver-m32, revision 2da2eaf4ce299c84c5a1f1bc6f7944266cb36d6e

Breakage on builder Fedora-x86_64-native-gdbserver-m32, revision 533da48302a26885a972e4379eccc26b364e5b53

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

Breakage on builder Fedora-x86_64-native-gdbserver-m64, revision 01027315f54048dbaf03ac37455c2528c72a6d9b

Breakage on builder Fedora-x86_64-native-gdbserver-m64, revision 25e573565306c51df462eb6a957f86fc130ee580

Breakage on builder Fedora-x86_64-native-gdbserver-m64, revision 3684d331fd35f49e4022ac6906dc879552af0442

Breakage on builder Fedora-x86_64-native-gdbserver-m64, revision 8dc3273e0c50b607ee97873ae745cbc0d3ec6d7f

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

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

Breakage on builder Fedora-x86_64-w64-mingw32, revision 05ea2a051030a452bb1f4710dafeb1054cf38c17

Breakage on builder Fedora-x86_64-w64-mingw32, revision 40c940992759aba79013a2c590c29f03ea754e77

Breakage on builder Fedora-x86_64-w64-mingw32, revision 67b10306d19bd16ec9f3ca73b14aa82c789436e1

Breakage on builder Fedora-x86_64-w64-mingw32, revision 975f45b7e103929f3ed05d7a4dc71bb5fc320810

Breakage on builder Fedora-x86_64-w64-mingw32, revision 9cf70a448bed3f91fadc0e89ab0f4e5c0d79d975

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

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

Breakage on builder Ubuntu-Aarch64-m64, revision 01027315f54048dbaf03ac37455c2528c72a6d9b

Breakage on builder Ubuntu-Aarch64-m64, revision 6655dba246bd164d953fe220a0e3d4eed85bb268

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

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

Breakage on builder Ubuntu-Aarch64-native-gdbserver-m64, revision 01027315f54048dbaf03ac37455c2528c72a6d9b

Breakage on builder Ubuntu-Aarch64-native-gdbserver-m64, revision 6655dba246bd164d953fe220a0e3d4eed85bb268

Discrepancy between Python and Guile wrt exiting the interpreter

FYI: Start of New Year updates performed (and copyright.py switch to Python3)

Re: GDB 9.0.90 available for testing

GDB 9.1 release -- 2020-01-02 update

GDB 9.1 release -- 2020-01-17 update

Re: GDB 9.1 release 2019-12-23 update

Re: gnulib stat problem

gnulib stat problem (Was: [pushed] Update Gnulib to the latest git version)

New ARI warning Sat Jan 11 01:56:40 UTC 2020

New ARI warning Sun Jan 12 01:58:00 UTC 2020

New ARI warning Thu Jan 30 01:58:49 UTC 2020

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Ping (Was: [review] Document m68k floating point feature correspondence)

PING Re: [RFAv2 0/3] New option 'set exec-file-mismatch (ask|warn|off)'. Fixes PR gdb/17626.

Propose we release GDB 9.1 next weekend (Feb 01-02)


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