public inbox for gdb-cvs@sourceware.org
help / color / mirror / Atom feed
[binutils-gdb] gdb: reset/recompute objfile section offsets in reread_symbols
 2020-05-20 19:45 UTC 

[binutils-gdb] [PATCH v2 0/9] RISC-V: Support version controling for ISA standard extensions and CSR
 2020-05-20 16:26 UTC 

[binutils-gdb] gdb/testsuite: check mmap ret val against MAP_FAILED
 2020-05-20 14:51 UTC 

[binutils-gdb] Fix array_char_idx.exp
 2020-05-20 13:24 UTC 

[binutils-gdb] Remove bound_name static from ada-lang.c
 2020-05-20 13:20 UTC 

[binutils-gdb] [gdb/symtab] Handle .gdb_index in ada language mode
 2020-05-20  9:48 UTC 

[binutils-gdb] PR25993, read of freed memory
 2020-05-20  2:17 UTC 

[binutils-gdb] Use bfd_get_filename throughout gdb
 2020-05-19 22:37 UTC 

[binutils-gdb] Restore missing Rust test
 2020-05-19 19:45 UTC 

[binutils-gdb] [gdb/testsuite] Fix typo in gdb.base/gdb-caching-proc.exp
 2020-05-19 18:48 UTC 

[binutils-gdb] Fix duplicate tests in gdb.rust
 2020-05-19 18:35 UTC 

[binutils-gdb] Update call to target_fileio_open
 2020-05-19 18:35 UTC 

[binutils-gdb] gdb: fix off-by-one error in quirk_rust_enum
 2020-05-19 18:20 UTC 

[binutils-gdb] Make exec-file-mismatch compare build IDs
 2020-05-19 17:41 UTC 

[binutils-gdb] Eliminate target_fileio_open_warn_if_slow
 2020-05-19 17:41 UTC 

[binutils-gdb] Default gdb_bfd_open's fd parameter to -1
 2020-05-19 17:41 UTC 

[binutils-gdb] gdb: fix -Wtautological-overlap-compare error in h8300-tdep.c
 2020-05-19 17:34 UTC 

[binutils-gdb] gdb: make symfile_segment_data::segment_info an std::vector
 2020-05-19 16:30 UTC 

[binutils-gdb] gdb: use std::vector to store segments in symfile_segment_data
 2020-05-19 16:30 UTC 

[binutils-gdb] gdb: allocate symfile_segment_data with new
 2020-05-19 16:30 UTC 

[binutils-gdb/gdb-9-branch] Avoid short i386 register names on Solaris/x86 [PR25981]
 2020-05-19  8:07 UTC 

[binutils-gdb/gdb-9-branch] Remove unused ps_lgetLDT etc. on Solaris/x86 [PR25981]
 2020-05-19  8:04 UTC 

[binutils-gdb] Avoid short i386 register names on Solaris/x86 [PR25981]
 2020-05-18 16:01 UTC 

[binutils-gdb] Remove unused ps_lgetLDT etc. on Solaris/x86 [PR25981]
 2020-05-18 15:57 UTC 

[binutils-gdb] [gdb/testsuite] Use with_test_prefix in gdb.base/gdb-caching-proc.exp
 2020-05-18 14:33 UTC 

[binutils-gdb] Stop considering hw and sw breakpoint locations duplicates (PR gdb/25741)
 2020-05-17 18:24 UTC 

[binutils-gdb/gdb-9-branch] gdb/ChangeLog: Add PR number to the latest entry
 2020-05-17 15:59 UTC 

[binutils-gdb/gdb-9-branch] Avoid infinite recursion in get_msymbol_address
 2020-05-17 15:55 UTC 

[binutils-gdb] Fix gdb.multi/multi-re-run.exp with native-gdbserver
 2020-05-16 17:59 UTC 

[binutils-gdb] gdb: remove TYPE_NAME macro
 2020-05-16 16:39 UTC 

[binutils-gdb] gdb: add type::name / type::set_name
 2020-05-16 16:39 UTC 

[binutils-gdb] Remove ALL_UIS
 2020-05-16 16:05 UTC 

[binutils-gdb] gdb: fix -Wtautological-overlap-compare warning in mips-linux-tdep.c
 2020-05-16 15:22 UTC 

