gdb-patches archive
subject index for October, 2018

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:

18 Top-Rated Fall Wines

8.2 regression for invalid -data-directory [Re: [RESEND][PATCH 01/40] Convert struct target_ops to C++]

Hi, viсtim.

Re: [1/2] C-SKY Port

[Committed] Python doc build fixes

[FYI] Avoid pagination in attach.exp

[FYI] Avoid two uninitialized warnings from gcc

[FYI] Fix "make info" in gdb

[FYI] Remove unnecessary casts from TUI

[FYI] Remove unused variables from riscv-fbsd-tdep.c

[FYI] Use pulongest in aarch64-linux-tdep.c

[gdb/testsuite] Add gdb-caching-proc.exp testcase

[OB PATCH] Add self to gdb/MAINTAINERS

[OB PATCH][gdb/testsuite] Handle removed valgrind option --db-attach

[OB PATH] Provide get_shell declaration in procfs.c

[OBV/PUSHED][PATCH] testsuite: ovldbreak.exp: fix regexp

[OBVIOUS_PATCH] [PUSHED/OBVIOUS] ensure help set print type gives the correct help.

[OBVIOUS_PATCH] tid-parse.c tid_is_in_list correct 'See' comment.

[PATCH 0/2] Fix resource leaks found by Coverity

[PATCH 0/2] Return gdbpy_ref in a couple more places

[PATCH 0/2] RISC-V: Improve FP register support.

[PATCH 0/2] RISC-V: Linux signal frame support.

Re: [PATCH 0/2] two more Python paper-cuts

[PATCH 0/2] Update FreeBSD's syscall table

[PATCH 0/3] Per-inferior thread list, multi-target prep

[PATCH 0/3] Use gdbpy_ref more in gdb/python

Re: [PATCH 0/4] OpenRISC binutils updates and new relocs

Re: [PATCH 0/5] Merge common proc_service headers

[PATCH 0/6] Use gdb::array_view some more, plug leaks

Re: [PATCH 0/7] Simplify complaints and symbol-reading output

Re: [PATCH 0/8] Add -Wshadow=local

[PATCH 1/2] Add an optional "alias" attribute to syscall entries.

[PATCH 1/2] Allow function prologues to have multiple repeating lines

[PATCH 1/2] Fix resource leak found by Coverity

[PATCH 1/2] gdb/python: Make a function return gdbpy_ref<>

[PATCH 1/2] RISC-V: Linux signal frame support.

[PATCH 1/2] RISC-V: Print FP regs as union of float types.

[PATCH 1/2] Support AT_HWCAP2 on FreeBSD.

[PATCH 1/3] Avoid find_thread_ptid with null_ptid

[PATCH 1/3] Pass inferior to terminal_save_inferior

[PATCH 1/3] Return gdbpy_ref from gdb_py_object_from_*longest

[PATCH 1/3] Update macOS load commands: Add sdk field to LC_VERSION_MIN_* load commands

[PATCH 1/4] GDBSERVER: Listen on a unix domain (instead of TCP) socket if requested.

[PATCH 1/6] Use gdb:array_view in call_function_by_hand & friends

Re: [PATCH 1/8] Simple -Wshadow=local fixes

[PATCH 2 0/6] A different approach to starutp-with-shell on macOS

[PATCH 2/2] Check for line notes on GCC as well as Clang

[PATCH 2/2] Fix resource leak found by Coverity

[PATCH 2/2] gdb/python: Make a function return gdbpy_ref<>

[PATCH 2/2] RISC-V: Linux signal frame support.

[PATCH 2/2] RISC-V: NaN-box FP values smaller than an FP register.

[PATCH 2/2] Treat all unknown auxv tags on FreeBSD as unknown.

[PATCH 2/2] Update the FreeBSD system call table to match FreeBSD 12.0.

Re: [PATCH 2/3] Aarch64: Detect FP regs in signal frames

[PATCH 2/3] Fix follow_exec latent problem

[PATCH 2/3] Pass inferior to terminal_inferior

