gdb-cvs archive
subject index for November, 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] Identify verilog dump tests as such.

[binutils-gdb/gdb-7.12-branch] sim: mips: add PR info to ChangeLog

[binutils-gdb/gdb-7.12-branch] sim: mips: fix builds for r3900 cpus due to missing check_u64

[binutils-gdb/gdb-7.12-branch] sim: mips: fix dv-tx3904cpu build error

[binutils-gdb/palves/cxx-enum-flags] enum_flags: Fix problems and add comprehensive unit tests

[binutils-gdb/palves/cxx-enum-flags] enum_flags: Fix ternary operator and remove implicit convertion to raw enum

[binutils-gdb/palves/cxx-enum-flags] enum_flags: Use C++11 std::underlying_type

[binutils-gdb] 'struct agent_expr *' -> unique_ptr<agent_expr>

[binutils-gdb] 'struct expression *' -> gdb::unique_xmalloc_ptr<expression>

[binutils-gdb] [ARM] Read memory as unsigned integer

[binutils-gdb] Add default_breakpoint_from_pc

[binutils-gdb] Add enum for mips breakpoint kinds

[binutils-gdb] Add missing POSTCOMPILE step to mi/ file generation rules

[binutils-gdb] Add noexcept to custom non-throwing new operators.

[binutils-gdb] Add support for the sizeof function in Rust

[binutils-gdb] Add support for untagged unions in Rust

[binutils-gdb] Add unit test for copy_bitwise

[binutils-gdb] Adjust Value.location for lval_register

[binutils-gdb] agent_expr_up: gdb::unique_ptr -> std::unique_ptr

[binutils-gdb] ARI: Add detection of printf_vma and sprintf_vma

[binutils-gdb] bitfield-parent-optimized-out: Fix struct definition

[binutils-gdb] breakpoint.c:commands_command_1 constification and cleanup

[binutils-gdb] btrace: read entire aux buffer

[binutils-gdb] Change gdbarch software_single_step frame_info to regcache

[binutils-gdb] Change meaning of VALUE_FRAME_ID; rename to VALUE_NEXT_FRAME_ID

[binutils-gdb] Check for truncated registers in process_g_packet

[binutils-gdb] Clean up tracepoint.h/c:collection_list

[binutils-gdb] Clear addr bit in next_pcs vector

[binutils-gdb] cli-script.c: Simplify using std::string, eliminate cleanups

[binutils-gdb] cli/cli-script.c: Remove some dead NULL checks

[binutils-gdb] configure.tgt (x86_64-*-elf*): Remove i386bsd-tdep.o.

[binutils-gdb] Constify wrap_here/wrap_hint code path

[binutils-gdb] Create subobject value in pretty printer

[binutils-gdb] Created branch 'palves/cxx-enum-flags'

[binutils-gdb] darwin-nat.c: handle Darwin 16 (aka Sierra).

[binutils-gdb] Delete gdb::unique_ptr/gdb::move

[binutils-gdb] Deleted branch palves/cxx-enum-flags

[binutils-gdb] Determine the kind of single step breakpoint

[binutils-gdb] Distinguish sentinel frame from null frame.

[binutils-gdb] Do not use std::move when assigning an anonymous object to a unique_ptr.

[binutils-gdb] Document new hard requirement on GNU make

[binutils-gdb] Don't handle unavailable/optimized-out in spu_software_single_step

[binutils-gdb] Eliminate agent_expr_p; VEC -> std::vector in struct bp_target_info

[binutils-gdb] Extend test gdb.python/py-recurse-unwind.exp

[binutils-gdb] Fix a few typos

[binutils-gdb] Fix copy_bitwise()

[binutils-gdb] Fix debug output in record_full_open_1

[binutils-gdb] Fix dwarf_expr_context method regressions

[binutils-gdb] Fix ext lang calls to value_struct_elt.

[binutils-gdb] Fix formattting of gdb/ChangeLog and gdb/testsuite/ChangeLog enties

[binutils-gdb] Fix handling of discriminantless univariant enums in Rust; fix bug with encoded enums

[binutils-gdb] Fix indentation

[binutils-gdb] Fix PR breakpoints/20739: Badly formatted adress string in error message

[binutils-gdb] Fix PR12616 - gdb does not implement DW_AT_data_bit_offset