[binutils-gdb] Sync config with GCC
 2020-05-16 13:08 UTC 

[binutils-gdb] Fix IA64 GNU/Linux build
 2020-05-16 11:31 UTC 

[binutils-gdb] gdbserver/linux-ia64-low: fix a build-breaking typo
 2020-05-16  8:45 UTC 

[binutils-gdb] gdb: remove unnecessary struct typedef in sparc64-tdep.c
 2020-05-16  2:18 UTC 

[binutils-gdb] Remove lookup_objfile_from_block
 2020-05-15 22:32 UTC 

[binutils-gdb] Remove allocate_symbol et al
 2020-05-15 22:22 UTC 

[binutils-gdb] Update NEWS and documentation for help and apropos changes
 2020-05-15 20:45 UTC 

[binutils-gdb] Ensure class_alias is only used for user-defined aliases
 2020-05-15 20:45 UTC 

[binutils-gdb] Fix/improve 'apropos' output
 2020-05-15 20:45 UTC 

[binutils-gdb] Fix/improve 'help CLASS' output
 2020-05-15 20:45 UTC 

[binutils-gdb] Fix inconsistent output of prefix and bugs in 'show' command
 2020-05-15 20:45 UTC 

[binutils-gdb] command-def-selftests.c: detect missing or wrong prefix cmd in subcommands
 2020-05-15 20:45 UTC 

[binutils-gdb] Fix the problems reported by prefix check of command-def-selftests.c
 2020-05-15 20:45 UTC 

[binutils-gdb] Fix problem that alias can be defined or not depending on the order
 2020-05-15 20:44 UTC 

[binutils-gdb] Add a selftest that detects a 'corrupted' command tree structure in GDB
 2020-05-15 20:44 UTC 

[binutils-gdb] Fix the only incorrect case found by command_structure_invariants selftest
 2020-05-15 20:44 UTC 

[binutils-gdb] update name of several Ada fixed-point type handling functions
 2020-05-15 20:07 UTC 

[binutils-gdb] Fix "control reaches end of non-void function" errors in testsuite
 2020-05-15 14:04 UTC 

[binutils-gdb] Don't silently skip tests if OpenCL is unsupported
 2020-05-15 13:25 UTC 

[binutils-gdb] [gdb/testsuite] Rename *.exp.in to *.exp.tcl
 2020-05-15 12:49 UTC 

[binutils-gdb] gdb/testsuite: Revert commit 843f4d93576eef02139f7b1b3fa1cea7b0f286f1
 2020-05-15 10:51 UTC 

[binutils-gdb] contrib: Update dg-extract-results.* from gcc
 2020-05-15 10:42 UTC 

[binutils-gdb] Fix gdb.multi/multi-kill.exp
 2020-05-15 10:31 UTC 

[binutils-gdb] Fix global variable collision in gdb.multi/multi-kill.exp
 2020-05-15 10:13 UTC 

[binutils-gdb] Enable hardware breakpoints for gdbserver on Windows
 2020-05-15  8:55 UTC 

[binutils-gdb] Disable record btrace bts support for AMD processors
 2020-05-15  0:57 UTC 

[binutils-gdb] gdb: infrun: consume multiple events at each pass in stop_all_threads
 2020-05-15  0:00 UTC 

[binutils-gdb] gdb: remove TYPE_CODE macro
 2020-05-14 17:58 UTC 

[binutils-gdb] gdb: add type::code / type::set_code
 2020-05-14 17:58 UTC 

[binutils-gdb] [gdb/testsuite] Fix gdb.fortran/nested-funcs-2.exp with gdbserver
 2020-05-14 15:24 UTC 

[binutils-gdb] [gdb/testsuite] Split up multi-exec test-cases
 2020-05-14 15:24 UTC 

[binutils-gdb] gdb/infrun: handle already-exited threads when attempting to stop
 2020-05-14 12:16 UTC 

[binutils-gdb] gdb/infrun: enable/disable thread events of all targets in stop_all_threads
 2020-05-14 12:16 UTC 

[binutils-gdb] gdb: introduce 'all_non_exited_process_targets' and 'switch_to_target_no_thread'
 2020-05-14 12:16 UTC 

