gdb-patches archive
subject index for March, 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/obvious] Set executable bit on analyze-racy-logs.py

[commit] [patch] Suggest running gdbserver for a PID in container

[OB PATCH] Fix c++ build

[ob/pushed] Fix gdb.trace/ftrace-lock.c compilation

[obv/PATCH] Fix formatting issue in value_actual_type

[op/pushed] Fix "set architecture mips:10000" crash

[PATCH 0/2] Add arm epilogue unwinder

Re: [PATCH 0/2] Decouple ARM instruction decoding/relocating from GDB

[PATCH 0/2] gdbarch software_single_step returns VEC (CORE_ADDR) *

[PATCH 0/2] PR gdb/19676: problems when /proc is not mounted

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

[PATCH 0/2] xtensa: add hardware breakpoints support

[PATCH 0/3] Fix PR gdb/19858: GDB doesn't register the JIT libraries on attach

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

[PATCH 0/3] gdbserver: Add powerpc fast tracepoint support.

[PATCH 0/3] Some cleanups in linux-record.c

Re: [PATCH 0/7 V2] Leave child suspended when step over parent

[PATCH 0/7 V2] Step over instruction branches to itself

[PATCH 0/8] Add regular tracepoint support for powerpc.

[PATCH 0/8] Step over instruction branches to itself

Re: [PATCH 00/10] Command line input handling TLC

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

Re: [PATCH 01/10] Test issuing a command split in multiple lines with continuation chars

[PATCH 01/30] Don't rely on immediate_quit in command_line_input

[PATCH 02/30] Inline command_loop in read_command_line

Re: [PATCH 03/10] gdb_readline2 -> gdb_readline_callback_no_editing

[PATCH 03/30] TUI: check whether in secondary prompt instead of immediate_quit

[PATCH 04/30] Don't set immediate_quit in prompt_for_continue

Re: [PATCH 05/10] Update prompt_for_continue comments

[PATCH 05/30] Stop remote-fileio.c from throwing from SIGINT handler

[PATCH 06/30] Remove unused struct serial::name field

Re: [PATCH 07/10] Use struct buffer in gdb_readline_no_editing

[PATCH 07/30] Introduce a serial interface for select'able events

[PATCH 08/30] Fix signal handler/event-loop races

[PATCH 09/30] Introduce interruptible_select

[PATCH 1/2] Fix PR gdb/19676: Disable displaced stepping if /proc not mounted

[PATCH 1/2] Fix write endianness/size problem for fast tracepoint enabled flag

[PATCH 1/2] gdb: xtensa: make locally used functions static

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

[PATCH 1/2] Refactor arm_stack_frame_destroyed_p

[PATCH 1/3] Fix PR gdb/19858: GDB doesn't register the JIT libraries on attach

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

[PATCH 1/3] gdbserver/IPA: Export some functions via global function pointers.

[PATCH 1/3] linux-record: Fix bad fall-through for pipe/pipe2

Re: [PATCH 1/4] gdb/observer: Provide target_thread_changed observer

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

[PATCH 1/8] gdb: Add ax_pseudo_register_collect for powerpc.

[PATCH 1/8] Set signal to 0 after enqueue_pending_signal

Re: [PATCH 10/10] Command line input handling TLC

[PATCH 10/30] Make Python use a struct serial event

[PATCH 11/30] Don't call clear_quit_flag after check_quit_flag

[PATCH 12/30] Don't call clear_quit_flag in command_handler

[PATCH 13/30] Don't call clear_quit_flag in prepare_to_throw_exception

[PATCH 14/30] Don't call clear_quit_flag in captured_main

[PATCH 15/30] Eliminate clear_quit_flag

[PATCH 16/30] Decouple target_interrupt from all-stop/non-stop modes

[PATCH 17/30] Pass Ctrl-C to the target in target_terminal_inferior

[PATCH 18/30] Fix inconsistent handling of EINTR in ser-*.c backends

