gdb-patches archive
subject index for February, 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] [PATCH V8 1/1] Intel MPX bound violation handling

[commit] [rfc patch+7.11] gdb-gdb.py: SyntaxError: Missing parentheses in call to 'print'

[commit] [testsuite patch] Fix false Fortran regressions with recent gcc

[commit] [testsuite patch] testsuite regression: gdb.fortran/vla-value-sub.exp gdb.fortran/vla-value-sub-finish.exp [Re: [PATCH 1/3] gdb: New set/show max-value-size command.]

[OB PATCH] Add missing cleanup in exec_file_locate_attach

[OB PATCH] avoid compiler warnings in remote-m32r-sdi.c

[OB PATCH] Fix CXX invalid cast from void *.

[OB PATCH] gdb.base/skip.exp: Clean up multiple references to same test name.

[OB PATCH] gdb.texinfo (Skipping Over Functions and Files): Fix typo.

[OB PATCH] gdb.texinfo (Value Sizes): Fix typo.

[OB PATCH] whitespace cleanup for skip testcase

[obv. PATCH 1/1] Fix build breakage

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

[PATCH 0/2] [ARM] Software single step cross linux kernel helpers

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

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

[PATCH 0/3] Bug fixes in arm reverse debugging

[PATCH 0/3] Minor refactorings in arm-tdep.c instruction decoding

[PATCH 0/4] Fix PR gdb/19187 (process record over a fork causes internal error)

[PATCH 0/4] Save target description in tfile.

[PATCH 0/5] Coalesce/aggregate (async) vCont packets/actions

[PATCH 0/5]: Enhancements to "flags" type in xml register specs

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

[PATCH 0/7] Python extension patchset

Re: [PATCH 0/8] gdb/s390: Add regular and fast tracepoint support.

[PATCH 0/8] Leave child suspended when step over parent

[PATCH 00/10] Command line input handling TLC

[PATCH 00/23] Towards great frontend GDB consoles

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

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

[PATCH 02/10] Garbage collect window_hook

[PATCH 02/23] Command line input handling TLC

[PATCH 03/10] gdb_readline2 -> gdb_readline_callback_no_editing

[PATCH 03/23] Introduce "struct ui"

[PATCH 04/10] Eliminate async_annotation_suffix

[PATCH 04/23] Make gdb_stdout&co be per UI

[PATCH 05/10] Update prompt_for_continue comments

[PATCH 05/23] Make the interpreters be per UI

[PATCH 06/10] gdb_readline -> gdb_readline_no_editing

[PATCH 06/23] Introduce interpreter factories

[PATCH 07/10] Use struct buffer in gdb_readline_no_editing

[PATCH 07/23] Make the intepreters output to all UIs

[PATCH 08/10] Use struct buffer in gdb_readline_callback_no_editing

[PATCH 08/23] Make instream and serial_stdin be per UI

[PATCH 09/10] Simplify saved_command_line handling

[PATCH 09/23] Make input_fd be per UI

[PATCH 1.5/3] Rename gdb.reverse/aarch64.{exp,c} to gdb.reverse/insn-reverse.{exp,c}

[PATCH 1/2] [ARM] Fixup PC in software single step

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

[PATCH 1/2] arm-tdep.c: Remove unused arm_displaced_step_copy_insn

[PATCH 1/2] arm-tdep.c: Replace arguments to relocation functions by a structure

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

[PATCH 1/2] fort_dyn_array: add basic fortran dyn array support

[PATCH 1/2] gdb: Add guess_tracepoint_registers hook to gdbarch.

[PATCH 1/2] Support more syscalls in linux-record: pipe2 epoll_create1 eventfd2 fallocate dup3 and inotify_init1

[PATCH 1/2] testsuite: Fix save-trace.exp writing outside standard output directory

[PATCH 1/3] arm-tdep.c: Refactor arm_process_displaced_insn

[PATCH 1/3] gdb.trace: Move more target dependencies to trace-support.exp

[PATCH 1/3] gdb.trace: Save XML target description in tfile.

[PATCH 1/3] Generalize gdb.reverse/aarch64.exp

Re: [PATCH 1/3] PR remote/19496, internal err forking-threads-plus-bkpt

Re: [PATCH 1/4] Create new target "kdump" which uses libkdumpfile: https://github.com/ptesarik/libkdumpfile to access contents of compressed kernel dump.

[PATCH 1/4] gdb.trace: Save XML target description in tfile.

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

[PATCH 1/4] Simplify remove_breakpoint interface

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

