gdb-patches archive
subject index for October, 2016

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:

[buildbot] Customized build and board file

[commit] [testsuite patch] Fix false FAIL for gdb.base/morestack.exp

[commit] [testsuite patch] Fix gcc_compiled for gcc 6 & 7

[commit] [testsuite patch] Fix recent GCC FAIL: gdb.arch/i386-signal.exp

[committed] mips-tdep: Make FCRs always 32-bit

[committed] mips-tdep: Rearrange comments in `mips_pseudo_register_type'

[committed] MIPS: Remove remains of IRIX OS ABI support

[committed] MIPS: Remove remains of legacy remote target support

[committed] testsuite: Fix gdb.base/killed-outside.exp using irrelevant stale options

[committed] testsuite: solib-disc: Use `standard_output_file'

[FYI] Fix build failure in xcoffread.c

[ob/pushed] ARI: Remove true/false checks (Re: New ARI warning Thu Oct 13 01:55:56 UTC 2016)

[ob/pushed] gdb: Remove some C compiler support leftovers

Re: [PATCH 0/24] MIPS: Add support for reconfigurable FPR size, MIPS MSA and MIPSR6,support

[PATCH 0/2] gdb: Require a C++11 compiler

[PATCH 0/3] Fix gdb.base/func-ptrs.exp fails in ppc64 and arm thumb mode

[PATCH 0/3] More cleanup elimination / gdb::unique_ptr

Re: [PATCH 0/3] Support range stepping on software single-step target

Re: [PATCH 0/5] improve trace gap handling

[PATCH 0/7] Python bindings for btrace recordings

Re: [PATCH 00/13] Split brekapoint_from_pc to breakpoint_kind_from_pc and sw_breakpoint_from_kind

Re: [PATCH 01/24] MIPS: Handle run-time reconfigurable FPR size

Re: [PATCH 02/24] Add MIPS32 FPU64 GDB target descriptions

Re: [PATCH 03/24] regcache: handle invalidated regcache

Re: [PATCH 06/13] Add enum for mips breakpoint kinds

Re: [PATCH 07/13] Split brekapoint_from_pc to breakpoint_kind_from_pc and sw_breakpoint_from_kind

[PATCH 1/2] gdb: Import AX_CXX_COMPILE_STDCXX from the GNU Autoconf Archive

[PATCH 1/2] RISC-V GDB Port

[PATCH 1/3] arc: Add a gdbarch_tdep structure

[PATCH 1/3] Introduce gdb::unique_ptr

Re: [PATCH 1/3] Remove single-step breakpoint for GDBserver internal event

Re: [PATCH 1/3] Remove unused parameter in solib_add and update_solib_list

[PATCH 1/3] Rename some trace functions

[PATCH 1/3] Use get_var_address in test cases

Re: [PATCH 1/4] Distinguish sentinel frame from null frame

[PATCH 1/7] btrace: Count gaps as one instruction explicitly.

Re: [PATCH 10/13] Remove gdbarch_remote_breakpoint_from_pc

Re: [PATCH 12/13] Determine the kind of single step breakpoint

Re: [PATCH 13/13] Remove arm_override_mode

[PATCH 2/2] gdb: Enable C++11 if available

[PATCH 2/2] gdb: Require C++11

[PATCH 2/2] RISC-V GDB Simulator Port

Re: [PATCH 2/3] Add a better diagnostic message in mi_gdb_test

[PATCH 2/3] arc: Add evaluation of long jump targets

Re: [PATCH 2/4] Tweak meaning of VALUE_FRAME_ID

[PATCH 2/7] btrace: Export btrace_decode_error function.

[PATCH 3/3] 'struct parse_expression *' -> gdb::unique_ptr<expression>

Re: [PATCH 3/3] Add -file-list-shared-libraries MI command

[PATCH 3/3] arc: Add support for Newlib

Re: [PATCH 3/4] Make gdb.PendingFrame.read_register handle "user" registers

[PATCH 3/7] btrace: Use binary search to find instruction.

Re: [PATCH 4/4] py-unwind-maint.exp: Allow unwinders to be called during python import

Re: [PATCH 4/5] gdbserver: Leave already-vCont-resumed threads as they were

Re: [PATCH 4/5]: Enhancements to "flags": i386 cleanup

[PATCH 4/7] python: Create Python bindings for record history.