[PATCH 19/30] ada-lang.c: Introduce type_as_string and use it

[PATCH 2/2] Add arm epilogue unwinder

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

[PATCH 2/2] Fix PR gdb/19676: Internal error in linux-thread.db.c if /proc not mounted

[PATCH 2/2] gdb: xtensa: support hardware breakpoints/watchpoints

[PATCH 2/2] Remove gdbarch method displaced_step_hw_singlestep

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

[PATCH 2/3] IPA: Add alloc_jump_pad_buffer target hook.

[PATCH 2/3] linux-record.c: Fix whitespace issues

[PATCH 2/3] Make gdb.base/jit.exp binaries unique

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

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

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

[PATCH 2/8] Check LWP_SIGNAL_CAN_BE_DELIVERED for enqueue/dequeue pending signals

[PATCH 2/8] gdb: Add gen_return_address for powerpc.

[PATCH 20/30] Use target_terminal_ours_for_output in cp-support.c

[PATCH 21/30] Use target_terminal_ours_for_output in exceptions.c

[PATCH 22/30] Use target_terminal_ours_for_output in infcmd.c

[PATCH 23/30] Use target_terminal_ours_for_output in warning/internal_error

[PATCH 24/30] Add missing cleanups to defaulted_query and prompt_for_continue

[PATCH 25/30] Do target_terminal_ours in query & friends instead of in all callers

[PATCH 26/30] Use target_terminal_ours_for_output in MI

[PATCH 27/30] TUI: GC tui_target_has_run

[PATCH 28/30] target remote: Don't rely on immediate_quit (introduce quit handlers)

[PATCH 29/30] Eliminate immediate_quit

[PATCH 3/3] Add regression test for PR gdb/19858 (JIT code registration on attach)

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

[PATCH 3/3] gdbserver: Add powerpc fast tracepoint support.

[PATCH 3/3] linux-record: Simplify with record_mem_at_reg()

[PATCH 3/4 v2] gdbserver: Add powerpc fast tracepoint support.

Re: [PATCH 3/4] gdb/lkd: Add Linux Kernel Awareness target

Re: [PATCH 3/5, doc RFA]: Enhancements to "flags": main patch

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

[PATCH 3/8] Deliver signal in hardware single step

[PATCH 3/8] gdb/rs6000: Read backchain as unsigned.

Re: [PATCH 3/8] gdb/s390: Fill pseudo register agent expression hooks.

[PATCH 30/30] Eliminate target_check_pending_interrupt

[PATCH 4/4] gdbserver: Add emit_ops for powerpc.

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

[PATCH 4/8] Force to insert software single step breakpoint

[PATCH 4/8] gdb.trace: Use manually-defined start labels in unavailable-dwarf-piece.exp

Re: [PATCH 4/8] gdb/s390: Fill gen_return_address hook.

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

[PATCH 5/8] gdb.trace/change-loc.exp: Don't depend on tracepoint ordering.

[PATCH 5/8] Insert breakpoint even when the raw breakpoint is found

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

[PATCH 6/8] [GDBserver] Don't error in reinsert_raw_breakpoint if bp->inserted

[PATCH 6/8] gdb.trace/tfind.exp: Force call via global entry point on ppc64le.

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

[PATCH 7/8] gdb.trace/entry-values.exp: Fixes for powerpc64.

[PATCH 7/8] Resume the inferior with signal rather than stepping over

[PATCH 8/8] gdb: Add tracepoint support for powerpc.

[PATCH 8/8] New test case gdb.base/branch-to-self.exp

[patch for 7.11] btrace: fix PR gdb/19829

[PATCH OBV] Add quotation mark in test message

[PATCH OBV] Call enqueue_pending_signal in linux_resume_one_lwp_throw

[PATCH obv] gdb.base/default.exp: Add missing $_as_string to "show convenience" test

[PATCH obv] gdb/NEWS: Add mention of powerpc*-linux tracepoints.