[PATCH 1/5] gdb: Clean up remote.c:remote_resume

[PATCH 1/5]: Enhancements to "flags": Use local variable "type" consistency.

[PATCH 1/7] [GDBserver] Leave child suspended when step over parent

[PATCH 1/7] check_types_equal: short circuit check if identical pointers are used

[PATCH 1/8] [GDBserver] Leave child suspended when step over parent

Re: [PATCH 1/8] Add new test, gdb.base/loop-break.exp

[PATCH 1/8] gdb: Add supply_pseudo_pc hook to gdbarch.

[PATCH 10/10] Command line input handling TLC

[PATCH 10/23] Make outstream be per UI

[PATCH 11/23] Delete def_uiout

[PATCH 12/23] Make current_ui_out be per UI

[PATCH 13/23] Make command line editing (use of readline) be per UI

[PATCH 14/23] Always process target events in the main UI

[PATCH 15/23] Make target_terminal_inferior/ours almost nops on non-main UIs

[PATCH 16/23] Introduce display_mi_prompt

[PATCH 17/23] Simplify starting the command event loop

[PATCH 18/23] Make gdb_in_secondary_prompt_p() be per UI

[PATCH 19/23] Replace the sync_execution global with a new enum prompt_state tristate

[PATCH 2/2] [ARM] Software single step cross kernel helpers

[PATCH 2/2] aarch64-linux process record: more syscalls

[PATCH 2/2] arm-tdep.c: Refactor displaced stepping relocation functions

[PATCH 2/2] arm-tdep.c: Remove unused variables

Re: [PATCH 2/2] Determine the iteration count based on wallclock instead of user+system time.

[PATCH 2/2] gdb/s390: Fill guess_tracepoint_registers hook.

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

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

[PATCH 2/2] testsuite: Make standard_temp_file use invocation-specific directories

[PATCH 2/3] arm-tdep.c: Refactor arm_decode_dp_misc

[PATCH 2/3] gdb.trace: Read XML target description from tfile.

[PATCH 2/3] gdb.trace: Surround $call_insn with \y in entry-values.exp

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

[PATCH 2/3] Record right reg num of thumb special data instructions

Re: [PATCH 2/4] Add Jeff Mahoney's py-crash patches.

[PATCH 2/4] gdb.trace: Read XML target description from tfile.

[PATCH 2/4] gdb/command: Add LKD Command class

[PATCH 2/4] Introduce 'enum remove_bp_reason'

Re: [PATCH 2/4] Use the target architecture when encoding tracepoint actions

Re: [PATCH 2/5 v4] powerpc: Support z-point type in gdbserver.

[PATCH 2/5] gdb: Free inferior->priv when inferior exits

[PATCH 2/5]: Enhancements to "flags": Use LONGEST instead of int

[PATCH 2/7] py-value: properly handle unsigned and pointer types

[PATCH 2/7] Refactor gdb.base/disp-step-syscall.exp for general step over test

[PATCH 2/8] gdb/s390: Fill supply_pseudo_pc hook.

[PATCH 2/8] Refactor gdb.base/disp-step-syscall.exp for general step over test

[PATCH 20/23] New function should_print_stop_to_console

[PATCH 21/23] Push thread->control.command_interp to the struct thread_fsm

[PATCH 22/23] Only send sync execution command output to the UI that ran the command

[PATCH 23/23] Add new command to create extra console/mi UI channels

[PATCH 3/3] arm-tdep.c: Refactor arm_decode_media

[PATCH 3/3] Fix various bugs in arm_record_exreg_ld_st_insn

[PATCH 3/3] gdb.trace: Remove unnecessary target check from ftrace.exp.

[PATCH 3/3] gdb/doc: Add documentation for tfile description section lines.

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

Re: [PATCH 3/4] Add SLAB allocator understanding.

Re: [PATCH 3/4] Enable tracing of pseudo-registers on ARM

[PATCH 3/4] gdb.trace: Use g packet order in tfile_fetch_registers.

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

[PATCH 3/4] Plumb enum remove_bp_reason all the way to target_remove_breakpoint

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

[PATCH 3/5] gdb/doc: Clarify vCont packet description

[PATCH 3/7] py-symbol: use Py_RETURN_NONE instead of open coding it

[PATCH 3/7] Step over syscalll insn with disp-step on and off

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

[PATCH 3/8] Use loop in disp-step-fork.c and disp-step-vfork.c

[PATCH 4/4] Fix PR gdb/19187 (process record over a fork causes internal error)

