gdb-patches archive
subject index for May, 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:

[binutils patch] DWARF-5: readelf: .debug_names

[commit/8.0-branch] gdb/NEWS: rewrite "since GDB 7.12" into "in GDB 8.0"

[commit/obvious] Regenerate gdb/{,gdbserver/}configure (for commit be628ab814f1c90e185d7482d27aa8a991ab5837)

[FYI 0/3] Fix exponential behavior in rust_evaluate_subexp

[FYI 1/3] Replace "return" with "break"

[FYI 2/3] Fix rust_dump_subexp_body

[FYI 3/3] Avoid exponential behavior in rust_evaluate_subexp

[FYI] Fix test failure with Rust 1.18 and 1.19

[FYI] Print Rust unsized array types a bit more nicely

[gcc patch] DWARF-5: Define DW_IDX_GNU_static and DW_IDX_GNU_external

[PATCH 0/2] Use std::forward_list for current_regcache

Re: [PATCH 0/4] Remove VEC (CORE_ADDR)

[PATCH 0/6] DWARF-5: .debug_names index

[PATCH 0/6] Unify the disassembler selection in gdb and objdump

[PATCH 0/9 v2] Unit test to gdbarch methods register_to_value and value_to_register

Re: [PATCH 09/10] Class-ify lm_info_darwin

[PATCH 1/2] Add current_regcache unit test

[PATCH 1/3] gdb.base/fileio.exp: Remove nowarnings

Re: [PATCH 1/5] Poison non-POD memset & non-trivially-copyable memcpy/memmove

Re: [PATCH 1/5] Poison non-POD memset & non-trivially-copyable memcpy/memmove

[PATCH 1/6] Code cleanup: C++ify .gdb_index producer.

[PATCH 1/6] Refactor disassembler selection

[PATCH 1/9] Clear GDB internal state after each unit test

[PATCH 2/2] Use std::forward_list for current_regcache

[PATCH 2/3] gdb.base/fileio.c: Fix several -Wreturn-type warnings

[PATCH 2/6] cc-with-tweaks.sh: Use gdb-add-index.sh

[PATCH 2/6] Delegate opcodes to select disassembler in GDB

[PATCH 2/9] Use XCNEW gdbarch_tdep

Re: [PATCH 3/11] Add MIPS_MAX_REGISTER_SIZE (1/4)

Re: [PATCH 3/11] Add MIPS_MAX_REGISTER_SIZE (2/4)

Re: [PATCH 3/11] Add MIPS_MAX_REGISTER_SIZE (3/4)

Re: [PATCH 3/11] Add MIPS_MAX_REGISTER_SIZE (4/4)

RE: [PATCH 3/3] btrace: support decoder events

[PATCH 3/3] gdb.base/fileio.c: Fix several -Wmaybe-uninitialized warnings

[PATCH 3/6] DWARF-5: .debug_names index producer

[PATCH 3/6] Use disassble.c:disassembler select h8300 disassembler

[PATCH 3/9] Restrict m68k_convert_register_p

Re: [PATCH 4/11] Add PPC_MAX_REGISTER_SIZE

Re: [PATCH 4/4] Don't throw an error in 'info registers' for unavailable MIPS GP registers.

[PATCH 4/6] Code cleanup: dwarf2_initialize_objfile return value

[PATCH 4/6] Use disassble.c:disassembler select rl78 disassembler

[PATCH 4/9] Restrict ia64_convert_register_p

[PATCH 5/6] Refactor: Move some generic code out of .gdb_index code

[PATCH 5/6] Use disassble.c:disassembler select rs6000 disassembler

Re: [PATCH 5/9] Fix issues in write_pieced_value when targeting bit-fields

[PATCH 5/9] Restrict alpha_convert_register_p

[PATCH 6/6] DWARF-5: .debug_names index consumer

[PATCH 6/9] Restrict i387_convert_register_p

[PATCH 7/9] Get register contents by register_size instead of TYPE_LENGTH

Re: [PATCH 8/11] Add FRV_MAX_REGISTER_SIZE

[PATCH 8/9] Move current_regcache to regcache::current_regcache

Re: [PATCH 9/11] Add MN10300_MAX_REGISTER_SIZE (1)