[binutils-gdb] gdb/infrun: extract out a code piece into 'mark_non_executing_threads' function
 2020-05-14 12:16 UTC 

[binutils-gdb] gdb/infrun: move a 'regcache_read_pc' call down to first use
 2020-05-14 12:16 UTC 

[binutils-gdb] gdb: protect some 'regcache_read_pc' calls
 2020-05-14 12:16 UTC 

[binutils-gdb] Remove ada-lang.c:align_value
 2020-05-13 19:21 UTC 

[binutils-gdb] gdb: update the copyright year in async-event.[ch]
 2020-05-13 14:50 UTC 

[binutils-gdb] Sync config and libiberty with GCC
 2020-05-13  1:37 UTC 

[binutils-gdb] gdb/testsuite: Disable path and duplicate checks when parallel testing
 2020-05-12 16:44 UTC 

[binutils-gdb] gdb: make two objfile functions return bool
 2020-05-12 15:33 UTC 

[binutils-gdb] [gdb/testsuite] Fix incorrect string concat in jit-elf.exp
 2020-05-12 12:59 UTC 

[binutils-gdb] [gdb/testsuite] Fix tcl error in jit-elf-helpers.exp
 2020-05-12 12:41 UTC 

[binutils-gdb] [gdb/testsuite] Fix duplicate test-names in gdb.multi
 2020-05-12  9:18 UTC 

[binutils-gdb] [gdb/testsuite] Fix duplicate test-names in gdb.ada
 2020-05-12  9:05 UTC 

[binutils-gdb] [gdb/testsuite] Fix duplicate test-names in gdb.fortran
 2020-05-12  8:53 UTC 

[binutils-gdb] [gdb/testsuite] Fix duplicate test-names in gdb.trace
 2020-05-12  8:45 UTC 

[binutils-gdb] [gdb/testsuite] Fix duplicate test-names in gdb.pascal
 2020-05-12  8:37 UTC 

[binutils-gdb] [gdb/testsuite] Fix duplicate test-names in gdb.{gdb, opt, xml}
 2020-05-12  8:28 UTC 

[binutils-gdb] [gdb/testsuite] add jit-elf-util.h and run jit function
 2020-05-12  7:51 UTC 

[binutils-gdb] [gdb/testsuite] define jit function name via macro
 2020-05-12  7:51 UTC 

[binutils-gdb] [gdb/testsuite] use -Ttext-segment for jit-elf tests
 2020-05-12  7:50 UTC 

[binutils-gdb] [gdb/testsuite] add lib/jit-elf-helpers.exp
 2020-05-12  7:50 UTC 

[binutils-gdb] [gdb/testsuite] use args as lib list for jit-elf tests
 2020-05-12  7:50 UTC 

[binutils-gdb] [gdb/testsuite] Fix duplicate test-names in gdb.dwarf2
 2020-05-12  7:47 UTC 

[binutils-gdb] gdb: change duplicate test name in gdb.base/jit-so.exp
 2020-05-12  0:11 UTC 

[binutils-gdb] Restore info_command and breakpoint
 2020-05-11 21:30 UTC 

[binutils-gdb] gdb/testsuite: Detect and warn about duplicate test names
 2020-05-11 21:28 UTC 

[binutils-gdb] gdb/testsuite: Detect and warn if paths are used in test names
 2020-05-11 21:28 UTC 

[binutils-gdb] Fix Ada value printing on PPC64
 2020-05-11 21:00 UTC 

[binutils-gdb] [gdb/testsuite] Change kfail into xfail in gdb.ada/packed_tagged.exp
 2020-05-11 20:30 UTC 

[binutils-gdb] Fix gdb.ada/attr_ref_and_charlit.exp typo
 2020-05-11 19:30 UTC 

[binutils-gdb] [gdb/testsuite] Fix gdb.cp/cpexprs-debug-types.exp inclusion
 2020-05-11 18:36 UTC 

[binutils-gdb] Clean-up gdb.ada test names
 2020-05-11 18:04 UTC 

[binutils-gdb] [gdb/symtab] Save modules in .debug_names
 2020-05-11 15:13 UTC 