[PATCH 4/4] gdb.trace: Fix off-by-one in tfile_fetch_registers.

[PATCH 4/4] lkd: Add an Architecture Layer for ARMv7 targets

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

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

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

[PATCH 4/7] py-symbol: Require a frame for lookup_symbol only when necessary

[PATCH 4/7] Step over fork/vfork syscall insn in gdbserver

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

Re: [PATCH 4/8] Implement target_emit_ops

[PATCH 4/8] Step over syscalll insn with disp-step on and off

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

[PATCH 5/5]: Enhancements to "flags": add cpsr_flags to aarch64

[PATCH 5/6] gdb/x86: Implement ax_pseudo_register_collect hook.

[PATCH 5/7] py-symbol: export section name

[PATCH 5/7] Rename disp-step-syscall.exp to step-over-syscall.exp

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

[PATCH 5/8] Step over fork/vfork syscall insn in gdbserver

[PATCH 6/6] gdb.trace: Add a testcase for tdesc in tfile.

Re: [PATCH 6/7 v3] Build unavailable-stack frames for tracepoint.

[PATCH 6/7] py-minsymbol: Add interface to access minimal_symbols

[PATCH 6/7] Reformat gdb.base/step-over-syscall.exp

Re: [PATCH 6/8] gdbserver/s390: Add fast tracepoint support.

[PATCH 6/8] Reformat disp-step-syscall.exp

[PATCH 7/7] New test about step over clone syscall

[PATCH 7/7] py-regcache: Add interface to regcache

[PATCH 7/8] Rename disp-step-syscall.exp to step-over-syscall.exp

[PATCH 8/8] New test about step over clone syscall

[PATCH D] FYI - Fix build failure on master caught by buildbots

[PATCH mainline/7.11] Fix cleanup in arm_linux_software_single_step

[PATCH OBV] Don't print 0x for core_addr_to_string_nz

[PATCH OBV] Fix arm process record code format

[PATCH obv] Fix some comments in varobj.{c,h}

[PATCH obv] Initialize variables in i386_linux_handle_segmentation_fault

[PATCH obv] testsuite: Fix some tests that write outside of the standard output directory

[PATCH obv] ui-out.c: Remove unused enum

[PATCH V2 0/4] Add support for "legacy" linespecs

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

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

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

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

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

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

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

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

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

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

Re: [PATCH v2 09/11] [PR gdb/14441] gdb: gdbtypes: add rvalue references to overloading resolution

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

[PATCH v2 1/3] frame: add skip_tailcall_frames

[PATCH v2 1/3] PR remote/19496, internal err forking-threads-plus-bkpt

[PATCH V2 1/4] Refactor string_to_event_location for legacy linespec support.

[PATCH v2 1/6] fortran: allow multi-dimensional subarrays

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

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

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

[PATCH v2 2/3] frame: use get_prev_frame_always in skip_tailcall_frames

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

[PATCH V2 2/4] python/19506 -- gdb.Breakpoint address location regression

[PATCH v2 2/6] fortran: combine subarray and string computation

[PATCH v2 3/3] btrace, frame: fix crash in get_frame_type

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

[PATCH V2 3/4] Use string_to_event_location_basic in guile.

[PATCH v2 3/6] fortran: change subrange enum to bit field

[PATCH V2 4/4] Enable/update legacy linespecs in MI.

[PATCH v2 4/6] fortran: enable parsing of stride parameter for subranges

[PATCH v2 5/6] fortran: calculate subarray with stride values.

[PATCH v2 6/6] fortran: test cases for subarray strides and slices

[PATCH v2] Enable tracing of pseudo-registers on ARM

[PATCH v2] Escape paths used in regular expressions

[PATCH v2] Fix logic in exec_file_locate_attach

Re: [PATCH V3 1/2] ABI changes for MPX.

[PATCH v3 1/3] frame: add skip_tailcall_frames

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

[PATCH v3 2/3] stack: check frame_unwind_caller_id

[PATCH v3 3/3] btrace, frame: fix crash in get_frame_type

[PATCH v3] [D] Don't recursively look for a symbol in all imports of imported modules.

[PATCH v3] Enable tracing of pseudo-registers on ARM

[PATCH v4] Enable tracing of pseudo-registers on ARM

Re: [PATCH V5 4/5] Adaptation of siginfo fixup for the new bnd fields

Re: [PATCH V5 5/5] ntel MPX bound violation handling

[PATCH v5] Enable tracing of pseudo-registers on ARM