Re: [PATCH 9/11] Add MN10300_MAX_REGISTER_SIZE (2)

[PATCH 9/9] Add unit test to gdbarch methods register_to_value and value_to_register

[PATCH master/8.0] Add alias command to cmd_list_element

[PATCH master/8.0] Fix NEWS formatting in GDB 8.0 section

[PATCH OBV] Add nowarnings in gdb.base/fileio.exp

[PATCH obv] Remove some superfluous code in corelow.c

[PATCH v2 0/2] Introduce gdb/configure.nat

Re: [PATCH v2 0/4] Cleanups for MIPS registers (mostly FreeBSD-specific)

Re: [PATCH v2 0/7] Thread handle to thread info mapping

[PATCH v2 00/11] btrace: Turn linked list of function call segments into vector

[PATCH v2 00/19] Various DWARF piece fixes

[PATCH v2 01/11] btrace: Transfer ownership of pointers.

[PATCH v2 01/19] Add test for modifiable DWARF locations

[PATCH v2 02/11] btrace: Add btinfo to instruction interator.

[PATCH v2 02/19] write_pieced_value: Fix size capping logic

[PATCH v2 03/11] btrace: Use function segment index in call iterator.

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

[PATCH v2 04/11] btrace: Use function segment index in insn iterator.

[PATCH v2 04/19] Remove addr_size field from struct piece_closure

[PATCH v2 05/11] btrace: Remove constant arguments.

[PATCH v2 05/19] gdb/testsuite: Add "get_endianness" convenience proc

[PATCH v2 06/11] btrace: Remove struct btrace_thread_info::{begin,end}.

[PATCH v2 06/19] read/write_pieced_value: Respect value parent's offset

[PATCH v2 07/11] btrace: Replace struct btrace_thread_info::up.

[PATCH v2 07/19] write_pieced_value: Fix copy/paste error in size calculation

[PATCH v2 08/11] btrace: Remove struct btrace_thread_info::flow.

[PATCH v2 08/19] write_pieced_value: Include transfer size in byte-wise check

[PATCH v2 09/11] btrace: Replace struct btrace_thread_info::segment.

[PATCH v2 09/19] write_pieced_value: Fix buffer offset for memory pieces

[PATCH v2 1/2] Introduce "gdb/configure.nat" (and delete "gdb/config/*/*.mh" files)

Re: [PATCH v2 1/7] Add target method for converting thread handle to thread_info struct pointer

[PATCH v2 10/11] btrace: Remove bfun_s vector.

[PATCH v2 10/19] write_pieced_value: Transfer least significant bits into bit-field

[PATCH v2 11/11] btrace: Store function segments as objects.

[PATCH v2 11/19] Add DWARF piece test cases for bit-field access

[PATCH v2 12/19] read/write_pieced_value: Drop 'buffer_size' variable

[PATCH v2 13/19] Fix handling of DWARF register pieces on big-endian targets

[PATCH v2 14/19] read/write_pieced_value: Improve logic for buffer allocation

[PATCH v2 15/19] Respect piece offset for DW_OP_bit_piece

[PATCH v2 16/19] read/write_pieced_value: Remove unnecessary variable copies

Re: [PATCH v2 17/19] Fix bit-/byte-offset mismatch in parameter to read_value_memory

[PATCH v2 17/19] Fix bit-/byte-offset mismatch in parameter to read_value_memory

[PATCH v2 18/19] write_pieced_value: Notify memory_changed observers

[PATCH v2 19/19] read/write_pieced_value: Merge into one function

[PATCH v2 2/2] Rearrange gdb/configure.nat to make it simpler and less redundant