[PATCH obv] gdb/NEWS: Add mention of s390*-linux tracepoints.

[PATCH obv] gdbserver/tracepoint.c: Remove whitespace

[PATCH obv] gdbserver: Fix C++ build errors in tracepoint.c

[PATCH OBV] Make sparc_software_single_step static

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

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

[PATCH v2 0/2] Optzd-out ptr: Error handling improvement

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

[PATCH v2 00/25] Towards great frontend GDB consoles

[PATCH v2 01/25] Introduce "struct ui"

[PATCH v2 02/25] Make gdb_stdout&co be per UI

[PATCH v2 03/25] Make the interpreters be per UI

[PATCH v2 04/25] Introduce interpreter factories

[PATCH v2 05/25] Make the intepreters output to all UIs

[PATCH v2 06/25] Always run async signal handlers in the main UI

[PATCH v2 07/25] Make instream and serial_stdin be per UI

[PATCH v2 08/25] Make input_fd be per UI

[PATCH v2 09/25] Make outstream be per UI

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

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

Re: [PATCH V2 1/2] testsuite: Fix timeout issues during print of vla-arrays.

[PATCH v2 10/25] Delete def_uiout

[PATCH v2 11/25] Make current_ui_out be per UI

[PATCH v2 12/25] Make command line editing (use of readline) be per UI

[PATCH v2 13/25] Always process target events in the main UI

[PATCH v2 14/25] Make target_terminal_inferior/ours almost nops on non-main UIs

[PATCH v2 15/25] Introduce display_mi_prompt

[PATCH v2 16/25] Simplify starting the command event loop

[PATCH v2 17/25] Make gdb_in_secondary_prompt_p() be per UI

[PATCH v2 18/25] Replace the sync_execution global with a new enum prompt_state tristate

[PATCH v2 19/25] New function should_print_stop_to_console

[PATCH v2 2/2] Optzd-out ptr: Eliminate -var-create error

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

Re: [PATCH V2 2/2] testsuite: Remove unnecessarry code in fortran vla-history test.

Re: [PATCH v2 2/3] PR remote/19496, interrupted syscall in forking-threads-plus-bkpt

[PATCH v2 20/25] Push thread->control.command_interp to the struct thread_fsm

[PATCH v2 21/25] Only send sync execution command output to the UI that ran the command

[PATCH v2 22/25] Make main_ui be heap allocated

[PATCH v2 23/25] Handle UI terminal closed

[PATCH v2 24/25] Add new command to create extra console/mi UI channels

[PATCH v2 25/25] Add command to list UIs

Re: [PATCH v2 3/3] PR remote/19496, timeout in forking-threads-plus-bkpt

[PATCH v2 3/4] gdbserver: Add powerpc fast tracepoint support.

[PATCH v2 4/4] gdbserver: Add emit_ops for powerpc.

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

[PATCH v2] gdb: xtensa: fix frame initialization when PC is invalid

[PATCH v2] gdbserver/s390: Add fast tracepoint support.

[PATCH v2] gdbserver/s390: Add support for compiled agent expressions.

[PATCH v2] Improve analysis of racy testcases

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

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

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

[PATCH v3 01/11] [PR gdb/14441] gdb: gdbtypes: add definitions for rvalue reference type

[PATCH v3 02/11] [PR gdb/14441] gdb: gdbtypes: change {lookup,make}_reference_type() API

[PATCH v3 03/11] [PR gdb/14441] gdb: valops: add ability to return rvalue reference values from value_ref()

[PATCH v3 04/11] [PR gdb/14441] gdb: parse: support rvalue reference type

[PATCH v3 05/11] [PR gdb/14441] gdb: demangle: implement demangling for rvalue reference typenames

[PATCH v3 06/11] [PR gdb/14441] gdb: print: implement correct printing of rvalue reference types and values

