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

[commit fix] Revert check-in by a mistake in the previous commit [Re: [commit] Suggest newer gdbserver if it has no qXfer:exec-file:read]

[commit+7.11] [patchv5] Workaround gdbserver<7.7 for setfs

[commit/obv] Joel Brobecker stepping down as AIX Maintainer

[commit] [patchv4] Workaround gdbserver<7.7 for setfs

[commit] [testsuite patch] Fix false FAILs with .bashrc GDBHISTFILE=...

[commit] [testsuite patch] Fix for gcc-4.8: gdb.base/jit.exp gdb.base/jit-so.exp

[commit] Suggest newer gdbserver if it has no qXfer:exec-file:read

[COMMIT] symmisc.c (dump_symtab_1): Print owning compunit for identical blockvectors.

[OB PATCH] symmisc.c (dump_symtab_1, dump_symtab): Delete arg objfile.

[ob/pushed] Eliminate prepare_to_throw_exception

[ob/pushed] Fix "incompatible pointer type" warning in gdb/aarch64-tdep.c

[ob/pushed] Fix gdb build with --enable-build-with-cxx --disable-nls

[ob/pushed] Fix gdb C++ build when libipt is available

[ob/pushed] Fix host signal vs gdb signal mixup in gdb/darwin-nat.c

[ob/pushed] gdb/ada-exp.y: Remap yydefred

[ob/pushed] gdb/darwin-nat.c: Fix "cast to pointer from integer of different size" warning

[OBV] btrace: fix test build error in gdb.btrace/instruction_history.c

[PATCH 0/1] Build GDB as a C++ program by default

[PATCH 0/2] Add thread info in 'struct step_over_info'

[PATCH 0/2] Fix C++ build on FreeBSD/x86

[PATCH 0/2] Fix for PR gdb/16818 (make -Wl,--dynamic-list work again)

[PATCH 0/2] Fixes for some s390 fails with store.exp

[PATCH 0/2] Make breakpoint handling in record-full idempotent

[PATCH 0/2] PR 19947: throw right exception in read_code and read_stack

[PATCH 0/3] deprecate "skip enable/etc.", doc string cleanup

[PATCH 0/3] Fix C++ exceptions across readline result in std::terminate() -> SIGABRT

Re: [PATCH 0/3] fortran: Enable arrays of structures with dynamic member types.

RE: [PATCH 0/3] Support for x86 segments as address classes

Re: [PATCH 0/3][PING] fortran: Enable arrays of structures with dynamic member types.

Re: [PATCH 0/4] Support tracepoints for ARM linux in GDBServer

[PATCH 0/8] Add Rust language support

Re: [PATCH 0/8] Break at each iteration for breakpoints placed on a while statement

Re: [PATCH 00/30] Stop throwing exceptions from signal handlers

[PATCH 1/1] Build GDB as a C++ program by default

[PATCH 1/2] Cast the pointer assigned to ss_sp to char *.

[PATCH 1/2] Change gdb_load_shlibs to gdb_load_shlib

[PATCH 1/2] Fix "-Wl,--dynamic-list" gdb/configure test

Re: [PATCH 1/2] gdbarch software_single_step returns VEC (CORE_ADDR) *

[PATCH 1/2] Refactor function set_step_over_info

[PATCH 1/2] S390: Take value from sub-register if applicable

[PATCH 1/2] Set bp_tgt->reqstd_address and bp_tgt->placed_size in record_full_insert_breakpoint

[PATCH 1/2] Use -fno-asynchronous-unwind-tables if C program is compiled without debug info on x86

[PATCH 1/3] deprecate "skip enable/etc.", doc string cleanup

Re: [PATCH 1/3] fort_dyn_array: Enable dynamic member types inside a structure.

[PATCH 1/3] Rename rl_callback_read_char_wrapper -> gdb_rl_callback_read_char

Re: [PATCH 1/3][PING] fort_dyn_array: Enable dynamic member types inside a structure.

[PATCH 1/4] native-gdbserver: Clear isremote flag in board info

Re: [PATCH 1/4] Teach arm unwinders to terminate gracefully

Re: [PATCH 1/7] New test case gdb.trace/signal.exp

[PATCH 1/8] Add DW_LANG_Rust and DW_LANG_Rust_old

Re: [PATCH 2/2] Add test for fast tracepoint enable/disable