Re: [PATCH v2 2/7] Add `thread_from_thread_handle' function to (Python) gdb module

Re: [PATCH v2 3/7] Documentation for gdb.thread_from_thread_handle

Re: [PATCH v2 4/7] Test case for gdb.thread_from_thread_handle

Re: [PATCH v2 5/7] Add thread_db_notice_clone to gdbserver

Re: [PATCH v2 6/7] Add thread_handle_to_thread_info support for remote targets

Re: [PATCH v2] Define an error function in the PPC simulator library.

[PATCH v2] Introduce "set debug separate-debug-file"

Re: [PATCH v2] RAII-fy make_cleanup_restore_current_thread & friends

[PATCH v3 0/2] Introduce gdb/configure.nat

RE: [PATCH v3 0/8] Python bindings for GDB record

[PATCH v3 00/12] btrace: Turn linked list of function call segments into vector

Re: [PATCH v3 01/12] btrace: Use std::vector in struct btrace_thread_information.

[PATCH v3 01/12] btrace: Use std::vector in struct btrace_thread_information.

[PATCH v3 02/12] btrace: Transfer ownership of pointers.

[PATCH v3 03/12] btrace: Add btinfo to instruction interator.

Re: [PATCH v3 04/12] btrace: Use function segment index in call iterator.

[PATCH v3 04/12] btrace: Use function segment index in call iterator.

Re: [PATCH v3 05/12] btrace: Use function segment index in insn iterator.

[PATCH v3 05/12] btrace: Use function segment index in insn iterator.

[PATCH v3 06/12] btrace: Remove constant arguments.

Re: [PATCH v3 07/12] btrace: Remove struct btrace_thread_info::{begin,end}.

[PATCH v3 07/12] btrace: Remove struct btrace_thread_info::{begin,end}.

[PATCH v3 08/12] btrace: Replace struct btrace_thread_info::up.

[PATCH v3 09/12] btrace: Remove struct btrace_thread_info::flow.

[PATCH v3 1/2] Introduce "gdb/configure.nat" (and delete "gdb/config/*/*.mh" files)

Re: [PATCH v3 10/12] btrace: Replace struct btrace_thread_info::segment.

[PATCH v3 10/12] btrace: Replace struct btrace_thread_info::segment.

[PATCH v3 11/12] btrace: Remove bfun_s vector.

[PATCH v3 12/12] btrace: Store function segments as objects.

[PATCH v3 2/2] Rearrange gdb/configure.nat to make it simpler and less redundant

Re: [PATCH v3] C++ify gdb/common/environ.c

[PATCH v3] Fix NEWS formatting in GDB 8.0 section

[PATCH v3] Introduce "set debug separate-debug-file"

Re: [PATCH v3] Use std::vector in lm_info_target

[PATCH v4 0/5] sim port for OpenRISC

Re: [PATCH v4 00/12] btrace: Turn linked list of function call segments into vector

[PATCH v4 00/12] btrace: Turn linked list of function call segments into vector

[PATCH v4 01/12] btrace: Use std::vector in struct btrace_thread_information.

[PATCH v4 02/12] btrace: Transfer ownership of pointers.

[PATCH v4 03/12] btrace: Add btinfo to instruction interator.

[PATCH v4 04/12] btrace: Use function segment index in call iterator.

[PATCH v4 05/12] btrace: Use function segment index in insn iterator.

[PATCH v4 06/12] btrace: Remove constant arguments.

[PATCH v4 07/12] btrace: Remove struct btrace_thread_info::{begin,end}.

[PATCH v4 08/12] btrace: Replace struct btrace_function::up.

[PATCH v4 09/12] btrace: Remove struct btrace_function::flow.

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

[PATCH v4 10/12] btrace: Replace struct btrace_function::segment.

[PATCH v4 11/12] btrace: Remove bfun_s vector.

[PATCH v4 12/12] btrace: Store function segments as objects.

[PATCH v4 2/5] sim: cgen: add MUL2OFSI and MUL1OFSI macros (needed for OR1K l.mul[u])

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

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

[PATCH v5 12/12] btrace: Store function segments as objects.

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

Re: [PATCH v6 00/12] btrace: Turn linked list of function call segments into vector

[PATCH v6 00/12] btrace: Turn linked list of function call segments into vector

[PATCH v6 01/12] btrace: Use std::vector in struct btrace_thread_information.

[PATCH v6 02/12] btrace: Transfer ownership of pointers.

[PATCH v6 03/12] btrace: Add btinfo to instruction interator.

[PATCH v6 04/12] btrace: Use function segment index in call iterator.

[PATCH v6 05/12] btrace: Use function segment index in insn iterator.

[PATCH v6 06/12] btrace: Remove constant arguments.

[PATCH v6 07/12] btrace: Remove struct btrace_thread_info::{begin,end}.

[PATCH v6 08/12] btrace: Replace struct btrace_function::up.

[PATCH v6 09/12] btrace: Remove struct btrace_function::flow.

[PATCH v6 1/4] Move parts of inferior job control to common/

Re: [PATCH v6 1/5] tdesc: handle arbitrary strings in tdesc_register_in_reggroup_p

[PATCH v6 10/12] btrace: Replace struct btrace_function::segment.

[PATCH v6 11/12] btrace: Remove bfun_s vector.

[PATCH v6 12/12] btrace: Store function segments as objects.

[PATCH v6 2/4] Share parts of gdb/gdbthread.h with gdbserver

Re: [PATCH v6 2/5] gdb: Add OpenRISC or1k and or1knd target support

[PATCH v6 3/4] Share fork_inferior et al with gdbserver

[PATCH v6 4/4] Implement proper "startup-with-shell" support on gdbserver

Re: [PATCH v6 4/5] gdb: testsuite: Add or1k tdesc-regs.exp test support

Re: [PATCH v6 5/5] Add gdb for or1k build

[PATCH v7 0/4] OpenRISC gdb port

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

[PATCH v7 2/4] gdb: testsuite: Add or1k l.nop instruction

[PATCH v7 3/4] gdb: testsuite: Add or1k tdesc-regs.exp test support

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

[PATCH, GDB/ARM] Expect prompt after no FPU warning

Re: [PATCH, GDB] Expect prompt after no FPU warning

[PATCH] Change to_xfer_partial doc to use addressable memory units

[PATCH] Fission support for multiple CUs per DWO file

Re: [PATCH] Fix overload resolution involving rvalue references and cv qualifiers.

Re: [PATCH] Fix PR 21337 (v3): segfault when re-reading symbols with remote debugging.

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

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

[PATCH] Fix usage of to_string() for pretty-printers with children

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

[PATCH] gdb: Document vMustReplyEmpty remote packet

Re: [PATCH] gdbarch.sh: Remove commented out TARGET_CHAR_BIT definition

[PATCH] gdbarch.sh: Remove commented out TARGET_CHAR_BIT definition

Re: [PATCH] Introduce "gdb/configure.nat" (and delete "gdb/config/*/*.mh" files)

Re: [PATCH] Introduce "gdb/configure.nat" (and delete "gdb/config/*/*.mh" files)

Re: [PATCH] Introduce "gdb/configure.nat" (and delete "gdb/config/*/*.mh" files)

[PATCH] Introduce "set debug separate-debug-file"

[PATCH] John Baldwin nominated FreeBSD Maintainer

[PATCH] Look for FIR in the last FreeBSD/mips floating-point register.

Re: [PATCH] Make breakpoint subclasses inherit from breakpoint, add virtual destructor

[PATCH] Make breakpoint subclasses inherit from breakpoint, add virtual destructor

[PATCH] Make sure malloc is linked into gdb.cp/oranking.cc.

[PATCH] Move initialize_tdesc_mips* calls from mips-linux-nat.c to mips-linux-tdep.c

Re: [PATCH] Only use 32-bit thumb-2 breakpoint instruction if necessary

Re: [PATCH] Remove MAX_REGISTER_SIZE from regcache.c

[PATCH] sim: microblaze: target endianess recognition fix

[PATCH] Use delete instead of xfree for gdb_timer

[PATCH][PR python/21460] Avoid segfault during Python cleanup

[ping] [PATCH v2 00/19] Various DWARF piece fixes

[PING] Re: [PATCH v2] Define an error function in the PPC simulator library.

[PUSHED, OBV] btrace: Fix memory leak in btrace_clear.

[pushed/ob master+8.0] Fix gdb.python/py-record-btrace-threads.exp with Python 3

[pushed/ob] make_cleanup_restore_current_thread: Look up thread earlier

[pushed] gdb.base/watch-cond-infcall.exp: Don't run if target doesn't support infcalls

[pushed] gdb: Disable -Werror for -Wmaybe-uninitialized (Re: Oh dear. I regret to inform you that commit 'RAII-fy make_cleanup_restore_current_thread & friends' might be unfortunate)

[pushed] Rename "mem" related commmands

[pushed] solib-target: Remove local variables

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

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

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

Re: [RFA 00/10] various frame filter fixes and cleanups

[RFA 00/23] More miscellaneous C++-ification

[RFA 01/23] Introduce and use ui_out_emit_table

[RFA 02/23] Introduce and use gdb_file_up

[RFA 03/23] Use gdb_file_up in find_and_open_script

[RFA 04/23] Use gdb_file_up in fbsd-nat.c

[RFA 05/23] Use gdb_file_up in source.c

[RFA 06/23] Change open_terminal_stream to return a gdb_file_up

[RFA 07/23] Remove make_cleanup_fclose

[RFA 08/23] Remove an unlink cleanup

[RFA 09/23] Remove close cleanup

[RFA 10/23] Remove make_cleanup_restore_current_language

[RFA 11/23] Remove make_cleanup_free_so

[RFA 12/23] More uses of scoped_restore

[RFA 13/23] Replace tui_restore_gdbout with scoped_restore

[RFA 14/23] Use unique_xmalloc_ptr in jit.c

[RFA 15/23] Use std::vector to avoid cleanups

[RFA 16/23] Remove in_user_command

[RFA 17/23] Use a scoped_restore for user_call_depth

[RFA 18/23] Use a scoped_restore for command_nest_depth

[RFA 19/23] Replace do_restore_instream_cleanup with scoped_restore

Re: [RFA 2/2] PR cli/19551 - change formatting of "Reading symbols" messages

[RFA 20/23] Avoid some manual memory management in Python

[RFA 21/23] Remove a cleanup in Python

[RFA 22/23] Make gdb_buildargv return a unique pointer

[RFA 23/23] Use gdb_argv_up in Python

[RFA] Fix size check in dwarf2_evaluate_loc_desc_full

Re: [RFA] Make "bt N" print correct number of frames when using a frame filter

[RFA] Use watchpoint's language when re-parsing expression

[RFC 0/5] xtensa: support dynamic configuration

[RFC 0/7] Make GDB builtin target descriptions more flexible

[RFC 1/5] xtensa: don't expect XCHAL_* macros to be constant

[RFC 1/7] Move initialize_tdesc_mips* calls from mips-linux-nat.c to mips-linux-tdep.c

[RFC 2/5] xtensa: make configuration dynamic

[RFC 2/7] Add unit test to builtin tdesc generated by xml

[RFC 3/5] xtensa: support dynconfig on windows

[RFC 3/7] Adjust the order of 32bit-linux.xml and 32bit-sse.xml in i386/i386-linux.xml

[RFC 4/5] xtensa: make xtensa_modules dynamic

[RFC 4/7] Share code in initialize_tdesc_ functions

[RFC 5/5] gdb: xtensa: make tdep and linux-nat dynamically configurable

[RFC 5/7] Centralize i386 linux target descriptions

[RFC 6/6] Move print_insn_XXX to an opcodes internal header

[RFC 6/7] Lazily and dynamically create i386-linux target descriptions

[RFC 7/7] Remove builtin tdesc_i386_*_linux

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

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

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

AW: [PATCH v6 00/12] btrace: Turn linked list of function call segments into vector

Daniel Jacobowitz and Mark Kettenis stepping down as Global Maintainers

Fix gdb 8.0 compilation on Solaris

Fix tui compilation with Solaris libcurses (PR tui/21482)

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

GDB 7.99.91 available for testing

Re: GDB 7.99.91 MinGW compilation error in cli-script.c

Re: GDB 7.99.91 MinGW compilation warning in tui.c

GDB 8.0 branch 2017-05-02 status update

GDB 8.0 release update (2017-05-19)

gdb-8.0 branch FROZEN

gdb-8.0 branch now OPEN again

MinGW compilation warnings in libiberty's include/environ.h

MinGW compilation warnings in libiberty's waitpid.c

MinGW compilation warnings in libiberty's xstrndup.c

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

Re: Oh dear. I regret to inform you that commit 'RAII-fy make_cleanup_restore_current_thread & friends' might be unfortunate

Re: Oh dear. I regret to inform you that commit 'RAII-fy make_cleanup_restore_current_thread & friends' might be unfortunate

Re: Support multiple CUs in a single DWO file


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