Re: [PATCH 5/5] gdb: Coalesce/aggregate (async) vCont packets/actions

[PATCH 5/7] python: Implement btrace Python bindings for record history.

[PATCH 6/7] python: Add tests for record Python bindings

Re: [PATCH 7/7] Add documentation for new instruction record Python bindings.

[PATCH 7/7] Add documentation for new instruction record Python bindings.

[PATCH doc 2/3] Document -ctf switch of -trace-save

[PATCH doc 3/3] Fix typos in trace commands doc

Re: [PATCH master+7.12 0/2] Fix PR11094: JIT breakpoint is not properly recreated on reruns

Re: [PATCH master+7.12 v2 1/3] Introduce cleanup to restore current_uiout

[PATCH master+7.12] [GDBserver] Fix conversion warning

[PATCH master+7.12] frame.h: Forward-declare struct ui_out

[PATCH obv] ui-out.c: Remove unused parameter to push_level

[PATCH v2 00/31] More cleanup elimination & unlimited args to user-defined funcs

[PATCH v2 01/31] Introduce string_printf

[PATCH v2 02/31] cli/cli-script.c: Remove some dead NULL checks

[PATCH v2 03/31] breakpoint.c:commands_command_1 constification and cleanup

[PATCH v2 04/31] cli-script.c: Simplify using std::string, eliminate cleanups

[PATCH v2 05/31] 'struct expression *' -> gdb::unique_xmalloc_ptr<expression>

[PATCH v2 06/31] Introduce ui_file_as_string

[PATCH v2 07/31] Clean up tracepoint.h/c:collection_list

[PATCH v2 08/31] Use ui_file_as_string in dwarf2_compute_name

[PATCH v2 09/31] Use ui_file_as_string in gdb/xtensa-tdep.c

[PATCH v2 10/31] Use ui_file_as_string in gdb/ada-valprint.c

[PATCH v2 11/31] Use ui_file_as_string in gdb/ui-out.c

[PATCH v2 12/31] Use ui_file_as_string in gdb/utils.c

[PATCH v2 13/31] Use ui_file_as_string in gdb/arm-tdep.c

[PATCH v2 14/31] Use ui_file_as_string in gdb/guile/

[PATCH v2 15/31] Use ui_file_as_string in execute_command_to_string

[PATCH v2 16/31] Use ui_file_as_string in gdb/top.c

[PATCH v2 17/31] Use ui_file_as_string in gdb/printcmd.c

[PATCH v2 18/31] Use ui_file_as_string in gdb/python/

[PATCH v2 19/31] Use ui_file_as_string in gdb/remote.c

[PATCH v2 20/31] Use ui_file_as_string in gdb/cli/cli-setshow.c

[PATCH v2 21/31] Use ui_file_as_string in gdb/compile/

[PATCH v2 22/31] Use ui_file_as_string in gdb/c-exp.y

[PATCH v2 23/31] Use ui_file_as_string in gdbarch.sh/gdbarch.c

[PATCH v2 24/31] Use ui_file_as_string in gdb/ada-lang.c

[PATCH v2 25/31] Use ui_file_as_string in gdb/infrun.c

[PATCH v2 26/31] Use ui_file_as_string in gdb/rust-lang.c

[PATCH v2 27/31] Use ui_file_as_string in gdb/language.c

[PATCH v2 28/31] Use ui_file_as_string throughout more

[PATCH v2 29/31] 'struct agent_expr *' -> unique_ptr<agent_expr>

[PATCH v2 30/31] Eliminate agent_expr_p; VEC -> std::vector in struct bp_target_info

[PATCH v2 31/31] Support an "unlimited" number of user-defined arguments

[PATCH v2] Fixup gdb.python/py-value.exp for bare-metal aarch64-elf

[PATCH v2] Introduce gdb::unique_ptr

Re: [PATCH v3 1/2] Emit inferior, thread and frame selection events to all UIs

Re: [PATCH v3 2/2] Add test for user context selection sync

[PATCH v3] Introduce gdb::unique_ptr

[PATCH v3] PR mi/20395 - Fix -var-update for registers in frames 1 and up

Re: [PATCH V4 2/6] Fortran: Resolve dynamic properties of pointer types.

Re: [PATCH V4 3/6] Typeprint: Resolve any dynamic target type of a pointer.

Re: [PATCH V4 4/6] Fortran: Typeprint, fix dangling types.