[PATCH 2/3] Return gdbpy_ref from some Python string functions

[PATCH 2/3] Update macOS load commands: Add LC_NOTE load command

[PATCH 2/4] GDB: Document the unix::/path/to/socket of remote connection.

[PATCH 2/6] invoke_xmethod & array_view

Re: [PATCH 2/8] Avoid shadowing in gdbserver

[PATCH 3/3] Avoid GDB SIGTTOU on catch exec + set follow-exec-mode new (PR 23368)

[PATCH 3/3] Per-inferior thread list, thread ranges/iterators, down with ALL_THREADS, etc.

[PATCH 3/3] Return gdbpy_ref from gdbpy_get_varobj_pretty_printer

Re: [PATCH 3/3] Testsuite: Aarch64: Add signal handler registers test

[PATCH 3/3][PR binutils/23728][PR gdb/23742][PR binutils/23746] Update macOS load commands: Add LC_BUILD_VERSION load command

[PATCH 3/4] GDB: Fix documentation for invoking GDBSERVER

[PATCH 3/6] Eliminate make_symbol_overload_list-related globals & cleanup

Re: [PATCH 3/8] Use std::string in mdebugread.c

[PATCH 4/4] GDB: Remote target can now accept the form unix::/path/to/socket.

Re: [PATCH 4/5] RISC-V: Add native linux support.

[PATCH 4/6] C++ify badness_vector, fix leaks

Re: [PATCH 4/8] Avoid shadowing in linux-tdep.c

[PATCH 5/6] valops.c: Some more gdb::array_view

Re: [PATCH 5/8] Fix latent bug in msp430-tdep.c

[PATCH 6/6] valops.c: Overload resolution code: Rename parameters/locals

Re: [PATCH 6/8] Avoid shadowing in fdwalk

Re: [PATCH 7/8] Shadowing fix in gdbscm_frame_read_var

[PATCH OB][gdb/testsuite] Move valgrind-db-attach.{c,exp} to valgrind-bt.{c,exp}

[PATCH v2 0/2] Aarch64: Fix segfault when casting dummy calls

[PATCH v2 0/3] Read pseudo registers from frame instead of regcache

[PATCH v2 0/6] A different approach to startup-with-shell on macOS

[PATCH v2 00/10] Undefined Behavior Sanitizer, this time with docs

[PATCH v2 01/10] Do not pass NULL to memcpy

[PATCH v2 02/10] Change dwarf2_frame_state_reg_info::reg to be std::vector

[PATCH v2 03/10] Use unsigned as base type for some enums

[PATCH v2 04/10] Avoid undefined behavior in extract_integer

[PATCH v2 05/10] Avoid undefined behavior in read_subrange_type

[PATCH v2 06/10] Avoid undefined behavior in parse_number

[PATCH v2 07/10] Avoid undefined behavior in read_signed_leb128

[PATCH v2 08/10] Avoid undefined behavior in ada_operator_length

[PATCH v2 09/10] Avoid undefined behavior in expression dumping

[PATCH v2 1/2] Add lang_struct_return to _push_dummy_call

[PATCH v2 1/2] Record ARM THUMB2 PLD/PLI cache instructions

[PATCH v2 1/3] Extract register_reader and register_readwriter interfaces from regcache

Re: [PATCH v2 1/4] Add helper functions to trad_frame to support register cache maps.

[PATCH v2 1/6] Unify shell-finding logic

[PATCH v2 10/10] Add --enable-ubsan

[PATCH v2 2/2] Aarch64: Fix segfault when casting dummy calls

[PATCH v2 2/2] Check thumb2 load/store and cache hit addressing mode

[PATCH v2 2/3] Read pseudo registers from frame instead of regcache

[PATCH v2 2/6] Move make_temp_filename to common/pathstuff.c

[PATCH v2 3/3] Add tests for unwinding of pseudo registers

[PATCH v2 3/6] Move mkdir_recursive to common/filestuff.c

[PATCH v2 4/6] Use mkostemp, not mkstemp

[PATCH v2 5/6] Do not reopen temporary files