[PATCH 2/2] Fix PR gdb/16818, workaround Python's forcing of -export-dynamic

[PATCH 2/2] ftrace tests: Use gdb_load_shlib result to lookup IPA in info sharedlibrary

[PATCH 2/2] Handle void * conversions in FreeBSD/x86 native code to fix C++ build.

[PATCH 2/2] Involve gdbarch in taking DWARF register pieces

[PATCH 2/2] Make breakpoint handling in record-full idempotent

[PATCH 2/2] Replace address and aspace with thread in struct step_over_info

[PATCH 2/2] Throw NOT_AVAILABLE_ERROR in read_stack and read_code

[PATCH 2/3] deprecate "skip enable/etc.", doc string cleanup

Re: [PATCH 2/3] fort_dyn_array: Support evaluation of dynamic elements inside arrays.

[PATCH 2/3] Propagate GDB/C++ exceptions across readline using sj/lj-based TRY/CATCH

Re: [PATCH 2/3][PING] fort_dyn_array: Support evaluation of dynamic elements inside arrays.

Re: [PATCH 2/4 v3] IPA: Add alloc_jump_pad_buffer target hook.

[PATCH 2/4] Fix annota-input-while-running.exp remote check

Re: [PATCH 2/7] Deliver signal in hardware single step

[PATCH 2/8] Fix latent yacc-related bug in gdb/Makefile.in init.c rule

[PATCH 3/3] deprecate "skip enable/etc.", doc string cleanup

Re: [PATCH 3/3] fort_dyn_array: Use value constructor instead of raw-buffer manipulation.

[PATCH 3/3] Switch gdb's TRY/CATCH to C++ try/catch

Re: [PATCH 3/3][PING] fort_dyn_array: Use value constructor instead of raw-buffer manipulation.

[PATCH 3/4] Fix detach.exp remote check

Re: [PATCH 3/7] Force to insert software single step breakpoint

[PATCH 3/8] Make gdb expression debugging handle OP_F90_RANGE

[PATCH 4/4] Fix solib-display.exp remote check

Re: [PATCH 4/7] Insert breakpoint even when the raw breakpoint is found

[PATCH 4/8] Add self-test framework to gdb

Re: [PATCH 5/7] [GDBserver] Don't error in reinsert_raw_breakpoint if bp->inserted

[PATCH 5/8] Add array start and end strings to generic_val_print_decorations

Re: [PATCH 6/7] Resume the inferior with signal rather than stepping over

[PATCH 6/8] Add support for the Rust language

Re: [PATCH 7/7] New test case gdb.base/branch-to-self.exp

[PATCH 7/8] Update gdb test suite for Rust

[PATCH 8/8] Add Rust documentation

[PATCH obv] Fix IPA detection in ftrace-insn-reloc.exp

[PATCH obv] gdb.python/py-mi-events-gdb.py: Add parentheses to print

[PATCH obv] Obvious function doc and formatting

[PATCH OBV] Skip gdb.base/branch-to-self.exp if gdb,nosignals exists

Re: [PATCH v1] Fix of default lookup for "this" symbol.

[PATCH v2 0/2] Debugging without a symbol file

[PATCH V2 0/2] fortran: Testsuite, fix different type naming across compilers.

Re: [PATCH V2 0/2] Split tdesc_(amd64|i386)_mpx into tdesc(amd64|i386)_mpx_* and tdesc(amd64|i386)_avx_mpx_*

Re: [PATCH V2 0/2] Split tdesc_(amd64|i386)_mpx into tdesc(amd64|i386)_mpx_* and tdesc(amd64|i386)_avx_mpx_*

[PATCH V2 0/3] fortran: Enable arrays of structures with dynamic member types.

[PATCH v2 0/8] Add Rust language support

Re: [PATCH V2 1/2] Add redundant target descriptor for tdesc(amd64|i386)_avx_mpx_*

[PATCH v2 1/2] Debugging without a binary (regression)

[PATCH v2 1/2] Improve gdb_remote_download, remove gdb_download

Re: [PATCH v2 1/2] Optzd-out ptr: New test for error handling

[PATCH V2 1/2] testsuite: Support detection of Intel compilers via test_compiler_version.

[PATCH V2 1/3] fort_dyn_array: Enable dynamic member types inside a structure.

