gdb-patches archive
subject index for March, 2017

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:

[commit] [patchv3] Fix warning: Invalid entry in .debug_gdb_scripts section

Re: [musl] Re: [PATCH] Fix invalid sigprocmask call

[OB PATCH] gdb.python/py-lazy-string (pointer): Really add new typedef.

[OB PATCH] Remove patch collision markers in testsuite/ChangeLog

[PATCH 0/2] Fix thread_info refcount

[PATCH 0/2] PR c++/21323: char16_t/char32_t/wchar_t built-in C++ types

Re: [PATCH 0/2] Use std::hashmap and MI commands classes in mi-cmds.c

[PATCH 0/3] Fix gdb.reverse/solib-precsave.exp fails in -mthumb

[PATCH 0/3] PR gdb/21220: Fix quadratic runtime of memory writes into inferior on GNU/Linux

[PATCH 0/5] dwarf2read.c: Some C++fycation

[PATCH 0/7] Pass ptid to target_ops register methods

[PATCH 0/8] Use pattern rules in gdbserver's Makefile

Re: [PATCH 00/11] Cleanup deprecated_*_hooks in defs.h

Re: [PATCH 01/10] arm-linux-nat.c: Use ptid from regcache instead of inferior_ptid

[PATCH 01/10] arm-linux-nat.c: Use ptid from regcache instead of inferior_ptid

[PATCH 02/10] arm-nbsd-nat: Use ptid from regcache instead of inferior_ptid

[PATCH 03/10] bsd-uthread: Use ptid from regcache instead of inferior_ptid

[PATCH 04/10] corelow: Use ptid from regcache instead of inferior_ptid

[PATCH 05/10] hppa-linux-nat: Use ptid from regcache instead of inferior_ptid

[PATCH 06/10] hppa-nbsd-nat: Use ptid from regcache instead of inferior_ptid

[PATCH 07/10] hppa-obsd-nat: Use ptid from regcache instead of inferior_ptid

[PATCH 08/10] i386-bsd-nat: Use ptid from regcache instead of inferior_ptid

[PATCH 09/10] i386-darwin-nat: Use ptid from regcache instead of inferior_ptid

[PATCH 1/1] [RFC] gdb: corelow: make possible to modify (set) registers for a corefile

[PATCH 1/1] gdb: corelow: make it possible to modify registers for a corefile

[PATCH 1/2] Add constructor and destructor to thread_info

[PATCH 1/2] Fix PR c++/21323: GDB thinks char16_t and char32_t are signed in C++

[PATCH 1/2] RISC-V GDB Port

[PATCH 1/2] testsuite: Introduce dejagnu_version

Re: [PATCH 1/2] This patch fixes GDBServer's run control for single stepping

[PATCH 1/3] Add instruction_reader to arm process record

[PATCH 1/3] inf-ptrace: Do not stop memory transfers after a single word

[PATCH 1/3] Use ptid from regcache in almost all remaining nat files

Re: [PATCH 1/4] Fix some aspects of python lazy string handling: docs

Re: [PATCH 1/5] dwarf2read.c: Some C++fycation, use std::vector, std::unique_ptr

[PATCH 1/5] dwarf2read.c: Some C++fycation, use std::vector, std::unique_ptr

[PATCH 1/7] windows: Don't use current_thread for register fetch/store

[PATCH 1/8] gdbserver: Use pattern rule for regformats source file generation

[PATCH 10/10] i386-gnu-nat: Use ptid from regcache instead of inferior_ptid

Re: [PATCH 2/2] Avoid step-over infinite loop in GDBServer

[PATCH 2/2] Delete thread_info is refcount is zero

[PATCH 2/2] RISC-V sim Port

[PATCH 2/2] Teach GDB that wchar_t is a built-in type in C++ mode

[PATCH 2/2] testsuite: Disable backslash_in_multi_line_command_test for old DejaGnus

[PATCH 2/3] Fix arm process record for some instructions