[binutils-gdb] [gdb/symtab] Fix incomplete CU list assert in .debug_names
 2020-05-11 13:03 UTC 

[binutils-gdb] gdb/fortran: Allow Flang MAIN_ in Fortran testing
 2020-05-10 19:20 UTC 

[binutils-gdb] [gdb] Fix catch throw regexp matching
 2020-05-09 18:17 UTC 

[binutils-gdb] Change server_command to bool
 2020-05-09 18:06 UTC 

[binutils-gdb] Fix for the complaint observed when symbol reading due to unsupported .debug_names form
 2020-05-09  8:03 UTC 

[binutils-gdb] Don't re-process a DIE in read_lexical_block_scope
 2020-05-08 20:29 UTC 

[binutils-gdb] More C++-ification for struct display
 2020-05-08 20:25 UTC 

[binutils-gdb] Remove ALL_PSPACES
 2020-05-08 20:25 UTC 

[binutils-gdb] Remove ALL_SO_LIBS and so_list_head
 2020-05-08 20:25 UTC 

[binutils-gdb] Remove ALL_EXTENSION_LANGUAGES and ALL_ENABLED_EXTENSION_LANGUAGES
 2020-05-08 20:25 UTC 

[binutils-gdb] Speed up psymbol reading by removing a copy
 2020-05-08 20:18 UTC 

[binutils-gdb] [gdb] Fix stepping over fork with follow-fork-mode child and gcc-8
 2020-05-08 15:26 UTC 

[binutils-gdb] [gdb/testsuite] Add gdb.dwarf2/clang-debug-names.c
 2020-05-08 14:24 UTC 

[binutils-gdb] gdb: small cleanup of async-event.c structs
 2020-05-07 15:42 UTC 

[binutils-gdb] gdb: remove TYPE_DYN_PROP_LIST macro
 2020-05-07 15:33 UTC 

[binutils-gdb] gdb: make remove_dyn_prop a method of struct type
 2020-05-07 15:33 UTC 

[binutils-gdb] gdb: make add_dyn_prop a method of struct type
 2020-05-07 15:33 UTC 

[binutils-gdb] gdb: make get_dyn_prop a method of struct type
 2020-05-07 15:33 UTC 

[binutils-gdb] gdb: remove main_type::flag_static
 2020-05-06 16:32 UTC 

[binutils-gdb] gdb: handle endbr64 instruction in amd64_analyze_prologue
 2020-05-06 16:25 UTC 

[binutils-gdb] [gdb/testsuite] Fix gdb.reverse/consecutive-{precsave, reverse}.exp with gcc-8
 2020-05-06 12:48 UTC 

[binutils-gdb] [gdb/testsuite] Fix gdb.base/watchpoint-reuse-slot.exp with gcc-8
 2020-05-06 12:27 UTC 

[binutils-gdb] [gdb/testsuite] Fix cur_addr update in gdb.base/watchpoint-reuse-slot.exp
 2020-05-06 12:13 UTC 

[binutils-gdb] [gdb/testsuite] Fix gdb.base/store.exp with gcc-10
 2020-05-06 11:49 UTC 

[binutils-gdb] [gdb/testsuite] Fix gdb.base/shlib-call.exp with gcc-8
 2020-05-06  9:50 UTC 

[binutils-gdb] [gdb/testsuite] Fix gdb_unbuffer_output return-type
 2020-05-06  7:41 UTC 

[binutils-gdb] [gdb/testsuite] Fix gdb.base/consecutive.exp with gcc-8
 2020-05-06  5:07 UTC 

[binutils-gdb] [gdb/testsuite] Compile compile-ifunc.c with -Wno-attribute-alias
 2020-05-06  3:27 UTC 

[binutils-gdb] gdb: remove main_type::flag_incomplete
 2020-05-05 21:00 UTC 

[binutils-gdb] Mention the NetBSD support in "info proc" documentation
 2020-05-05 15:42 UTC 

[binutils-gdb] gdb: remove TYPE_INCOMPLETE
 2020-05-05  2:53 UTC 

[binutils-gdb] [gdb/testsuite] Fix gdb.base/async.exp with gcc-8
 2020-05-04  6:40 UTC 