[PATCH v2 1/3] Make gdb_load_shlibs return the destination path of the library

[PATCH v2 1/8] Fix latent yacc-related bug in gdb/Makefile.in init.c rule

[PATCH v2 2/2] Make ftrace tests work with remote targets

[PATCH V2 2/2] fortran: Testsuite, fix different type naming across compilers.

Re: [PATCH v2 2/2] Make ftrace tests work with remote targets

Re: [PATCH V2 2/2] Re-factor (i386|amd64)mpx target descriptors.

[PATCH v2 2/2] Test GDB connection to GDBserver with no symbol files

[PATCH V2 2/3] fort_dyn_array: Support evaluation of dynamic elements inside arrays.

[PATCH v2 2/3] Rename gdb_load_shlibs to gdb_load_shlib

[PATCH v2 2/8] Make gdb expression debugging handle OP_F90_RANGE

[PATCH V2 3/3] fort_dyn_array: Use value constructor instead of raw-buffer manipulation.

[PATCH v2 3/3] ftrace tests: Use gdb_load_shlib result to lookup IPA in info sharedlibrary

[PATCH v2 3/8] Add self-test framework to gdb

[PATCH v2 4/8] Add array start and end strings to generic_val_print_decorations

[PATCH v2 5/8] Add support for the Rust language

[PATCH v2 6/8] Update gdb test suite for Rust

[PATCH v2 7/8] Add Rust documentation

[PATCH v2 8/8] Rename OP_F90_RANGE to OP_RANGE.

Re: [PATCH v2] [PR gdb/19820] gdb: allow enumeration constants as second operand of BINOP_REPEAT

[PATCH v2] Add negative repeat count to 'x' command

[PATCH v2] Fix aarch64 ftrace JIT condition testcase

[PATCH v2] Fix alignment of disassemble /r

[PATCH v2] Fix PR gdb/19250: ptrace prototype is not detected properly in C++ mode

[PATCH v2] gdb: dwarf2read: implement handling of variables in Fortran common block

Re: [PATCH V2] Improve user experience in printing Fortran derived types.

Re: [PATCH v2] python: Use console format for output of gdb.execute command

[PATCH v2] testsuite: Update py-mi-objfile to expect console format print

[PATCH v2] value: Make accessor methods' parameters const-correct

[PATCH v3 0/2] Debugging without a symbol file

[PATCH V3 0/2] fortran: Testsuite, fix different type naming across compilers.

[PATCH V3 0/3] fortran: Enable arrays of structures with dynamic member types.

[PATCH V3 1/2] Add target descriptions for AVX + MPX

[PATCH v3 1/2] Debugging without a binary (regression)

[PATCH V3 1/2] testsuite: Support detection of Intel compilers via test_compiler_version.

[PATCH V3 1/3] fort_dyn_array: Enable dynamic member types inside a structure.

[PATCH V3 2/2] fortran: Testsuite, fix different type naming across compilers.

[PATCH V3 2/2] Re-factor (i386|amd64)mpx target descriptions.

[PATCH v3 2/2] Test GDB connection to GDBserver with no symbol files

[PATCH V3] Add negative repeat count to 'x' command

[PATCH v3] Fix alignment of disassemble /r

[PATCH v3] Fix gdb crash when trying to print the address of a synthetic C++ reference

[PATCH V4 0/3] fortran: Enable arrays of structures with dynamic member types.

[PATCH V4 0/3] fortran: Testsuite, fix different type naming across compilers.

Re: [PATCH v4 00/11] [PR gdb/14441] Support C++0x rvalue references in gdb

Re: [PATCH v4 08/11] [PR gdb/14441] gdb: python: support rvalue references in the gdb module

Re: [PATCH v4 09/11] [PR gdb/14441] gdb: convert lvalue reference type check to general reference type check

[PATCH V4 1/3] fort_dyn_array: Enable dynamic member types inside a structure.

[PATCH V4 1/3] testsuite: Support detection of Intel compilers via test_compiler_version.

[PATCH V4 2/3] Testsuite: Fix compiling of shared libraries with ICC.

[PATCH V4 3/3] fortran: Testsuite, fix different type naming across compilers.

[PATCH v4] Fix alignment of disassemble /r

Re: [PATCH v4] Implement 'catch syscall' for gdbserver

Re: [PATCH V5 1/2] Initialize bnd register before performing inferior calls.