[PATCH 2/3] spu: Use ptid from regcache instead of inferior_ptid

[PATCH 2/3] Test case for dump/restore of large array

Re: [PATCH 2/4] Fix some aspects of python lazy string handling: python

RE: [PATCH 2/5] arc: Set section to ".text" when disassembling

[PATCH 2/5] gdb::optional: Add observers

[PATCH 2/7] Add overload of s390_inferior_tid with a parameter

[PATCH 2/8] gdbserver: Use pattern rule for objects from target/

[PATCH 3/3] linux-nat: Exploit /proc/<pid>/mem for writing

[PATCH 3/3] Support CBNZ, CBZ, REV, REV16 and REVSH in arm process record

Re: [PATCH 3/3] windows: Use ptid from regcache in register fetch/store

[PATCH 3/3] windows: Use ptid from regcache in register fetch/store

Re: [PATCH 3/4] Fix some aspects of python lazy string handling: scheme addition

Re: [PATCH 3/5] dwarf2read.c: Make dir_index and file_name_index strong typedefs

[PATCH 3/5] dwarf2read.c: Make dir_index and file_name_index strong typedefs

[PATCH 3/7] Define and use typedefs for bsd_uthread_ops fields

[PATCH 3/8] gdbserver: Use pattern rule for objects from common/

Re: [PATCH 4/4] Fix some aspects of python lazy string handling: scheme

[PATCH 4/5 v2] arc: Add disassembler helper

Re: [PATCH 4/5] Make sect_offset and cu_offset strong typedefs instead of structs

[PATCH 4/5] Make sect_offset and cu_offset strong typedefs instead of structs

[PATCH 4/7] Pass down ptid in bsd_uthread_ops layer

[PATCH 4/8] gdbserver: Use pattern rule for objects from nat/

[PATCH 5/5 v2] arc: Add prologue analysis

[PATCH 5/5] dwarf2read.c: C++fy lnp_state_machine

[PATCH 5/7] Pass ptid to target_fetch_registers

[PATCH 5/8] gdbserver: Use pattern rule for objects from arch/

[PATCH 6/7] Pass ptid to target_store_registers

[PATCH 6/8] gdbserver: Use pattern rule for IPA objects from gdbserver/

[PATCH 7/7] Pass ptid to to_prepare_to_store

[PATCH 7/8] gdbserver: Use pattern rule for IPA objects from common/

[PATCH 8/8] gdbserver: Use pattern rule for the remaining %-ipa.o objects

[PATCH obv] Make length_of_subexp static

[PATCH obv] Remove const in xtensa-linux-nat.c:fetch_gregs

[PATCH obv] Remove remaining reference to struct serial::current_timeout

[PATCH obv] Use range-based for loop in remote_add_target_side_commands

Re: [PATCH RFC] Decouple user selection from internal selection

Re: [PATCH v1.99 0/6] Make register fetch/store implementations use ptid from regcache

[PATCH v1.99 0/6] Make register fetch/store implementations use ptid from regcache

[PATCH v1.99 1/6] Introduce regcache_get_ptid

[PATCH v1.99 2/6] Add asserts in target_fetch/store_registers

[PATCH v1.99 3/6] amd64-linux-nat: Use ptid from regcache instead of inferior_ptid

[PATCH v1.99 4/6] aarc64-linux-nat: Use ptid from regcache instead of inferior_ptid

[PATCH v1.99 5/6] aix-thread: Use ptid from regcache instead of inferior_ptid

[PATCH v1.99 6/6] alpha-bsd-nat: Use ptid from regcache instead of inferior_ptid

[PATCH v2 0/2] PR c++/21323: char16_t/char32_t/wchar_t built-in C++ types

[Patch v2 1/2] Enable ILP32 mode in gdb on aarch64

[PATCH v2 1/2] Fix PR c++/21323: GDB thinks char16_t and char32_t are signed in C++