[binutils-gdb] Update more calls to add_prefix_cmd
 2020-05-03 19:54 UTC 

[binutils-gdb] Fix typo in comment of DYN_PROP_ASSOCIATED
 2020-05-02 10:57 UTC 

[binutils-gdb] gdb: Fix formatting error in ChangeLog
 2020-05-02  9:29 UTC 

[binutils-gdb] [gdb/testsuite] Fix i386-mpx.exp compilation warnings
 2020-05-02  8:56 UTC 

[binutils-gdb] [gdb/testsuite] Update psym-external-decl.exp for gcc-10/clang
 2020-05-02  7:50 UTC 

[binutils-gdb] [gdb/testsuite] Fix gdb.ada/operator_bp.exp breakpoint location FAILs
 2020-05-01 15:58 UTC 

[binutils-gdb] Remove gdb-gdb.gdb breakpoint on disappeared function info_command
 2020-05-01 14:49 UTC 

[binutils-gdb] Fix size recalculation of fortran arrays
 2020-05-01 13:37 UTC 

[binutils-gdb] [gdb/testsuite] Fix Wunused-result warning in until-reverse.c
 2020-05-01  9:04 UTC 

[binutils-gdb] Add support for NetBSD thread events (create, exit)
 2020-04-30 18:54 UTC 

[binutils-gdb] Revert "2020-04-29 Sterling Augustine <saugustine@google.com>"
 2020-04-30 16:51 UTC 

[binutils-gdb] Remove duplicated creation of "frame" command and "f" alias
 2020-04-30 16:41 UTC 

[binutils-gdb] Implement debugging of WOW64 processes in gdbserver
 2020-04-30 16:35 UTC 

[binutils-gdb] Calculate size of array of stubbed type
 2020-04-30 16:22 UTC 

[binutils-gdb] Adjust array pretty printer tests to the new format
 2020-04-30 15:03 UTC 

[binutils-gdb] Use thiscall calling convention for class members
 2020-04-30 12:37 UTC 

[binutils-gdb] gdb: silence shellcheck warning SC2162 (use read -r) in gdbarch.sh
 2020-04-30  0:37 UTC 

[binutils-gdb] gdb: fix shellcheck warnings SC2154 (referenced but not assigned) in gdbarch.sh
 2020-04-30  0:37 UTC 

[binutils-gdb] gdb: fix shellcheck warnings SC2034 (unused variable) in gdbarch.sh
 2020-04-30  0:37 UTC 

[binutils-gdb] gdb: fix shellcheck warnings SC2166 (&& and !! instead of -a and -o) in gdbarch.sh
 2020-04-30  0:37 UTC 

[binutils-gdb] gdb: fix shellcheck warnings SC2006 (use $() instead of ``) in gdbarch.sh
 2020-04-30  0:37 UTC 

[binutils-gdb] gdb: fix shellcheck warnings SC2086 (missing double quotes) in gdbarch.sh
 2020-04-30  0:36 UTC 

[binutils-gdb] gdb: fix shellcheck warnings SC2059 (variables in printf format string) in gdbarch.sh
 2020-04-30  0:36 UTC 

[binutils-gdb] 2020-04-29 Sterling Augustine <saugustine@google.com>
 2020-04-30  0:28 UTC 

[binutils-gdb] Sync config and libiberty with GCC
 2020-04-29 21:26 UTC 

[binutils-gdb] gdb: fix duplicate test names in gdb.base/break.exp
 2020-04-29 20:35 UTC 

[binutils-gdb] Fix Ada crash with .debug_types
 2020-04-29 17:18 UTC 

[binutils-gdb] Set NetBSD xml syscall file name to syscalls/netbsd.xml
 2020-04-29 17:01 UTC 

[binutils-gdb] Add basic event handling in the NetBSD target
 2020-04-29 17:01 UTC 

[binutils-gdb] Remove some dead code
 2020-04-29 14:12 UTC 

[binutils-gdb] [gdb/testsuite] Add xfails for PR gcc/90232
 2020-04-29 11:22 UTC 

[binutils-gdb] Fix array pretty formatter
 2020-04-29 10:58 UTC 

[binutils-gdb] [gdb] Fix range loop index in find_method
 2020-04-29  9:39 UTC 