[PATCH V6 1/1] Intel MPX bound violation handling

[PATCH v6] Enable tracing of pseudo-registers on ARM

[PATCH V7 1/1] Intel MPX bound violation handling

[PATCH v7] Enable tracing of pseudo-registers on ARM

[PATCH V8 1/1] Intel MPX bound violation handling

[PATCH v8] Enable tracing of pseudo-registers on ARM

[patch, avr] Fix incorrect argument register for push dummy call

[PATCH, doc RFA] Add "skip regexp"

[PATCH, v2] Expect SI_KERNEL or TRAP_BRKPT si_code values for MIPS breakpoint traps

[PATCH, v3] Expect SI_KERNEL or TRAP_BRKPT si_code values for MIPS breakpoint traps

[PATCH, v4] Expect SI_KERNEL or TRAP_BRKPT si_code values for MIPS breakpoint traps

Re: [PATCH] [D] Add support for printing D types.

[PATCH] [gdbserver, aarch64] Use linux_{set,get}_pc_{64,32}bit

[PATCH] [OBV] gdb/rs6000: Fix maybe-uninitialized warning.

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

Re: [PATCH] [testsuite] Remove BASEDIR

Re: [patch] [v2] Enable dwarf unwind for AVR target

Re: [PATCH] Add autocompletion for convenience vars in print and set

Re: [PATCH] Add netbsd-core to optional backends

[PATCH] Add printf format specifier for printing enumerator

Re: [PATCH] Always organize test artifacts in a directory hierarchy

[PATCH] arm-tdep.c: Change type of insn parameters

[PATCH] arm-tdep.c: Fix typo

[PATCH] arm-tdep.c: Remove unsued "to" parameters

[PATCH] Avoid compilation failure with remote-m32r-sdi.o

[PATCH] breakpoints/19546: Fix crash after updating breakpoints

Re: [PATCH] btrace, frame: fix crash in get_frame_type

[PATCH] Clear *VAL in regcache_raw_read_unsigned

[PATCH] create-version.sh: Generate a version from the git revision

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

Re: [PATCH] Expect SI_KERNEL si_code for a MIPS software breakpoint trap

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

[PATCH] Fix 19548: Breakpoint re-set inserts breakpoints when it shouldn't

[PATCH] Fix detection of gfortran compilers.

[PATCH] Fix logic in exec_file_locate_attach

[patch] fix OverflowError in backtraces with 32bit kernels

[PATCH] Fix siginfo C++ build error

[PATCH] GDB testsuite: Escape paths used in regular expressions

[PATCH] gdb.trace/tfile-avx.c: Change ymm15 to xmm15 for old gcc.

[PATCH] gdb.trace: Add a testcase for tdesc in tfile.

Re: [PATCH] gdb.trace: Bump tspeed.exp timeout to 600 seconds.

Re: [PATCH] gdb.trace: Deduplicate write_inferior_data_ptr.

[PATCH] gdb.trace: Fix unavailable.exp if last register happens to be PC.

[PATCH] gdb.trace: Move more target dependencies to trace-support.exp

Re: [PATCH] gdb.trace: Remove struct tracepoint_action_ops.

[PATCH] gdb.trace: Use g packet order in tfile_fetch_registers.

[PATCH] gdb/s390: Fill guess_tracepoint_registers hook.

[PATCH] gdb/testsuite: Add D support to gdb_default_target_compile

[PATCH] gdb/x86: Implement ax_pseudo_register_collect hook.

[PATCH] gdb: Add guess_tracepoint_registers hook to gdbarch.

[PATCH] gdb: Fix build failure in xml-tdesc.c without expat.

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

[PATCH] gdbserver/s390: Advertise Z0 packet support.

[PATCH] gdbserver/s390: Enable high GPRs, VX, TDB with 31-bit gdbserver.

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

[PATCH] gdbserver: Remove tracepoint_action ops.

Re: [PATCH] Handle loading improper core files gracefully in the mips backend.

[PATCH] Handle MIPS Linux SIGTRAP siginfo.si_code values

[PATCH] Improve analysis of racy testcases

[PATCH] Map registers to remote numbers when encoding an ax_reg or ax_reg_mask operation

[PATCH] MIPS/Linux: Also recognize TRAP_BRKPT and TRAP_HWBKPT

[PATCH] Modernize configure.ac's

[PATCH] Negative repeat count for 'x' command

[PATCH] Process record for aarch64-linux syscall

Re: [PATCH] python/19506 -- gdb.Breakpoint address location regression

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