[Patch v2 2/2] Enable ILP32 mode in gdb on aarch64

[PATCH v2 2/2] Teach GDB that wchar_t is a built-in type in C++ mode

Re: [PATCH v2 2/3] spu: Use ptid from regcache instead of inferior_ptid

[PATCH v2 2/3] spu: Use ptid from regcache instead of inferior_ptid

[PATCH v2] Fix PR18360 - internal error when using "interrupt -a"

[PATCH v2] Fix read after xfree in linux_nat_detach

[PATCH v2] gdb: Make ldirname return a std::string

[PATCH v2] gdbserver: Suffix generated C files with -generated

[PATCH v2] inf-ptrace: Do not stop memory transfers after a single word

Re: [PATCH v2] inf-ptrace: Do not stop memory transfers after a single word

[PATCH v2] Remove lwp -> pid conversion in linux_nat_xfer_partial

[PATCH v3 0/5] sim port for OpenRISC

[PATCH v3 1/5] sim: cgen: add rem (remainder) function (needed for OR1K lf.rem.[sd])

Re: [PATCH v3 1/6] Share gdb/environ.[ch] with gdbserver

[PATCH v3 2/5] sim: cgen: add mul-o1flag, mul-o2flag RTL functions to CGEN

[PATCH v3 3/5] sim: or1k: add or1k target to sim

[PATCH v3 5/5] sim: testsuite: add testsuite for or1k sim

Re: [PATCH v3 5/6] Share fork_inferior et al with gdbserver

Re: [PATCH v3 6/6] Implement proper "startup-with-shell" support on gdbserver

Re: [Patch v3] Add -file-list-shared-libraries MI command

[PATCH v4 0/5] Implement the ability to start inferiors with a shell on gdbserver

[PATCH v4 1/5] Share parts of gdb/terminal.h with gdbserver

Re: [PATCH v4 2/2] Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchy

[PATCH v4 2/5] Share parts of gdb/inflow.c with gdbserver

[PATCH v4 3/5] Share parts of gdb/gdbthread.h with gdbserver

[PATCH v4 4/5] Share fork_inferior et al with gdbserver

[PATCH v4 5/5] Implement proper "startup-with-shell" support on gdbserver

[Patch v4] Add -file-list-shared-libraries MI command

[PATCH v5 0/4] OpenRISC gdb port

[PATCH v5 0/5] Implement the ability to start inferiors with a shell on gdbserver

[PATCH v5 1/4] gdb: Add OpenRISC or1k and or1knd target support

[PATCH v5 1/5] Move parts of inferior job control to common/

[PATCH v5 2/4] gdb: provide openrisc target description XML files.

[PATCH v5 2/5] Share parts of gdb/gdbthread.h with gdbserver

[PATCH v5 3/4] gdb: testsuite: Add or1k l.nop inscruction

[PATCH v5 3/5] C++-fy and prepare for sharing fork_inferior

[PATCH v5 4/4] Add gdb for or1k build

[PATCH v5 4/5] Share fork_inferior et al with gdbserver

[PATCH v5 5/5] Implement proper "startup-with-shell" support on gdbserver

[Patch v5] Add -file-list-shared-libraries MI command

[PATCH v6 00/11] c++/14441: Rvalue reference support

[PATCH v6 01/11] Add definitions for rvalue reference types

[PATCH v6 02/11] Change {lookup,make}_reference_type API

[PATCH v6 03/11] Add ability to return rvalue reference values from value_ref

[PATCH v6 04/11] Support rvalue reference type in parser

[PATCH v6 05/11] Implement demangling for rvalue reference type names

[PATCH v6 06/11] Implement printing of rvalue reference types and values

[PATCH v6 07/11] Support DW_TAG_rvalue_reference type

[PATCH v6 08/11] Support rvalue references in the gdb python module (includes doc/)

[PATCH v6 09/11] Convert lvalue reference type check to general reference type check

[PATCH v6 10/11] Add rvalue references to overloading resolution