[binutils-gdb] Add definitions of system calls to catch in native NetBSD targets
 2020-04-28 22:41 UTC 

[binutils-gdb] gdb: fix shellcheck warning in update-freebsd.sh
 2020-04-28 18:30 UTC 

[binutils-gdb] Allow Python commands to be in class_tui
 2020-04-28 15:08 UTC 

[binutils-gdb] Add missing ChangeLog entries
 2020-04-28 14:34 UTC 

[binutils-gdb] gdb: Fix toplevel types with -fdebug-types-section
 2020-04-28 14:12 UTC 

[binutils-gdb] gdb: use gdb:hash_enum as hash function in offset_map_type
 2020-04-28 13:50 UTC 

[binutils-gdb] Rebase libiberty source with latest changes from gcc
 2020-04-28 10:57 UTC 

[binutils-gdb] Fix typo (thead -> thread)
 2020-04-28  9:38 UTC 

[binutils-gdb] [gdb/testsuite] Add PR number to KFAIL in gdb.opt/inline-cmds.exp
 2020-04-28  6:33 UTC 

[binutils-gdb] [gdb/testsuite] Remove KFAIL from gdb.base/info-macros.exp
 2020-04-28  4:54 UTC 

[binutils-gdb] [gdb/testsuite] Add PR number in KFAIL in gdb.ada/array_ptr_renaming.exp
 2020-04-28  4:22 UTC 

[binutils-gdb] [gdb/symtab] Handle struct decl with DW_AT_signature
 2020-04-28  4:12 UTC 

[binutils-gdb] gdb, gdbserver: remove configure check for fs_base/gs_base in user_regs_struct
 2020-04-27 14:48 UTC 

[binutils-gdb] Expand dynamic type documentation
 2020-04-27 14:28 UTC 

[binutils-gdb] gdbsupport: include cstdlib in common-defs.h
 2020-04-27 13:28 UTC 

[binutils-gdb] Fix remaining inline/tailcall unwinding breakage for x86_64
 2020-04-27 12:05 UTC 

[binutils-gdb] Remove class_pseudo
 2020-04-26 19:48 UTC 

[binutils-gdb] Fix comments and whitespace in lookup_cmd_composition
 2020-04-26 14:14 UTC 

[binutils-gdb] Remove unused code block in inf_ptrace_target::wait
 2020-04-25 22:25 UTC 

[binutils-gdb] [gdb/testsuite] Add target board debug-types
 2020-04-25 15:19 UTC 

[binutils-gdb] gdb/testsuite: Remove build paths from test names
 2020-04-25  9:30 UTC 

[binutils-gdb] Remove symbol_get_demangled_name
 2020-04-24 21:36 UTC 

[binutils-gdb] Fix Rust test cases
 2020-04-24 21:36 UTC 

[binutils-gdb] Use the linkage name if it exists
 2020-04-24 21:36 UTC 

[binutils-gdb] Don't call compute_and_set_names for partial symbols
 2020-04-24 21:35 UTC 

[binutils-gdb] Use the new add_psymbol_to_list overload
 2020-04-24 21:35 UTC 

[binutils-gdb] Introduce new add_psymbol_to_list overload
 2020-04-24 21:35 UTC 

[binutils-gdb] Add attribute::value_as_string method
 2020-04-24 21:35 UTC 

[binutils-gdb] Fix two latent Rust bugs
 2020-04-24 21:35 UTC 

[binutils-gdb] Move the rust "{" hack
 2020-04-24 21:35 UTC 

[binutils-gdb] Convert symbol_set_demangled_name to a method
 2020-04-24 21:35 UTC 

[binutils-gdb] [gdb/testsuite] Fix language in dw2-bad-mips-linkage-name.exp
 2020-04-24 21:25 UTC 

[binutils-gdb] Update test cases that work with minimal encodings
 2020-04-24 20:22 UTC 

[binutils-gdb] Add Python support for dynamic types
 2020-04-24 20:22 UTC 

[binutils-gdb] Add tests for Ada changes
 2020-04-24 20:22 UTC 

[binutils-gdb] Update Ada ptype support for dynamic types
 2020-04-24 20:22 UTC 

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).