[PATCH v2 6/6] Cache a copy of the user's shell on macOS

[PATCH v2] Add support for recording xsave x86 instruction

[PATCH v2] Avoid crash when calling warning too early

[PATCH v2] configure.ac: Cygwin now has ncurses not termcap. Use standard logic.

[PATCH v2] Fix various tests to use -no-pie linker flag when needed

[PATCH v2] Release the GIL while running a gdb command or expression

[PATCH v2] x86-64: fix ZMM register state tracking

[PATCH v3 0/3] Aarch64: Fix segfault when casting dummy calls

[PATCH v3 1/2] Record ARM THUMB2 PLD/PLI cache instructions

[PATCH v3 1/3] Use enum for return method for dummy calls

[PATCH v3 2/2] Check thumb2 load/store and cache hit addressing mode

[PATCH v3 2/3] Pass return_method to _push_dummy_call

[PATCH v3 3/3] Aarch64: Fix segfault when casting dummy calls

Re: [PATCH v3 PR gdb/16841] virtual inheritance via typedef cannot find base

[PATCH v3] Add support for recording xsave x86 instruction

[PATCH v3] Fix various tests to use -no-pie linker flag when needed

[PATCH v3] Release the GIL while running a gdb command or expression

[PATCH v4 0/3] Aarch64: Fix segfault when casting dummy calls

[PATCH v4 1/3] Add support for recording xsave x86 instruction

[PATCH v4 1/3] Use enum for return method for dummy calls

[PATCH v4 2/3] Do not mistreat instructions as cmpxchg8b

[PATCH v4 2/3] Pass return_method to _push_dummy_call

[PATCH v4 3/3] Aarch64: Fix segfault when casting dummy calls

[PATCH v4 3/3] Add support for recording xsavec x86 instruction

[PATCH v5 00/12] GDB support for more powerpc registers on linux

[PATCH v5 01/12] Zero-initialize linux note sections

[PATCH v5 02/12] [PowerPC] Don't zero-initialize vector register buffers

[PATCH v5 03/12] Add decfloat registers to float reggroup

[PATCH v5 04/12] [PowerPC] Remove rs6000_pseudo_register_reggroup_p

[PATCH v5 05/12] [PowerPC] Fix two if statements in gdb/ppc-linux-nat.c

[PATCH v5 06/12] [PowerPC] Fix indentation in arch/ppc-linux-common.c

[PATCH v5 07/12] [PowerPC] Refactor have_ initializers in rs6000-tdep.c

[PATCH v5 08/12] [PowerPC] Add support for PPR and DSCR

[PATCH v5 09/12] [PowerPC] Add support for TAR

[PATCH v5 10/12] [PowerPC] Add support for EBB and PMU registers

[PATCH v5 11/12] [PowerPC] Reject tdescs with VSX and no FPU or Altivec

[PATCH v5 12/12] [PowerPC] Add support for HTM registers

[patch, testsuite] Clean up gdb.trace results

[PATCH] Aarch64: Better termination checks for sigcontext reading

[PATCH] Abi selection based on set arch command in case of remote debugging for MIPS

[PATCH] Add missing va_end found by Coverity

Re: [PATCH] Add parameter to allow enabling/disabling selftests via configure

Re: [PATCH] Add support for recording xsave x86 instruction

Re: [PATCH] Adding support for reding signal handler frame in AIX

[PATCH] Allocate buffer with proper size in amd64_pseudo_register_{read_value,write}

Re: [PATCH] Allow remote debugging over a local domain socket

Re: [PATCH] Allow remote debugging over a Unix local domain socket.

[PATCH] ARM: Do not use FP reg when on AAPCS

Re: [PATCH] Call nonl before wgetch in TUI

[PATCH] Check return value of bfd_init

[PATCH] Clear static_links in reread_symbols

[PATCH] configure.ac: Cygwin now has ncurses not termcap. Use standard logic.

[PATCH] Disable the undefined behavior sanitizer by default

Re: [PATCH] Do not accidentally include in-tree readline headers

