gdb-cvs archive
subject index for June, 2017

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/gdb-8.0-branch] Bump GDB version number to 8.0.0.DATE-git.

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

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

[binutils-gdb] .gdb_index prod perf regression: Estimate size of psyms_seen

[binutils-gdb] .gdb_index prod perf regression: find before insert in unordered_map

[binutils-gdb] .gdb_index prod perf regression: mapped_symtab now vector of values

[binutils-gdb] .gdb_index writer: close the file before unlinking it

[binutils-gdb] ada-lex: Ignore warnings about register keyword

[binutils-gdb] Add ATTRIBUTE_PRINTF to trace_start_error

[binutils-gdb] Add DWARF piece test cases for bit-field access

[binutils-gdb] Add IA64_MAX_FP_REGISTER_SIZE

[binutils-gdb] Add MN10300_MAX_REGISTER_SIZE

[binutils-gdb] Add some 128-bit integer tests

[binutils-gdb] Add STRINGIFY to gdb/common/preprocessor.h

[binutils-gdb] Add test for modifiable DWARF locations

[binutils-gdb] Add XTENSA_MAX_REGISTER_SIZE

[binutils-gdb] Adjust the order of 32bit-linux.xml and 32bit-sse.xml in i386/i386-linux.xml

[binutils-gdb] aix: Add fork-inferior.o to NATDEPFILES

[binutils-gdb] arc: Select CPU model properly before disassembling

[binutils-gdb] C++ify breakpoint class hierarchy (destructors only)

[binutils-gdb] C++ify gdb/common/environ.c

[binutils-gdb] Change to_xfer_partial doc to use addressable memory units

[binutils-gdb] Class-fy tdesc_reg tdesc_type and tdesc_feature

[binutils-gdb] Code cleanup: C++ify .gdb_index producer

[binutils-gdb] Code cleanup: dwarf2read.c: Add data_buf::append_uint

[binutils-gdb] Code cleanup: dwarf2read.c: Eliminate ::file_write

[binutils-gdb] Code cleanup: dwarf2read.c:uniquify_cu_indices: Use std::unique

[binutils-gdb] common/agent.h: Add missing include guards

[binutils-gdb] completion_list_add_name wrapper functions

[binutils-gdb] Correct check for endianness

[binutils-gdb] Create struct type for longjmp breakpoint

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

[binutils-gdb] Created tag users/ARM/embedded-binutils-2_28-branch-2017q2

[binutils-gdb] Created tag users/ARM/embedded-gdb-7.12-branch-2017q2

[binutils-gdb] darwin-nat: Add missing include

[binutils-gdb] darwin: Add fork-inferior.o to NATDEPFILES

[binutils-gdb] darwin: Do not add a dummy thread

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

[binutils-gdb] Don't always zero pad in print_*_chars

[binutils-gdb] Don't throw an error in 'info registers' for unavailable MIPS registers.

[binutils-gdb] Don't use print_insn_XXX in GDB

[binutils-gdb] dtrace-probe: Put semicolon after while on its own line

[binutils-gdb] Eliminate make_cleanup_obstack_free, introduce auto_obstack

[binutils-gdb] environ-selftests: Ignore -Wself-move warning

[binutils-gdb] Expression completer should not match explicit location options

[binutils-gdb] extract/store integer function template

[binutils-gdb] Fix bit-/byte-offset mismatch in parameter to read_value_memory

[binutils-gdb] Fix cached_frame allocation in py-unwind

[binutils-gdb] Fix double free when running gdb.linespec/ls-errs.exp (PR breakpoints/21553)

[binutils-gdb] Fix handling of DWARF register pieces on big-endian targets

[binutils-gdb] Fix possible bug when no args have been provided to the executable

[binutils-gdb] Fix PR 21337: segfault when re-reading symbols.

[binutils-gdb] Fix PR gdb/21606: SYMBOL_FUNCTIONS_DOMAIN misspelled in documentation

[binutils-gdb] Fix register selection in var-access.exp

[binutils-gdb] gdb/command.h: Include common/scoped_restore.h

[binutils-gdb] gdb/testsuite: Add "get_endianness" convenience proc

[binutils-gdb] gdb: Add -Wno-mismatched-tags

[binutils-gdb] gdb: Pass -x c++ to the compiler

[binutils-gdb] gdb: Use -Werror when checking for (un)supported warning flags

[binutils-gdb] gdbarch: Remove displaced_step_free_closure

[binutils-gdb] gdbserver/Makefile.in: Sort IPA_OBJS

[binutils-gdb] Implement proper "startup-with-shell" support on gdbserver

[binutils-gdb] Include <signal.h> on gdbserver/fork-child.c (and fix regressions)

[binutils-gdb] Introduce "set debug separate-debug-file"