[PATCH] Remote debugging without a binary (regression)

Re: [PATCH] remote.c: Cleanup unused variables

[PATCH] Remove gdb.base/branches.c

[PATCH] Remove PC from syscall_next_pc

[PATCH] Remove setup_kfail server/13796 in disp-step-syscall.exp

[PATCH] S390: Fix internal error with stackless inferior

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

[PATCH] Set breakpoint condition-evaluation in forking-threads-plus-breakpoint.exp

[PATCH] sim/MAINTAINERS: Add Thiemo Seufer back, as a past maintainer

[PATCH] sim: mips: fix prog_bfd usage [committed]

[PATCH] squash! gdb/lkd: Add Linux Kernel Awareness target

[PATCH] Support 'make check-parallel' in gdb's build dir

[PATCH] supports IPv6 only remote target

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

[PATCH] testsuite: Fix some tests that write outside of the standard output/temp directories

[PATCH] testsuite: Fix timeout issues during print of vla-arrays.

[PATCH] testsuite: Nullify pointers before first usage.

[PATCH] Update comments to start_step_over

[PATCH] varobj: Cleanup dead code

Re: [PATCH] waiting_for_stop_reply around remote_fileio_request

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: [PATCH] Fix problem handling colon in linespec, PR breakpoints/18303)

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

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

[pushed/branch] gdb/NEWS: Change "since GDB 7.10" -> "in GDB 7.11".

[pushed] [PATCH V4 1/6] Merge gdb and gdbserver implementations for siginfo

[pushed] [PATCH V5 2/5] Use linux_get_siginfo_type_with_fields for x86

[pushed] [PATCH V5 4/5] Adaptation of siginfo fixup for the new bnd fields

[pushed] Test gdb.threads/forking-threads-plus-breakpoint.exp with, displaced stepping off (Re: [PATCH 1/3] PR remote/19496, internal err forking-threads-plus-bkpt)

[pushed][PATCH V5 3/5] Add bound related fields to the siginfo structure

RE: [pushed][PATCH] Fix '-data-read-memory-bytes' typo/assertion

[release/branch 1/2] Bump version to 7.10.90.DATE-git.

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

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

[release/branch 2/2] Bump GDB version number to 7.10.90.DATE-cvs.

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

[release/branch 2/2] Set development mode to "off" by default.

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

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

[release/HEAD 1/2] Bump version to 7.11.50.DATE-git.

[release/HEAD 2/2] Update NEWS post GDB 7.11 branch creation.

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

Re: [RFA] fix for intel disassembly, truncated BFD_VMA

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

[rfc patch+7.11] gdb-gdb.py: SyntaxError: Missing parentheses in call to 'print'

[RFC] breakpoints/19474 [was Re: RFC: branching for GDB 7.11 soon? (possibly Wed)]

[testsuite 7.11] Regression for i386-biarch-core.exp and others [Re: [PATCH] Always organize test artifacts in a directory hierarchy]

Re: [testsuite 7.11] Regression for i386-biarch-core.exp and others [Re: [PATCH] Always organize test artifacts in a directory hierarchy]

[testsuite obv+7.11] Add missing gdb.arch/i386-prologue.c prototypes

[testsuite obv+7.11] Fix more testcases with standard_output_file [Re: [testsuite 7.11] Regression for i386-biarch-core.exp and others]

[testsuite patch] Fix false Fortran regressions with recent gcc

[testsuite patch] testsuite regression: gdb.fortran/vla-value-sub.exp gdb.fortran/vla-value-sub-finish.exp [Re: [PATCH 1/3] gdb: New set/show max-value-size command.]

Re: Always run GDB command post-hook after pre-hook has been run

Attached Image

Re: Enable gdb to open Linux kernel dumps

Flags fields in register xml descriptions are suboptimal: What to do?

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

FYI/HEAD: Patches applied to branch master

GDB 7.10.90 available for testing

GDB 7.11 release update...

gdb-7.11 branch FROZEN

gdb-7.11 branch now open again

gdb-7.11 branch OPEN again

Re: MIPS simulator is broken

Re: Move threads out of jumppad without single step

New ARI warning Thu Feb 11 02:07:01 UTC 2016 in gdb-7.11-branch

Re: PING #2: Re: [PATCH 1/3] gdb: New set/show max-value-size command.

RFA: Fix sim scache handling to use unsigned values.

RFC: branching for GDB 7.11 soon? (possibly Wed)

Tentative: add -location option to clear command

test case names in gdb testsuite

Updating Readline


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