Re: [PATCH] Don't check HAVE_UNISTD_H

Re: [PATCH] Fix badness vector resource leaks found by Coverity

[PATCH] Fix buffer overflow in ada-lang.c:move_bits

[PATCH] Fix buffer overrun found by Coverity

[PATCH] Fix buffer overrun in fetch_register_using_p

RE: [PATCH] Fix is_amd64_regs_target check in i386-avx512.exp

[PATCH] Fix PR cli/23785: Check if file exists when invoking "restore FILE binary"

[PATCH] Fix PR gdb/23835: Don't redefine _FORTIFY_SOURCE if it's already defined

Re: [PATCH] Fix Python gdb.Breakpoint.location crash

[PATCH] Fix resource leak found by Coverity

[PATCH] Fix target architecture address size inside gdbarch structure

[PATCH] Fix thinko on common/offset-type.h (compare 'lhs' against 'rhs')

[PATCH] Fix use-after-free in record_btrace_start_replaying

Re: [PATCH] Fix various tests to use -no-pie linker flag when needed

[PATCH] gdb/riscv: Fix failures on rv64 in gdb.arch/riscv-reg-aliases.exp test

[PATCH] gdb/riscv: Fix register access for register aliases

[PATCH] gdb/riscv: Remove redundant code, and catch more errors when accessing MISA

Re: [PATCH] gdb/testsuite: Run test when software watchpoints are used

[PATCH] GDB: Documentation: Remove greengrocer's apostrophe.

[PATCH] gdb: Handle ICC's unexpected void return type

[PATCH] GDB: Work around buggy Dwarf lineinfo produced by third party compiler.

[PATCH] GDBSERVER: Listen on a unix domain (instead of TCP) socket if requested.

[PATCH] Introduce gdbarch_num_cooked_regs

[PATCH] Prevent inline function parameters from crashing the DWARF reader

[PATCH] Prevent overflow in rl_set_screen_size

Re: [PATCH] Provide Solaris 11 buildbots

[PATCH] python: Make Windows-specific code work with Python 3

Re: [PATCH] Record ARM THUMB2 PLD/PLI cache instructions

[PATCH] Remove DEF_VECs from symtab.h

[PATCH] Remove relational operators from common/offset-type.h

Re: [PATCH] RISC-V: enable have_nonsteppable_watchpoint by default

[PATCH] RISC-V: Force variables to .data for code_elim.

[PATCH] S390: Fix crash when remote tdesc doesn't define vec128

Re: [PATCH] SYMBOL_LANGUAGE assertion failure on AIX

[PATCH] Testsuite: Fix racy conditions in py-cmd.exp

[PATCH] Testsuite: Remove race condition from mi-cmd-param-changed.exp

Re: [PATCH] Update help text for commands implemented in Python

[PATCH] Update string expected from "help info proc" on gdb.base/info-proc.exp

[PATCH] Use new Darwin operating system names

Re: [PATCH] Use standard_output_file in a couple more places

Re: [PATCH] x86-64: fix ZMM register state tracking

[PATCH][gdb/python] Add interface to access minimal_symbols

[PATCH][gdb/python] Fix cpychecker error in pspy_solib_name

[PATCH][gdb/python] Fix cpychecker error in recpy_bt_goto

[PATCH][gdb/symtab] Fix language of duplicate static minimal symbol

[PATCH][gdb/testsuite] Factor out lib/valgrind.exp

[PATCH][gdb/testsuite] Fix target_supports_scheduler_locking raciness

[PATCH][gdb/testsuite] get_valueof: Don't output value in test name

[PATCH][gdb/testsuite] Log wait status on process no longer exists error

[PATCH][gdb/testsuite] Rewrite catch-follow-exec.exp

[PATCH][gdb] fix unsigned overflow in charset.c

[PING][PATCH 1/2] Allow function prologues to have multiple repeating lines

[PING][PATCH v2 0/2] Aarch64: Fix segfault when casting dummy calls

[PING][PATCH v3 0/3] Aarch64: Fix segfault when casting dummy calls