Re: [PATCH V4 5/6] Resolve dynamic target types of pointers.

Re: [PATCH V4 6/6] Fortran: Testsuite, add cyclic pointers.

[PATCH v4] Introduce gdb::unique_ptr

[PATCH V5 0/6] Fortran: Resolve target types of pointers.

[PATCH v5 1/2] Make symfile_add_flags and objfile->flags strongly typed

[PATCH V5 1/6] Fortran: Testsuite, fix differences in type naming.

[PATCH v5 2/2] PR 20569, segv in follow_exec

[PATCH V5 2/6] Fortran: Resolve dynamic properties of pointer types.

[PATCH V5 3/6] Typeprint: Resolve any dynamic target type of a pointer.

[PATCH V5 4/6] Fortran: Typeprint, fix dangling types.

[PATCH V5 5/6] Resolve dynamic target types of pointers.

[PATCH V5 6/6] Fortran: Testsuite, add cyclic pointers.

[patch+7.12.1 1/2] Code cleanup: write_exp_msymbol: +is_tls

[patch+7.12.1 2/2] Fix TLS (such as 'errno') regression

Re: [patch, rfa] tweak to defaulted_query logic to fix gdb.mi test errors

Re: [PATCH, RFC] Add support for choosing disassembler cpu in GDB for POWER.

[PATCH, v3] PR 20569, segv in follow_exec

[PATCH, v4] PR 20569, segv in follow_exec

[PATCH/committed] sim: avr: move changelog entries to subdir

Re: [PATCH] Add link to contribution checklist for GDB's CONTRIBUTE file

[PATCH] Add support for the sizeof function in Rust

[PATCH] Add support for untagged unions

Re: [PATCH] Allow DW_OP_GNU_uninit in dwarf_expr_require_composition

RE: [PATCH] arc: Remove annoying debug message

[PATCH] arch-utils: Make the last endianness actually chosen sticky

[PATCH] btrace: read entire aux buffer

[PATCH] Clean up the XML files for ARM

[PATCH] Delete target_so_ops->special_symbol_handling hook

[PATCH] Don't call value_address in x_command

[PATCH] Don't configure gdb for vxworks target

[PATCH] Don't override operator new if GDB is built with -fsanitize=address

Re: [PATCH] DWARF: Don't add nameless modules to partial symbol table.

[PATCH] Enable C++11 starting with gcc 4.8 (was: Re: [PATCH 1/3] Introduce gdb::unique_ptr)

[PATCH] Fix -trace-save crash when argument is missing

Re: [PATCH] Fix gdb.Value->python conversion for large unsigned ints

[PATCH] Fix handling of discriminantless univariant enums in Rust

[PATCH] Fix obvious gotcha in string comparison

Re: [patch] fix OverflowError in backtraces with 32bit kernels

[PATCH] Fix phony iconv build

[PATCH] Fix potential NULL pointer dereference

Re: [PATCH] Fix PR breakpoints/20739: Badly formatted adress string in error message

[PATCH] Fix PR breakpoints/20739: Badly formatted adress string in error message

[PATCH] Fixup gdb.python/py-value.exp for bare-metal aarch64-elf