[PATCH v3 07/11] [PR gdb/14441] gdb: dwarf2read: support DW_AT_rvalue_reference type

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

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

[PATCH v3 10/11] [PR gdb/14441] gdb: gdbtypes: add rvalue references to overloading resolution

[PATCH v3 11/11] [PR gdb/14441] gdb: testsuite: add rvalue reference tests

[PATCH v3] gdb: xtensa: fix frame initialization when PC is invalid

[PATCH v3] gdbserver/s390: Switch on tracepoint support.

[PATCH V4 0/2] BND register initialization

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

[PATCH v4 01/11] [PR gdb/14441] gdb: gdbtypes: add definitions for rvalue reference type

[PATCH v4 02/11] [PR gdb/14441] gdb: gdbtypes: change {lookup,make}_reference_type() API

[PATCH v4 03/11] [PR gdb/14441] gdb: valops: add ability to return rvalue reference values from value_ref()

[PATCH v4 04/11] [PR gdb/14441] gdb: parse: support rvalue reference type

[PATCH v4 05/11] [PR gdb/14441] gdb: demangle: implement demangling for rvalue reference typenames

[PATCH v4 06/11] [PR gdb/14441] gdb: print: implement correct printing of rvalue reference types and values

[PATCH v4 07/11] [PR gdb/14441] gdb: dwarf2read: support DW_TAG_rvalue_reference type

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

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

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

[PATCH v4 10/11] [PR gdb/14441] gdb: gdbtypes: add rvalue references to overloading resolution

[PATCH v4 11/11] [PR gdb/14441] gdb: testsuite: add rvalue reference tests

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

[PATCH v4] gdbserver/s390: Switch on tracepoint support.

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

Re: [PATCH v4] PR 18303, Tolerate malformed input for lookup_symbol-called functions.

[PATCH V5 0/2] BND register initialization

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

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

[patch, avr, pr19401] Update PC after break

[patch, avr] Fix argument passing for call

Re: [PATCH, doc RFA] Add "skip regexp"

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

[PATCH/COMMITTED] Compile gdb.arch/arm-neon.c with "quiet"

[PATCH/COMMITTED] Fix output path for arm-disp-step.exp

[PATCH] [FR-V] Handle FR300

[PATCH] [OBV] gdbserver: Only write ipa_tdesc_idx if agent is actually loaded.

Re: [PATCH] [PR gdb/13808] gdb.trace: Pass tdesc selected in gdbserver to IPA.

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

[PATCH] [spu] throw error when target_read_memory fails

[PATCH] Add $_as_string convenience function

Re: [PATCH] Add function host_string_to_python_string.

[PATCH] Add new maintainer to Write After Approval.

[PATCH] Add test that exercises all bfd architecture, osabi, endian, etc. combinations

[PATCH] ARM process record: median instructions

[PATCH] ARM process record: VMOV

[PATCH] Avoid spaces in osabi names

Re: [PATCH] Better handling for realpath() failures in windows_make_so() on Cygwin

[PATCH] Canonicalize more arm linux syscalls

[PATCH] cleanup skip.exp, make test names unique

[PATCH] Compile gdb.arch/arm-neon.exp with debug info

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

Re: [PATCH] feature_to_c.sh: Print help when passing no arguments

Re: [PATCH] Fix alignment of disassemble /r

[PATCH] Fix debugging with destroyed TLS

Re: [PATCH] Fix detection of gfortran compilers.

[PATCH] Fix gdb.base/catch-fork-kill.c compilation

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

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

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

[PATCH] Fix HP/PA GNU/Linux "long double" format

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

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

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

[PATCH] gdb/remote: Don't use vKill if multi-process features are disabled

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

Re: [PATCH] gdb: New maint info line-table command.

[PATCH] gdb: xtensa: fix frame initialization when PC is invalid

[PATCH] gdbserver: Handle 'v' packet while processing qSymbol.

[PATCH] gdbserver: support Unix domain sockets