[PUSHED 0/5] info [args|functions|locals|variables] [-q] [-t TYPEREGEXP] [NAMEREGEXP]

[PUSHED 1/5] New cli-utils.h/.c function extract_info_print_args

[PUSHED 2/5] Add [-q] [-t TYPEREGEXP] [NAMEREGEXP] args to info [args|functions|locals|variables]

[PUSHED 3/5] Document changes to info [args|functions|locals|variables]

[PUSHED 4/5] Announce changes in NEWS to info [args|functions|locals|variables]

[PUSHED 5/5] Add a test case for info args|functions|locals|variables [-q] [-t TYPEREGEXP] [NAMEREGEXP]

[PUSHED/OBV][PATCH] Testsuite: compile-cplus-print.exp: Start inferior before compiling

[PUSHED/OBV][PATCH] Testsuite: Fix racy conditions in py-cmd.exp

[PUSHED/OBV][PATCH] Testsuite: vla-optimized-out.exp is too pessimistic

[pushed] Fix buglets in gdb.trace/tspeed.{exp,c}

[PUSHED] gdb/riscv: Give user-friendly names for CSRs

[PUSHED] OBVIOUS Use report_unrecognized_option_error in 'demangle' and 'info macro' commands.

[PUSHED] Remove a bunch of usages of gdb_suppress_tests in 'runto_main'.

[pushed] Remove struct keyword in range-based for

[RFA 0/2] Fix regression 'info variables' does not show minimal symbols + test

[RFA 0/5] Use language mode in 'info [functions|variables|types]|rbreak'

Re: [RFA 08/15] Remove readin and compunit_symtab fields from psymtab

[RFA 1/2] Fix regression 'info variables' does not show minimal symbols.

[RFA 1/5] Add class scoped_switch_auto_to_sym_language.

[RFA 2/2] Test case for 'info variables|functions' with minimal symbols.

[RFA 2/5] Use scoped_switch_auto_to_sym_language in symtab.c to switch language.

[RFA 3/5] Add a test to verify info [functions|variables|types]|rbreak respect language_mode.

[RFA 4/5] Document language choice in 'info [functions|variables|types]|rbreak' commands

[RFA 5/5] NEWS: Document the language choice by 'info [types|functions|variables]|rbreak'.

[RFA/commit] rs6000-tdep.c:skip_prologue avoid negative left shift

[RFA] Removes a bunch of usages of gdb_suppress_tests in 'runto_main'

Re: [RFAv3 0/5] info [args|functions|locals|variables] [-q] [-t TYPEREGEXP] [NAMEREGEXP]

Re: [RFAv3 1/5] New cli-utils.h/.c function extract_info_print_args

Re: [RFAv3 2/5] Add [-q] [-t TYPEREGEXP] [NAMEREGEXP] args to info [args|functions|locals|variables]

Re: [RFAv3 3/5] Document changes to info [args|functions|locals|variables]

Re: [RFAv3 5/5] Add a test case for info args|functions|locals|variables [-q] [-t TYPEREGEXP] [NAMEREGEXP]

[RFAv4 0/5] info [args|functions|locals|variables] [-q] [-t TYPEREGEXP] [NAMEREGEXP]

[RFC 0/2] add new async events =target-connected and =target-disconnected

Re: [RFC 0/3] Some TUI fixes

Re: [RFC 0/6] A different approach to startup-with-shell on macOS

Re: [RFC 0/8] add terminal styling to gdb

[RFC 1/2] gdb: add new observables target_connected and target_disconnected

Re: [RFC 1/8] Change wrap buffering to use a std::string

[RFC 2/2] gdb/mi: add new async events =target-connected and =target-disconnected

Re: [RFC 2/3] Making ANSI terminal escape sequences work in TUI

Re: [RFC 3/8] Add output styles to gdb

Re: [RFC 4/8] Add variable name styling

Re: [RFC 5/6] Do not reopen temporary files

Re: [RFC 5/8] Style locations when setting a breakpoint

Re: [RFC 6/6] Cache a copy of the user's shell on macOS