[binutils-gdb] Fix py-value.exp failure on Python 3

[binutils-gdb] Fix return value of uo_redirect

[binutils-gdb] Fix some error-handling bugs in python frame filters

[binutils-gdb] Fix spelling mistakes in comments in configure scripts

[binutils-gdb] Fix spelling mistakes in comments in shell scripts

[binutils-gdb] Fix typo in comment

[binutils-gdb] Fix typo in Makefile

[binutils-gdb] Fix typos in comment

[binutils-gdb] Further cleanup/modernization of gdb.base/commands.exp

[binutils-gdb] gdb/ada-lang.c: one malloc -> unique_ptr<[]>

[binutils-gdb] gdb/c-exp.y: fprintf -> parser_fprintf

[binutils-gdb] gdb/ctf.c: Get rid of mkdir redefinition

[binutils-gdb] gdb/doc: Add missing comma after xref

[binutils-gdb] gdb/testsuite: Introduce "proc_with_prefix"

[binutils-gdb] gdb/tracepoint.c: Don't use printf_vma

[binutils-gdb] gdb: update gnulib to pull in C++ namespace support fixes

[binutils-gdb] gdb: Use C++11 std::chrono

[binutils-gdb] gdb: Use vector::emplace_back

[binutils-gdb] gdb::{unique_ptr,move} -> std::{unique_ptr,move}

[binutils-gdb] gdbarch software_single_step frame_info to regcache: aarch64

[binutils-gdb] gdbarch software_single_step frame_info to regcache: alpha

[binutils-gdb] gdbarch software_single_step frame_info to regcache: cris

[binutils-gdb] gdbarch software_single_step frame_info to regcache: mips

[binutils-gdb] gdbarch software_single_step frame_info to regcache: moxie

[binutils-gdb] gdbarch software_single_step frame_info to regcache: nios2

[binutils-gdb] gdbarch software_single_step frame_info to regcache: rs6000

[binutils-gdb] gdbarch software_single_step frame_info to regcache: s390

[binutils-gdb] gdbarch software_single_step frame_info to regcache: sparc

[binutils-gdb] gdbarch software_single_step frame_info to regcache: spu

[binutils-gdb] gdbarch software_single_step frame_info to regcache: tic6x

[binutils-gdb] gdbarch software_single_step returns VEC (CORE_ADDR) *

[binutils-gdb] gdbarch_breakpoint_from_pc doesn't return NULL

[binutils-gdb] GDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_BREAKPOINT_MANIPULATION

[binutils-gdb] gdbserver: Use debug_printf for debug output

[binutils-gdb] gdbserver: Use warning for warnings

[binutils-gdb] i386-tdep.c (i386_gdbarch_init): Add comments.

[binutils-gdb] Implement P0012R1, Make exception specifications part of the type system.

[binutils-gdb] Implement P0136R1, Rewording inheriting constructors.

[binutils-gdb] Introduce string_printf

[binutils-gdb] Introduce ui_file_as_string

[binutils-gdb] libiberty: Add -Wshadow=local to warning flags (if supported).

[binutils-gdb] libiberty: Add Rust symbol demangling.

[binutils-gdb] libiberty: demangler crash with missing :? or fold expression component.

[binutils-gdb] libiberty: Fix -Wimplicit-fallthrough warnings.

[binutils-gdb] libiberty: Fix memory leak in ada_demangle when symbol cannot be demangled.

[binutils-gdb] libiberty: Fix some demangler crashes caused by reading past end of input.

[binutils-gdb] Make gdb.mi/user-selected-context-sync.exp use proc_with_prefix

[binutils-gdb] Make gdb.PendingFrame.read_register handle "user" registers.

[binutils-gdb] Makefile: fix typo

[binutils-gdb] Makefile: Replace explicit subdir rules with pattern rules

[binutils-gdb] Makefile: Replace old suffix rules with pattern rules

[binutils-gdb] Makefiles: Disable suffix rules and implicit rules

[binutils-gdb] Makefiles: Flatten and sort file lists

[binutils-gdb] Minor formatting fixups in Makefiles

[binutils-gdb] Move computed value's frame id to piece_closure

[binutils-gdb] New gdbarch methods breakpoint_kind_from_pc and sw_breakpoint_from_kind