Re: [PATCH] Improve analysis of racy testcases

[PATCH] linux-record: Simplify with record_mem_at_reg()

[PATCH] Little function doc fix in target.h

[PATCH] Make ftrace tests work with remote targets

[PATCH] Minor fix in AVR prologue scan.

[PATCH] Move CL entries from gdb/ChangeLog to gdb/testsuite/ChangeLog

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

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

[PATCH] Process record: Fix arm-linux syscall arguments

[PATCH] Python: Fix Python error when "Quit"ting a paged info pretty-printers

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

[PATCH] Remove comments on software_single_step in gdbarch.sh

[PATCH] Remove i386bsd-tdep.o from x86_64-*-elf* target

[PATCH] Remove redundant WIFSTOPPED check

[PATCH] S390: Add syscall info for syscalls up to 374

[PATCH] S390: Add use of unavailable-stack frame ID

[PATCH] S390: Fix output path for s390-multiarch test case

[PATCH] S390: Recognize special jumps in prologue parser

[PATCH] Simplify gdb.reverse/until-reverse.c

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

[patch] Suggest running gdbserver for a PID in container

Re: [PATCH] supports IPv6 only remote target

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

Re: [PATCH] testsuite: Fix run to main issue introduced by GCC 5.x.

Re: [PATCH] testsuite: Nullify pointers before first usage.

[PATCH] Tweak ARM process record

Re: [PATCH] Update comments to start_step_over

[patch] Workaround gdbserver<7.7 for setfs [Re: [patch] Suggest newer gdbserver if it has no qXfer:exec-file:read]

[patchv2 1/2] Workaround gdbserver<7.7 for setfs

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

RE: [PING #2][PATCH] python: Use console format for output of gdb.execute command

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

[PING] Re: [PATCH v2 2/3] PR remote/19496, interrupted syscall in forking-threads-plus-bkpt

Re: [PING] Re: [PATCH v2 3/3] PR remote/19496, timeout in forking-threads-plus-bkpt

Re: [PING] Re: [PATCH v4] PR 18303, Tolerate malformed input for lookup_symbol-called functions

Re: [PING] Re: [PATCH v4] PR 18303, Tolerate malformed input for lookup_symbol-called functions (was: Re: [PATCH] Fix problem handling colon in linespec, PR breakpoints/18303)

[PING][PATCH] Python: Fix Python error when "Quit"ting a paged info pretty-printers

RE: [PING][PATCH] python: Use console format for output of gdb.execute command

[PR python/19819] Remove unused static vars in py-xmethods.c

[pushed] [CRIS] Don't internal error if forced big endian

[PUSHED] [PATCH] S390: Add use of unavailable-stack frame ID

[PUSHED] [PATCH] S390: Fix internal error with stackless inferior

[PUSHED] [PATCH] S390: Fix output path for s390-tdbregs test case

[PUSHED] [PATCH] S390: Recognize special jumps in prologue parser

[pushed] Assert that a floating type's length is at least as long as its format

[pushed] Fix floating conversion buffer overrun when host/target format matches

[pushed] Fix gdb.threads/watchpoint-fork*.c compilation

[pushed] More "Program" -> "Thread NN received signal" testsuite adjustment

[PUSHED][PATCH] S390: Add syscall info for syscalls up to 374

[PUSHED][PATCH] S390: Fix output path for s390-multiarch test case

Re: [RFC PATCH 0/4] GDB Linux Kernel Thread Awareness

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

Commit: AArch64 sim: Fix off by one error checking for invalid vector array element

Commit: AArch64 sim: More bug fixing.

Commit: AArch64 sim: More improvements

Commit: AArch64 sim: Tidy up

Commit: AArch64: Fix simulation of ADDP, FADDP, LD1, CCMP and CCMN

Commit: AArch64: Simulate scalar NEG and vector MUL

Hiking and Outdoor Enthusiasts List

RE: MIPS simulator is broken

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