Re: [PATCH V5 2/2] Add mpx-bnd-init-on-return set/show command for inferior calls.

Re: [PATCH, doc RFA] Remove support for "target m32rsdi" and "target mips/pmon/ddb/rockhopper/lsi"

[PATCH/RFC] Introduce =target-changed MI notification

[PATCH] (ARM Cortex-M) FPU and PSP aware exception frame unwinder

[PATCH] [ARM] Clear reserved bits in CPSR

[PATCH] [ARM] minor opt in thumb_stack_frame_destroyed_p

[PATCH] [GDBserver] step over shouldn't be ongoing in proceed_one_lwp

Re: [PATCH] [PR symtab/17911] Recognize bad file types

[PATCH] [PR symtab/19999] Fix

Re: [PATCH] [python] Avoid saving signal masks for Python API.

[PATCH] Allow DW_OP_GNU_uninit in dwarf_expr_require_composition

[PATCH] Avoid "format not a string literal" warnings

[PATCH] Avoid implicit float <-> integer conversion warnings

[PATCH] Avoid non-C++-enabled babeltrace versions

[PATCH] c_value_print: Revert 'val' to a reference for TYPE_CODE_STRUCT

[PATCH] Centralize yacc interface names remapping (yyparse, yylex, yyerror, etc)

[PATCH] Choose TARGET_OBJECT_STACK_MEMORY and TARGET_OBJECT_MEMORY in read_value_memory

[PATCH] Don't show deprecated commands in help

Re: [PATCH] Eliminate -var-create error for optzd ptr to struct

[PATCH] Fix aarch64 ftrace JIT condition testcase

[PATCH] Fix and improve comment in gdb_remote_download

[PATCH] Fix checks for VSX and Altivec availability on Power

Re: [PATCH] Fix debugging with destroyed TLS

[PATCH] Fix fail in gdb.base/annota1.exp and gdb.base/annota3.exp

[PATCH] Fix fails in gdb.trace/unavailable.exp

[PATCH] Fix gdb.compile/compile.exp shlib regression

[PATCH] Fix gdb.mi/mi-breakpoint-changed.exp for remote targets

Re: [PATCH] Fix gdb.reverse/finish-reverse-bkpt.exp

Re: [PATCH] Fix gdb.reverse/next-reverse-bkpt-over-sr.exp

[PATCH] Fix gdb.server/solib-list.exp regression

[PATCH] Fix gdb.threads/dlopen-libpthread.exp crash

[PATCH] Fix PR gdb/19250: ptrace prototype is not detected properly in C++ mode

[PATCH] fix PR gdb/19914

Re: [PATCH] Fix PR remote/19840: gdb crashes on reverse-stepi

Re: [PATCH] Fix use of lazy strings outside of pretty-printers

[PATCH] Fix zero_ext documentation

[PATCH] fortran: Testsuite, fix different type naming across compilers.

Re: [PATCH] ftrace: Fix gdbserver crash when doing tstatus after detach or process exit

Re: [PATCH] gdb: dwarf2read: implement handling of variables in Fortran common block

[PATCH] gdbserver-base.exp: Copy file to standard output directory in ${board}_download

Re: [PATCH] Handle MIPS Linux SIGTRAP siginfo.si_code values

Re: [PATCH] Improve analysis of racy testcases

[PATCH] Improve maint print symbols,psymbols,msymbols

[PATCH] Improve trace and ftrace condition testing

[PATCH] Include arch/arm-linux.h in aarch32-linux-nat.c

[PATCH] IPA: Fix build problem on !HAVE_GETAUXVAL

[PATCH] IPA: Move getauxval out of #ifndef IN_PROCESS_AGENT

[PATCH] linux-record: Squash cases with identical handling

Re: [PATCH] Make ftrace tests work with remote targets

[PATCH] Make gdb.server/connect-with-no-symbol-file.exp more robust

[PATCH] Make gdb.server/solib-list.exp work for remote targets

[PATCH] MIPS: Go back with the default Linux # of registers to 90

[PATCH] Move ARM_CPSR_GREGNUM to arch/arm-linux.h

Re: [PATCH] Negative repeat count for 'x' command

[PATCH] record: automatically start recording

[PATCH] remove trivialy unused variables

Re: [patch] Suggest newer gdbserver if it has no qXfer:exec-file:read