[binutils-gdb] Introduce and use new_breakpoint_from_type

[binutils-gdb] Introduce compiled_regex, eliminate make_regfree_cleanup

[binutils-gdb] Introduce gdb::byte_vector, add allocator that default-initializes

[binutils-gdb] Let print_decimal_chars handle signed values

[binutils-gdb] linux-low: Remove usage of "register" keyword

[binutils-gdb] linux-nat: Remove unused parameter

[binutils-gdb] main: Don't add int to string

[binutils-gdb] Maxim Grigoriev stepping down as Xtensa maintainer

[binutils-gdb] mips-tdep.c: Remove MAX_REGISTER_SIZE usage

[binutils-gdb] Move initialize_tdesc_mips* calls from mips-linux-nat.c to mips-linux-tdep.c

[binutils-gdb] Move parts of inferior job control to common/

[binutils-gdb] nat/linux-ptrace.c: add missing gdb_byte* cast

[binutils-gdb] objfile_per_bfd_storage non-POD

[binutils-gdb] PR cli/21688: Detect aliases when issuing python/compile/guile commands (and fix last commit)

[binutils-gdb] PR cli/21688: Fix multi-line/inline command differentiation

[binutils-gdb] PR gdb/21226: Take DWARF stack value pieces from LSB end

[binutils-gdb] PR gdb/21574: Mention $SHELL and startup-with-shell on "help run"

[binutils-gdb] read/write_pieced_value: Drop 'buffer_size' variable

[binutils-gdb] read/write_pieced_value: Improve logic for buffer allocation

[binutils-gdb] read/write_pieced_value: Merge into one function

[binutils-gdb] read/write_pieced_value: Remove unnecessary variable copies

[binutils-gdb] read/write_pieced_value: Respect value parent's offset

[binutils-gdb] record-full: Remove unused function netorder16

[binutils-gdb] Regenerate two regformats/i386/.dat files

[binutils-gdb] Remove a MAX_REGISTER_SIZE from frame.c

[binutils-gdb] Remove addr_size field from struct piece_closure

[binutils-gdb] Remove an instance of MAX_REGISTER_SIZE from record-full.c

[binutils-gdb] Remove declaration of set_register_cache from regdef.h

[binutils-gdb] Remove MAX_REGISTER_SIZE from aarch64-tdep.c

[binutils-gdb] Remove MAX_REGISTER_SIZE from mi/mi-main.c

[binutils-gdb] Remove MAX_REGISTER_SIZE from py-unwind.c

[binutils-gdb] Remove MAX_REGISTER_SIZE from regcache.c

[binutils-gdb] Remove MAX_REGISTER_SIZE from remote-sim.c

[binutils-gdb] Remove MAX_REGISTER_SIZE from sh(64)-tdep.c

[binutils-gdb] Remove old stale expression_completer hack

[binutils-gdb] Remove uses of MAX_REGISTER_SIZE from alpha-tdep.c

[binutils-gdb] Remove val_print_type_code_int

[binutils-gdb] Respect piece offset for DW_OP_bit_piece

[binutils-gdb] Share fork_inferior et al with gdbserver

[binutils-gdb] Share parts of gdb/gdbthread.h with gdbserver

[binutils-gdb] Simplify print_scalar_formatted

[binutils-gdb] Sync libiberty with upstream GCC.

[binutils-gdb] Update comment on gdb_environ::unset

[binutils-gdb] Update ff4ca5ac6a2e8 to the correct version.

[binutils-gdb] Update GDB test case for new lnia extended mnemonic.

[binutils-gdb] Use '::iterator' instead of '::const_iterator' on environ.c (and fix breakage on early versions of l

[binutils-gdb] Use delete instead of xfree for gdb_timer

[binutils-gdb] Use getenv instead of gdb_environ on mi-cmd-env.c

[binutils-gdb] Use noncapturing subpattern/parens in gdb_test implementation

[binutils-gdb] Use obstack_grow_str

[binutils-gdb] Use target_desc fields expedite_regs and xmltarget ifndef IN_PROCESS_AGENT

[binutils-gdb] vec: Silence -Wunused-function warnings on clang

[binutils-gdb] write_pieced_value: Fix buffer offset for memory pieces

[binutils-gdb] write_pieced_value: Fix copy/paste error in size calculation

[binutils-gdb] write_pieced_value: Fix size capping logic

[binutils-gdb] write_pieced_value: Include transfer size in byte-wise check

[binutils-gdb] write_pieced_value: Notify memory_changed observers

[binutils-gdb] write_pieced_value: Transfer least significant bits into bit-field

[binutils-gdb] x86-dregs: Print debug registers one per line

[binutils-gdb] x86-linux-nat: Remove unused arch_lwp_info structure


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