gdb-cvs archive
subject index for June, 2016

This is the mail archive of the gdb-cvs@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-gdb/binutils-2_26-branch] Bump to 2.26.1, commit generated files.

[binutils-gdb/gdb-7.11-branch] Bump GDB version number to 7.11.1.DATE-git.

[binutils-gdb/gdb-7.11-branch] Document the GDB 7.11.1 release in gdb/ChangeLog

[binutils-gdb/gdb-7.11-branch] Set GDB version number to 7.11.1.

[binutils-gdb] [AArch64] Use int64_t for address offset

[binutils-gdb] [Ada catchpoints] Fix "warning: failed to get exception name: No definition of \"e.full_name\" in cu

[binutils-gdb] [DOC] Document support for running interpreters on separate UIs

[binutils-gdb] [TILEPro] Don't build gdb

[binutils-gdb] Add "new-ui console" tests

[binutils-gdb] Add a gdbarch 'print_auxv_entry' method for FreeBSD ABIs.

[binutils-gdb] Add a new gdbarch method to print a single AUXV entry.

[binutils-gdb] Add a test case for the jit-reader interface

[binutils-gdb] Add copyright header in gdb.base/return.c

[binutils-gdb] Add method/format information to =record-started

[binutils-gdb] Add myself as a Write After Approval maintainer.

[binutils-gdb] Add myself as a write-after-approval GDB maintainer

[binutils-gdb] Add negative repeat count to 'x' command

[binutils-gdb] Add new command to create extra console/mi UIs

[binutils-gdb] Add support for catching system calls to native FreeBSD targets.

[binutils-gdb] Add support for simulating big-endian AArch64 binaries.

[binutils-gdb] Add testing infrastruture bits for running with MI on a separate UI

[binutils-gdb] Add tests for printing of NonZero-optimized enums in Rust

[binutils-gdb] Add xmalloc_failed() function to common-utils.c in to avoid the need to link in libiberty's xmalloc

[binutils-gdb] Always process target events in the main UI

[binutils-gdb] Always run async signal handlers in the main UI

[binutils-gdb] Always switch fork child to the main UI

[binutils-gdb] Constify arch_type and friends

[binutils-gdb] Created tag 2.24.51.20140326

[binutils-gdb] Created tag binutils-2_26_1

[binutils-gdb] Created tag gdb-7.11.1-release

[binutils-gdb] Created tag users/ARM/embedded-binutils-2_26-branch-2016q2

[binutils-gdb] Created tag users/ARM/embedded-gdb-2_26-branch-2016q1

[binutils-gdb] Created tag users/ARM/embedded-gdb-7.10-branch-2016q2

[binutils-gdb] Delete def_uiout

[binutils-gdb] Delete reinsert breakpoints from forked child

[binutils-gdb] Document the GDB 7.11.1 release in gdb/ChangeLog

[binutils-gdb] Extend step-over-syscall.exp with different detach-on-fork and follow-fork modes

[binutils-gdb] Fetch the ELF auxiliary vector from live processes on FreeBSD.

[binutils-gdb] Fix C++ build for Cygwin

[binutils-gdb] Fix changelog

[binutils-gdb] Fix compile time warning about a redundant comparison in an assertion statement.

[binutils-gdb] Fix compile time warning messages building with gcc v6.1.1

[binutils-gdb] Fix for spurious prompts in secondary UIs

[binutils-gdb] Fix formatting in rust-lang.c

[binutils-gdb] Fix gdbserver/MI testing regression

[binutils-gdb] Fix PR python/18984

[binutils-gdb] Fix PR python/20129 - use of non-existing variable

[binutils-gdb] Fix PR rust/20110

[binutils-gdb] Fix rust-exp handling in makefile

[binutils-gdb] Fix use of a dangling pointer for Python breakpoint objects

[binutils-gdb] Fortran: Testsuite, non-local references in nested functions.

[binutils-gdb] Frame static link: Handle null pointer.

[binutils-gdb] gdb/remote-fileio.c: Eliminate custom SIGINT signal handler

[binutils-gdb] gdb: new AndesTech NDS32 port