Re: [PATCH] Teach "info breakpoints" to show the address of a -location watchpoint

[PATCH] testsuite: Update py-mi-objfile to expect console format print

[PATCH] Tweak doc on command tfind

[PATCH] Tweak gdb.reverse/step-precsave.exp and gdb.reverse/step-reverse.exp

[PATCH] value: Make accessor methods' parameters const-correct

[PATCH][gdb] Fix -Wparentheses warnings

Re: [patchv2 2/2] Workaround gdbserver<7.7 for setfs

[patchv3] Workaround gdbserver<7.7 for setfs

[patchv4] Workaround gdbserver<7.7 for setfs

[patchv5] Workaround gdbserver<7.7 for setfs

[PING 2][PATCH v3] Fix gdb crash when trying to print the address of a synthetic C++ reference

[PING 2][PATCH V4 0/3] fortran: Enable arrays of structures with dynamic member types.

[ping] [PATCH V5 1/2] Initialize bnd register before performing inferior calls.

[ping] [PATCH v1] Fix of default lookup for "this" symbol.

[ping] [PATCH v1] Improve user experience in printing Fortran derived types

[ping] [PATCH v2 0/6] fortran: multi-dimensional subarrays with strides

[PING][PATCH 2/2] Involve gdbarch in taking DWARF register pieces

[PING][PATCH v3] Fix gdb crash when trying to print the address of a synthetic C++ reference

[PING][PATCH V4 0/3] fortran: Enable arrays of structures with dynamic member types.

[pushed/obv] Fix typo in ftrace.exp condition testing

[pushed] [C++] Switch TRY/CATCH to real C++ try/catch by default again

[pushed] [obv] [PR gdb/19980] Typo in gdbserver/configure.srv

Re: [Pushed] [PATCH V3 1/2] Add target descriptions for AVX + MPX

Re: [Pushed] [PATCH V3 2/2] Re-factor (i386|amd64)mpx target descriptions.

[pushed] Add missing sentinel 'char *' casts in concat/reconcat calls

[pushed] Fix AIX gdb build with C++ compiler

[pushed] Fix gdb.server/solib-list.exp regression

[pushed] Fix s390 GNU/Linux gdb and gdbserver builds

[pushed] Switch gdb's TRY/CATCH to sjlj again

[pushed] Use setjmp/longjmp for TRY/CATCH instead of sigsetjmp/siglongjmp

[Pushed][PATCH V4 0/3] fortran: Enable arrays of structures with dynamic member types.

Re: [Pushed][PATCH V4 1/3] testsuite: Support detection of Intel compilers via test_compiler_version.

Re: [Pushed][PATCH V4 2/3] Testsuite: Fix compiling of shared libraries with ICC.

Re: [Pushed][PATCH V4 3/3] fortran: Testsuite, fix different type naming across compilers.

[revert] [patchv4] Workaround gdbserver<7.7 for setfs

Re: [RFC] Remove all a.out support and gc no-longer-supported OS ABIs? (Re: [PATCH] Avoid spaces in osabi names)

[RFC] Remove need_step_over from struct lwp_info

[RFC][PATCH] Fix for Bugzilla #14062 (Exceptions in callbacks posted by gdb.post_event are silently ignored)

[SH] Adjust stack area for simulator

[SH] Fix simulator on 64 bit hosts

[testsuite patch] Fix 7.11 regression: gdb.dwarf2/dw2-undefined-ret-addr.exp

[testsuite patch] Fix 7.11 regression: gdb.dwarf2/dw2-undefined-ret-addr.exp [now with the patch]

[testsuite patch] Fix false FAILs with .bashrc GDBHISTFILE=...

[testsuite patch] Fix for gcc-4.8: gdb.base/jit.exp gdb.base/jit-so.exp

[testsuite patch] Fix gdb.btrace/tailcall-only.exp errors on x86_64-m32

Build xml target descriptions at run time

Commit: AArch64 sim: Add decode tracing

gdb-7.11.1 re-spin update

RE: MIPS simulator is broken

Off-by-one error in windows-nat.c causes abort at startup

ping: [PATCH 1/3] Never kill PID on: gdb exec PID

PR13984 - gdb stops controlling a thread after "Remote 'g' packet reply is too long: ..." error message

Re: Tentative: add -location option to clear command


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