[RFC PATCH] Introduce dwarf2_cu::get_builder

[RFC] Avoid crash when calling warning too early

[RFC] Make "all" depend on "info"

[RFC] partial symbol name matching vs regexp

Re: [RFC] Release the GIL while running a gdb command or expression

[RFVv4 1/5] New cli-utils.h/.c function extract_info_print_args

[RFVv4 2/5] Add [-q] [-t TYPEREGEXP] [NAMEREGEXP] args to info [args|functions|locals|variables]

[RFVv4 3/5] Document changes to info [args|functions|locals|variables]

[RFVv4 4/5] Announce changes in NEWS to info [args|functions|locals|variables]

[RFVv4 5/5] Add a test case for info args|functions|locals|variables [-q] [-t TYPEREGEXP] [NAMEREGEXP]

Re: [SPAM] Re: [PATCH 0/8] Add -Wshadow=local

[testsuite, obvious] fix pathname regexp in gdb.base/solib-vanish.exp

Alan Hayward as AArch64/ARM maintainer

Breakage on builder Fedora-i686, revision 9f6b697b0efd4ba4e2cb21ac17d2b18a23f81abd

Breakage on builder Fedora-s390x-m64, revision 9f6b697b0efd4ba4e2cb21ac17d2b18a23f81abd

Breakage on builder Fedora-x86_64-cc-with-index, revision 9f6b697b0efd4ba4e2cb21ac17d2b18a23f81abd

Breakage on builder Fedora-x86_64-m32, revision 9f6b697b0efd4ba4e2cb21ac17d2b18a23f81abd

Breakage on builder Fedora-x86_64-m64, revision 9f6b697b0efd4ba4e2cb21ac17d2b18a23f81abd

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

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

Breakage on builder Fedora-x86_64-native-gdbserver-m32, revision 0411fca5ec2a6adb96ed768f70ed468435d778ea

Breakage on builder Fedora-x86_64-native-gdbserver-m32, revision 9f6b697b0efd4ba4e2cb21ac17d2b18a23f81abd

Breakage on builder Fedora-x86_64-native-gdbserver-m64, revision 9f6b697b0efd4ba4e2cb21ac17d2b18a23f81abd

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

Breakage on builder Solaris11-amd64-m64, revision 9f6b697b0efd4ba4e2cb21ac17d2b18a23f81abd

CheapestKayaks

dg-extract-results's bad sorting behavior (Re: Update dg-extract-results.* from gcc)

EMAIL UPDATE FOR gdb-patches at sourceware dot org

FYI: reformat parameters of gdb/psymtab.c::recursively_search_psymtabs

gdb.texinfo not building.

Gdbserver can listen on local domain sockets.

Hiring

New ARI warning Sat Oct 27 01:57:23 UTC 2018

New ARI warning Sun Oct 28 01:58:28 UTC 2018

New ARI warning Wed Oct 24 01:56:58 UTC 2018

New FAILs on gdb.fortran/short-circuit-argument-list.exp when testing on native{,-extended}-gdbserver (was: Re: [PATCH v3] Logical short circuiting with argument lists)

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

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

Ping: [PATCH v2] x86-64: fix ZMM register state tracking

ping: [PATCH v4 00/12] GDB support for more powerpc registers on linux

PING^2 Re: [RFAv3 0/5] info [args|functions|locals|variables] [-q] [-t TYPEREGEXP] [NAMEREGEXP]

PING^3 Re: [RFAv3 0/5] info [args|functions|locals|variables] [-q] [-t TYPEREGEXP] [NAMEREGEXP]

Protect your home for less than *$2 a day

Rainer Orth appointed Solaris maintainer in GDB

Regression on old kernels (Re: [PATCH v5 00/12] GDB support for more powerpc registers on linux)

Re: RFC: Changing GDB's version numbering scheme

RFC: using Ada tasks numbers with thread commands

Save Big On Printer Ink

Re: Status of the AArch* builders

SYMBOL_LANGUAGE assertion failure on AIX

Re: Upgrading readline

Upper case test names


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