[binutils-gdb] gdb: Use UNSUPPORTED not XFAIL for unsupported target features

[binutils-gdb] Handle reinsert breakpoints for vforked child

[binutils-gdb] Handle UI's terminal closing

[binutils-gdb] Implement get_syscall_trapinfo for aarch64-linux

[binutils-gdb] Implement get_syscall_trapinfo for arm-linux

[binutils-gdb] Improve user experience in printing Fortran derived types.

[binutils-gdb] infcmd, btrace: fix crash in 'finish' for tailcall-only frames

[binutils-gdb] Initialize 'ra' to zero to avoid uninitialized use.

[binutils-gdb] Initialize strtok_r's saveptr to NULL

[binutils-gdb] Introduce "struct ui"

[binutils-gdb] Introduce display_mi_prompt

[binutils-gdb] Introduce interpreter factories

[binutils-gdb] Make command line editing (use of readline) be per UI

[binutils-gdb] Make current_ui_out be per UI

[binutils-gdb] Make evaluation and type-printing of all NonZero optimized enums work

[binutils-gdb] Make gdb_in_secondary_prompt_p() be per UI

[binutils-gdb] Make gdb_stdout&co be per UI

[binutils-gdb] Make gdbpy_parameter static

[binutils-gdb] Make input_fd be per UI

[binutils-gdb] Make instream be per UI

[binutils-gdb] Make main_ui be heap allocated

[binutils-gdb] Make mi-break.exp always expect breakpoint commands output on the main UI

[binutils-gdb] Make out and error streams be per UI

[binutils-gdb] Make raw_stdout be per MI instance

[binutils-gdb] Make stdin be per UI

[binutils-gdb] Make target_terminal_inferior/ours almost nops on non-main UIs

[binutils-gdb] Make testing gdb with FORCE_SEPARATE_MI_TTY=1 actually work

[binutils-gdb] Make the intepreters output to all UIs

[binutils-gdb] Make the interpreters be per UI

[binutils-gdb] mi-memory-changed.exp: Fix filename passed to untested

[binutils-gdb] mi/mi-interp.c: Add missing braces

[binutils-gdb] More assert checks on reinsert breakpoint

[binutils-gdb] Move filename extensions into language_defn

[binutils-gdb] Move logic out of symbol_find_demangled_name

[binutils-gdb] New function should_print_stop_to_console

[binutils-gdb] Only send sync execution command output to the UI that ran the command

[binutils-gdb] Pass a NULL pointer as the last argument to find_pc_partial_function.

[binutils-gdb] PR gdb/16483 - simplify "info frame-filters" output

[binutils-gdb] PR gdb/17210 - fix possible memory leak in read_memory_robust

[binutils-gdb] PR python/19819 - remove unused globals from py-xmethods.c

[binutils-gdb] Prepare gdb.python/mi-py-events.exp for Python/MI in separate channels

[binutils-gdb] Print void types correctly in Rust

[binutils-gdb] Probe catch syscall support

[binutils-gdb] Push thread->control.command_interp to the struct thread_fsm

[binutils-gdb] Remove parameter sysret from linux_target_ops.get_syscall_trapinfo

[binutils-gdb] Remove unneeded checks on type lengths.

[binutils-gdb] Replace the sync_execution global with a new enum prompt_state tristate

[binutils-gdb] S390 gdbserver: Mark local funcs/vars as static

[binutils-gdb] S390: Fix typo "s930" -> "s390"

[binutils-gdb] Send deleted watchpoint-scope output to all UIs

[binutils-gdb] Set unknown_syscall differently on arm linux

[binutils-gdb] Simplify starting the command event loop

[binutils-gdb] Step over exit with reinsert breakpoints

[binutils-gdb] Support structure offsets that are 512K or larger.

[binutils-gdb] Switch to current thread in finish_step_over

[binutils-gdb] Use strtok_r instead of strsep in rust_get_disr_info

[binutils-gdb] Use VEC for filename_language_table

[binutils-gdb] Wake up interruptible_select in remote_fileio ctrl-c handler


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