[binutils-gdb] New regcache_raw_get_signed

[binutils-gdb] Normalize names of some source files

[binutils-gdb] Optimize byte-aligned copies in copy_bitwise()

[binutils-gdb] PR c++/71696 testcase.

[binutils-gdb] python/py-unwind.c (unwind_infopy_str): Fix use of VEC_iterate.

[binutils-gdb] Remove apply_val_pretty_printer parameter valaddr

[binutils-gdb] Remove arm_insert_single_step_breakpoint

[binutils-gdb] Remove arm_override_mode

[binutils-gdb] Remove check requiring void argument to functions with no parameters.

[binutils-gdb] Remove code that checks for GNU/non-GNU make

[binutils-gdb] Remove GDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_BREAKPOINT_MANIPULATION

[binutils-gdb] Remove gdbarch_remote_breakpoint_from_pc

[binutils-gdb] Remove parameter valaddr from c print functions

[binutils-gdb] Remove parameter valaddr from la_val_print

[binutils-gdb] Remove some cleanups from the rust code

[binutils-gdb] Remove stale comments

[binutils-gdb] Remove ui_out_destroy

[binutils-gdb] Remove unused functions and declarations

[binutils-gdb] Remove verbosity from ui_out_message and friends

[binutils-gdb] Rename placed_size to kind

[binutils-gdb] Rename ui_out_data to mi_ui_out_data

[binutils-gdb] Replace YY_NULL with YY_NULLPTR in LANG-exp.c

[binutils-gdb] Restrict checking value.lval on using address

[binutils-gdb] sim: mips: add PR info to ChangeLog

[binutils-gdb] sim: mips: fix builds for r3900 cpus due to missing check_u64

[binutils-gdb] sim: mips: fix dv-tx3904cpu build error

[binutils-gdb] Split breakpoint_from_pc to breakpoint_kind_from_pc and sw_breakpoint_from_kind

[binutils-gdb] Stash frame id of current frame before stashing frame id for previous frame

[binutils-gdb] Sync config.sub,config.guess with upstream.

[binutils-gdb] tui-disasm: Fix line buffer size calculation

[binutils-gdb] tui-disasm: Fix window content buffer overrun

[binutils-gdb] tui-winsource: Allocate for actual lines only

[binutils-gdb] tui-winsource: Remove failed-allocation logic

[binutils-gdb] Use get_frame_register_value instead of deprecated_frame_register_read

[binutils-gdb] Use std::string in rust_get_disr_info

[binutils-gdb] Use ui_file_as_string in dwarf2_compute_name

[binutils-gdb] Use ui_file_as_string in execute_command_to_string

[binutils-gdb] Use ui_file_as_string in gdb/ada-lang.c

[binutils-gdb] Use ui_file_as_string in gdb/ada-valprint.c

[binutils-gdb] Use ui_file_as_string in gdb/arm-tdep.c

[binutils-gdb] Use ui_file_as_string in gdb/c-exp.y

[binutils-gdb] Use ui_file_as_string in gdb/cli/cli-setshow.c

[binutils-gdb] Use ui_file_as_string in gdb/compile/

[binutils-gdb] Use ui_file_as_string in gdb/guile/

[binutils-gdb] Use ui_file_as_string in gdb/infrun.c

[binutils-gdb] Use ui_file_as_string in gdb/language.c

[binutils-gdb] Use ui_file_as_string in gdb/printcmd.c

[binutils-gdb] Use ui_file_as_string in gdb/python/

[binutils-gdb] Use ui_file_as_string in gdb/remote.c

[binutils-gdb] Use ui_file_as_string in gdb/rust-lang.c

[binutils-gdb] Use ui_file_as_string in gdb/top.c

[binutils-gdb] Use ui_file_as_string in gdb/ui-out.c

[binutils-gdb] Use ui_file_as_string in gdb/utils.c

[binutils-gdb] Use ui_file_as_string in gdb/xtensa-tdep.c

[binutils-gdb] Use ui_file_as_string in gdbarch.sh/gdbarch.c

[binutils-gdb] Use ui_file_as_string throughout more

[binutils-gdb] Use unique_xmalloc_ptr in Python code

[binutils-gdb] Use VALUE_NEXT_FRAME_ID in value_from_component


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