[PATCH] gdb.btrace/*.exp: Make test names unique

[PATCH] gdb/doc: Remove mention of vCont's default actions

[PATCH] gdb/NEWS: Mention C++11 requirement

[PATCH] gdbarch: Use an anonymous union for target data in `gdbarch_info'

[PATCH] Generate s390 target description c files

[PATCH] i386-tdep: Verify architecture before proceeding with `set/show mpx'

[PATCH] Make gdb.base/foll-exec.exp test pattern more general

[PATCH] Make name of current file as pst->filename instead of _start_ in AIX

Re: [PATCH] Make name of current file as pst->filename instead of _start_ in AIX

[PATCH] New function value_has_address

[PATCH] PR 20569, segv in follow_exec

Re: [PATCH] python: accept address and explicit locations in gdb.decode_line

[PATCH] Read corrrect auxiliary entry in AIX.

[PATCH] Regenerate some regformats/rs6000/*.dat files

[PATCH] Remove errant usage text on gdbserver --multi

[PATCH] Remove IRIX 5 <sys/proc.h> _KMEMUSER workaround

[PATCH] Restore the order of file lists in features/Makefile

[PATCH] Set regdir in tdesc-regs.exp or arm

[PATCH] Show function address in 'info address func' instead of function descriptor

[PATCH] Simplify i386, amd64 and x32 expedite registers

[PATCH] Skip float complex types if gdb_skip_float_test

Re: [PATCH] stack: fix gdb.dwarf2/dw2-undefined-ret-addr.exp regression

[PATCH] testsuite: Avoid a buffer overrun in `gdb.base/maint.exp'

[PATCH] tilegx-tdep: Correct aliasing errors in `tilegx_analyze_prologue'

[PATCH] Update gnulib to current upstream master

Re: [PATCH][RX] v2 CPU register support.

[ping 2][PATCH V4 0/6] Fortran: Resolve target types of pointers.

[ping v2] [PATCH 0/5] improve trace gap handling

[ping v2] [PATCH] DWARF: Don't add nameless modules to partial symbol table.

[ping v2] [PATCH] stack: fix gdb.dwarf2/dw2-undefined-ret-addr.exp regression

[ping v3] [PATCH 0/5] improve trace gap handling

[ping v4] [PATCH] python: accept address and explicit locations in gdb.decode_line

Re: [PING] [PATCH] PR gdb/13519, disassemble command attempts to disassemble SRAM rather than program memory.

[PING] Re: [PATCH v3] PR mi/20395 - Fix -var-update for registers in frames 1 and up

Re: [PING] RE: [RFC][PATCH] - Fix pretty-printers which call the inferiors, mi-interface crashs

[pushed 0/2] FINAL/OVERRIDE added to ansidecl.h

[pushed 1/2] Move OVERRIDE/FINAL from gcc/coretypes.h to include/ansidecl.h

[pushed 2/2] FINAL/OVERRIDE: Define to empty on g++ < 4.7

[pushed/ob] Fix gdb.base/maint.exp regressions

[pushed] common/common-defs.h: Define __STDC_FORMAT_MACROS as well (Re: GDB AIX build broken)

[pushed] Define __STDC_CONSTANT_MACROS/__STDC_LIMIT_MACROS again (Re: GDB AIX build broken)

[pushed] gdb: no longer define __STDC_CONSTANT_MACROS/__STDC_LIMIT_MACROS (Re: [PATCH] Update gnulib to current upstream master)

[pushed] Make dwarf_expr_context's destructor virtual (Re: [RFA 2/2] Make some dwarf_expr_context methods pure virtual)

[PUSHED] Share proc get_var_address

[PUSHED] Skip testing structures with floating points

[PUSHED] Update the path arm-*.xml files for aarch64

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

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

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

[release/HEAD] Document the GDB 7.12 release in gdb/ChangeLog

[RFA 0/2] c++ patch follow-ups

[RFA 0/2] two python fixes

[RFA 0/3] Fix various bugs found by static analysis

[RFA 0/4] Conver observers to C++

Re: [RFA 00/22] More C++-ification

Re: [RFA 01/22] Change selttest.c to use use std::vector

Re: [RFA 02/22] Use RAII to save and restore scalars

Re: [RFA 03/22] Use scoped_restore for ui_file

Re: [RFA 05/22] Turn wchar iterator into a class

Re: [RFA 06/22] Introduce scoped_minimal_symbol_reader

Re: [RFA 08/22] Record minimal symbols directly in reader.

Re: [RFA 09/22] Remove make_cleanup_restore_current_ui

[RFA 1/2] Change minimal_symbol_reader::record_full to take a bool

[RFA 1/2] Fix some error-handling bugs in python frame filters

Re: [RFA 1/2] PR gdb/20604 - fix "quit" when an invalid expression is used

[RFA 1/3] PR symtab/20652 - fix psymbol_compare

[RFA 1/4] Convert observers to C++

Re: [RFA 10/22] Remove some cleanups in MI

Re: [RFA 11/22] Change command stats reporting to use class

Re: [RFA 12/22] Remove unnecessary null_cleanup

Re: [RFA 13/22] Remove unnecessary cleanup from stabsread.c

Re: [RFA 14/22] Replace two xmallocs with vector

Re: [RFA 15/22] Use std::string in macho_symfile_read_all_oso

Re: [RFA 16/22] Use std::vector in elf_read_minimal_symbols

Re: [RFA 18/22] Some cleanup removal in dwarf2loc.c

Re: [RFA 19/22] Convert tid_range_parser to class

[RFA 2/2] Fix py-value.exp failure on Python 3

[RFA 2/2] Make some dwarf_expr_context methods pure virtual

[RFA 2/3] PR gdb/20653 - small cleanup in string_to_explicit_location

[RFA 2/4] Change types to match observer.attach

Re: [RFA 20/22] Initial conversion of dwarf_expr_ctx

Re: [RFA 21/22] Convert DWARF expr functions to methods

Re: [RFA 22/22] Convert dwarf_expr_context_funcs to methods

[RFA 3/3] PR remote/20655 - small fix in handle_tracepoint_bkpts

[RFA 3/4] Update all observer uses

[RFA 4/4] Change observer tests to use selftest framework

[RFA v2 00/17] more C++

[RFA v2 01/17] Use RAII to save and restore scalars

[RFA v2 02/17] Use scoped_restore for ui_file

[RFA v2 03/17] Use scoped_restore for current_ui

[RFA v2 04/17] Introduce minimal_symbol_reader

[RFA v2 05/17] Change minimal_symbol_reader to store objfile

[RFA v2 06/17] Record minimal symbols directly in reader.

[RFA v2 07/17] Remove make_cleanup_restore_current_ui

[RFA v2 08/17] Remove some cleanups in MI

[RFA v2 09/17] Change command stats reporting to use class

[RFA v2 10/17] Replace two xmallocs with unique_ptr

[RFA v2 11/17] Use gdb::unique_ptr in elf_read_minimal_symbols

[RFA v2 12/17] Remove make_cleanup_restore_current_uiout

[RFA v2 13/17] Some cleanup removal in dwarf2loc.c

[RFA v2 14/17] Initial conversion of dwarf_expr_ctx

[RFA v2 15/17] Convert DWARF expr functions to methods

[RFA v2 16/17] Convert dwarf_expr_context_funcs to methods

[RFA v2 17/17] Remove last cleanup from captured_main_1

Re: [RFA v2] Consolidate API of target_supports_multi_process

Re: [RFA] PR python/13598 - add before_prompt event

[RFA] Remove Java support

[RFC 2/3] Record function descriptor address instead of function address in value

[RFC 3/3] Update test cases

Re: [RFC/RFA] Add support for the --readnever command-line option (DWARF only)

Re: [RFC/RFA] gdb/CONTRIBUTE update (most of the info is now on our wiki)

[rfc] PR 20569, segv in follow_exec

[testsuite obv] Fix gdb.arch/powerpc-prologue.c compilation

[testsuite obv] Use standard_output_file

[testsuite patch] Fix false FAIL for gdb.base/morestack.exp

[testsuite patch] Fix gcc_compiled for gcc 6 & 7

[testsuite patch] Fix recent GCC FAIL: gdb.arch/i386-signal.exp

aarch64 regression: gdb.cp/nextoverthrow.exp [Re: [PATCH master+7.12] [AArch64] Match instruction "STP with base register" in prologue]

Re: aarch64 regression: gdb.cp/nextoverthrow.exp [Re: [PATCH master+7.12] [AArch64] Match instruction "STP with base register" in prologue]

About PR gdb/20604 - fix "quit" when an invalid expression is used

Buildslaves and C++11 support

C++11 (abridged version)

Check for truncated registers in process_g_packet

core local memory support for core files

Re: CYGWIN file input redirection

Fix BZ15121 -- x/a broken for addresses in shared libraries (try #2)

Fix gdb 7.12 C++ compilation on Solaris

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

Re: GDB 7.12 release - 2016-09-21 update?

GDB AIX build broken

GDB port for RISC-V

gdb-7.12 branch FROZEN

gdb-7.12 branch OPEN for development again

Re: Go C++11?

Go C++11? (was: Re: [RFA 09/22] Remove make_cleanup_restore_current_ui)

make TAGS

MinGW compilation errors due to strcasecmp

Re: MS-Windows file input redirection, v2

New ARI warning Sat Oct 22 01:57:02 UTC 2016

New ARI warning Thu Oct 13 01:55:56 UTC 2016

New ARI warning Wed Oct 19 01:56:16 UTC 2016

Patch pings

Re: read correct xcoff auxiliary entry & skip reading @fix entries.

Re: Restored Objective-C language support

Re: set sysroot command on AIX has no effect.

set_value_component_location in apply_val_pretty_printer

spurious change regenerating gdb/config.in?

tentative schedule for next GDB release branch?


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