[PATCH v6 11/11] Add rvalue reference tests and NEWS entry

Re: [PATCH v6 9/9] Add documentation for new record Python bindings.

Re: [PATCH v9] amd64-mpx: initialize BND register before performing inferior calls.

[PATCH, gdb] Fix expect for gdb.cp/m-static.exp

[PATCH] [mips] Fix PR 21337 v1: segfault when re-reading symbols with remote debugging.

[PATCH] [PR build/21187] Static linking of libstdc++ and libgcc with GDB leads to broken exception handling on AIX platform

[PATCH] [PR tdep/20928] Decode properly flags of %ccr register on sparc64

[PATCH] aarch64 sim adds C flag bug fix

[PATCH] aarch64 sim umulh/smulh fixes

[patch] aarch64: PR 19806: watchpoints: false negatives + PR 20207 contiguous ones

Re: [PATCH] Add "thread-group id" and "id in thread-group" info to -thread-info output

Re: [PATCH] Add "thread-group id" and "id in thread-group" info to -thread-info output

[PATCH] Add proper single-step support for arm-none-eabi

[PATCH] Add test name argument to get_valueof, get_integer_valueof and get_sizeof

[PATCH] Avoid segfault on invalid directory table

Re: [PATCH] Big-endian targets: Don't ignore offset into DW_OP_stack_value

Re: [PATCH] bound_registers.py: Add support for Python 3

[PATCH] c++/8218: Destructors w/arguments.

[patch] Code cleanup: C++ify .gdb_index producer

Re: [PATCH] Create MI commands using python.

[PATCH] dwarf2read.c: Clean up out of bounds handling

Re: [PATCH] Fetch lazy value before calling val_print

[PATCH] Fix invalid sigprocmask call

[PATCH] Fix memory leak in python.c:do_start_initialization

[PATCH] Fix null dereference SEGV during 'maint print arch' caused by the disassembler-options patch

[PATCH] Fix python compatibility with old gdb versions

[PATCH] Fix read after xfree in linux_nat_detach

[PATCH] Fix spurious FAILs with examine-backward.exp

Re: [PATCH] Fix usage of inferior_ptid in two thread_alive implementations

Re: [PATCH] Fix usage of inferior_ptid in two thread_alive implementations

[patch] Fix warning: Invalid entry in .debug_gdb_scripts section

[PATCH] gdb passes and returns incorrect values when dealing with small array on Sparc

[PATCH] gdb.base/siginfo-thread.exp: Increase timeout for 'gcore' command

[PATCH] gdb: Make ldirname return a std::string

[PATCH] gdbserver: Suffix generated C files with -generated

Re: [PATCH] libiberty: Initialize d_printing in all cplus_demangle_* functions.

[PATCH] Make environ.exp run on all platforms (and create info-program.exp)

[PATCH] PowerPC: incorrect library search order?

[PATCH] PR gdb/21226: Take DWARF stack value pieces from LSB end

Re: [PATCH] PR remote/21188: Fix remote serial timeout

[PATCH] Remove @code for python

[PATCH] Remove lwp -> pid conversion in linux_nat_xfer_partial

Re: [PATCH] Remove MAX_REGISTER_SIZE from frame.c

Re: [PATCH] Remove MAX_REGISTER_SIZE from record-full.c

Re: [PATCH] Remove MAX_REGISTER_SIZE from regcache.c

Re: [PATCH] Remove MAX_REGISTER_SIZE from remote-sim.c

Re: [PATCH] Remove MAX_REGISTER_SIZE from sol-thread.c

Re: [PATCH] Remove MAX_REGISTER_SIZE from target.c

Re: [PATCH] Remove some unnecessary inferior_ptid setting/restoring when fetching/storing registers

[PATCH] Remove some unnecessary inferior_ptid setting/restoring when fetching/storing registers

[PATCH] Remove use of -mminimal-toc from powerpc64*-linux builds

Re: [PATCH] Static linking of libstdc++ and libgcc with GDB leads to broken exception handling on AIX platform

[PATCH] Update .gitignore files

[PATCH] Use containing function when reporting breakpoint location.

[PATCH] Wrap locally used classes in anonymous namespace

[patchv3] Fix warning: Invalid entry in .debug_gdb_scripts section

[PING] [PATCH] D: Fix classification of module.type in lexer

[PING][PATCH] gdb.base/siginfo-thread.exp: Increase timeout for 'gcore' command

[PING^2][PATCH] Big-endian targets: Don't ignore offset into DW_OP_stack_value

[pushed/ob] cplus_demangle_fill_component: Handle DEMANGLE_COMPONENT_RVALUE_REFERENCE (Re: [PATCH] libiberty: Initialize d_printing in all cplus_demangle_* functions.)

[pushed/ob] Fix gdb_xml_debug/gdb_xml_error ATTRIBUTE_PRINTF use

[pushed] "gdb.arch/i386-pkru.exp: probe PKRU support" shouldn't FAIL if not supported

[pushed] Add describing intro comment to gdb.base/tui-layout.exp

[pushed] Avoid unstable test message in gdb.base/step-over-exit.exp

[pushed] Fix "layout reg" crash

[pushed] Fix code indentation

[pushed] Fix PR 21218: GDB dumps core when escaping newline in multi-line command

[pushed] Fix PR tui/21216: TUI line breaks regression

[pushed] gdb.arch/amd64-entry-value-param*.exp: Make sure test messages are unique

[pushed] gdb/cp-name-parser.y: Eliminate make_empty, use cplus_demangle_fill_component (Re: [PATCH] libiberty: Initialize d_printing in all cplus_demangle_* functions.)

[pushed] gdb: Fix a few unstable test names

[pushed] gdb: Fix ATTRIBUTE_NONNULL usage

[pushed] Handle PRFM in AArch64 process record

[pushed] Move TUI completion tests to gdb.tui/completion.exp

[pushed] Move TUI testcases to new gdb/testsuite/gdb.tui/ directory

[pushed] Remove AARCH64_RECORD_FAILURE

[pushed] Rename gdb.base/tui-layout.exp -> gdb.base/tui-disasm-long-lines.exp

[pushed] Restore test-cp-name-parser build

[pushed] s390: Fix displaced-stepping certain relative branch insns

[pushed] windows: Use ptid from regcache in register fetch/store

[pushed][obv] Remove constness of libdir in do_start_initialization

[RFC v3 0/8] Support for Linux kernel debugging

[RFC v3 1/8] Convert substitute_path_component to C++

[RFC v3 2/8] Add libiberty/concat styled concat_path function

[RFC v3 3/8] Add basic Linux kernel support

[RFC v3 4/8] Add kernel module support for linux-kernel target

[RFC v3 5/8] Add commands for linux-kernel target

[RFC v3 6/8] Seperate common s390-tdep.* from s390-linux-tdep.*

[RFC v3 7/8] Add privileged registers for s390x

[RFC v3 8/8] Add S390 support for linux-kernel target

extract_unsigned_integer API (Re: [PATCH] Remove MAX_REGISTER_SIZE from frame.c)

GDB 8.0 release/branching 2017-03-20 update

GDB 8.0 release/branching update (10 more days to branching)

Re: MemoryView missing from Python 2.4 and 2.6

obsolete: [patch] aarch64: PR 19806: watchpoints: false negatives -> false positives

popcount support

Python 3 vs. @code{Python} 3 in python.texi

Regression: gdb.base/sizeof.exp [Re: [PATCH, v18] Add support for setting disassembler-options in GDB for POWER, ARM and S390]

Re: Regression: gdb.base/sizeof.exp [Re: [PATCH, v18] Add support for setting disassembler-options in GDB for POWER, ARM and S390]

Re: RFC: Add native support for Linux SH

RISC-V GDB Port v3


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