Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
[PATCH][gdb] Don't set initial language using previous language
 2020-02-28 15:04 UTC  (2+ messages)

[PATCH] Pass correct die_reader_specs in cutu_reader::init_tu_and_read_dwo_dies
 2020-02-28 15:00 UTC  (2+ messages)

[PATCH] Fix arm-netbsd build error
 2020-02-28 14:35 UTC  (3+ messages)
` [PATCH v2] Fix arm-netbsd build error: convert from FPA to VFP

[PATCH] Do not print empty-group regs when printing general ones
 2020-02-28 14:15 UTC  (8+ messages)
  ` [Regression] "

[PATCH] gdb/remote: Ask target for current thread if it doesn't tell us
 2020-02-28 14:03 UTC  (6+ messages)
  ` [PATCHv2] gdb/remote: Restore support for 'S' stop reply packet

[PATCH] [AArch64] Fix SVE-related failure in gdb.arch/aarch64-fp.exp
 2020-02-28 13:27 UTC  (4+ messages)

[PATCH][gdb/testsuite] Fix psymtab expansion postponement in c-linkage-name.exp
 2020-02-28 12:11 UTC 

[PATCH] Harden gdb.arch/aarch64-pauth.exp and fix a failure
 2020-02-28 10:30 UTC  (4+ messages)

[PATCH] gdb: Allow GDB to _not_ load a previous command history
 2020-02-28  7:48 UTC  (3+ messages)
` [PATCHv2] "

[PATCH] gdb: Check for nullptr when computing srcpath
 2020-02-27 23:37 UTC  (6+ messages)

[PATCH] Small clean up of use_displaced_stepping
 2020-02-27 22:44 UTC 

[PATCH] Remove field_info::nfields member
 2020-02-27 21:28 UTC  (2+ messages)

[PUSHED] gdb: Use std::abs instead of abs on LONGEST types
 2020-02-27 21:10 UTC  (4+ messages)

[PATCH] Update ELF auxv entry types and update GDB to use them
 2020-02-27 20:30 UTC  (2+ messages)

[PATCH v5] Add debuginfod support to GDB
 2020-02-27 17:59 UTC  (7+ messages)

[committed][gdb/testsuite] Fix spawn in tuiterm.exp
 2020-02-27 16:49 UTC  (2+ messages)

[PATCH] Change gdbserver to use existing gnulib and libiberty
 2020-02-27 16:36 UTC  (6+ messages)

[PATCH][gdb/testsuite] Fix corefile-buildid.exp with check-read1
 2020-02-27 16:03 UTC  (6+ messages)
  ` [RFC][gdb/testsuite] Handle -line and -non-empty-line in gdb_test_multiple
      ` [RFC][gdb/testsuite] Add -lbl option "

[committed][gdb/testsuite] Remove unused globals
 2020-02-27 13:28 UTC 

[PATCH 0/2] Specialize partial_symtab for DWARF include files
 2020-02-26 23:28 UTC  (6+ messages)
` [PATCH 2/2] "
` [PATCH 1/2] Remove casts from dwarf2/index-write.c

[PATCH v5] Improve ptrace-error detection on Linux targets
 2020-02-26 22:08 UTC  (12+ messages)
` [PATCH 0/6] Improve ptrace-error detection
  ` [PATCH 6/6] Fix comment for 'gdb_dlopen'
  ` [PATCH 4/6] Extend GNU/Linux to check for ptrace error
  ` [PATCH 2/6] Don't reset errno/bfd_error on 'throw_perror_with_name'
  ` [PATCH 1/6] Introduce scoped_pipe.h
  ` [PATCH 5/6] Document Linux-specific possible ptrace restrictions
  ` [PATCH 3/6] Expand 'fork_inferior' to check whether 'traceme_fun' succeeded

[PATCH v2] gdb: print thread names in thread apply command output
 2020-02-26 21:45 UTC  (4+ messages)

[PATCH 00/14] Fixes for GDB Testsuites
 2020-02-26 20:52 UTC  (15+ messages)
` [PATCH 03/14] gdb/testsuite: Add exit_is_reliable proc
` [PATCH 02/14] gdb/testsuite: Skip fileio.exp for remote targets
` [PATCH 05/14] gdb/testsuite: Skip a few gdb.base/skip.exp tests "
` [PATCH 01/14] gdb/testsuite: Fix an invalid is_remote check in fileio test
` [PATCH 04/14] gdb/testsuite: Avoid fake failures when exit is unreliable

[pushed] Move more declarations from dwarf2/loc.h to dwarf2/read.h
 2020-02-26 14:37 UTC 

[PATCH 0/7] refactor and enhance jit testing
 2020-02-26 13:56 UTC  (2+ messages)

[PATCH][gdb] Don't set initial language if set manually
 2020-02-26 13:27 UTC  (2+ messages)

[PATCH] Fix gdb.arch/aarch64-dbreg-contents.exp build failures
 2020-02-26 11:46 UTC  (2+ messages)

[PATCH] gdbsupport: Fix setting up 'development' var
 2020-02-26  7:40 UTC  (3+ messages)
  ` [PATCH v1] "

[pushed] Move dwarf2_read_addr_index declaration to dwarf2/read.h
 2020-02-26  4:39 UTC 

note about the git-hooks install for binutils-gdb.git
 2020-02-26  2:34 UTC  (3+ messages)

[PATCH v2 0/6] Change gdbserver to use existing gdbsupport
 2020-02-25 22:22 UTC  (7+ messages)
` [PATCH v2 5/6] Change gdbsupport not to rely on BFD
` [PATCH v2 6/6] Change gdbserver to use existing gdbsupport
` [PATCH v2 3/6] Cast to bfd_vma in arm-tdep.c
` [PATCH v2 1/6] Fix CORE_ADDR size assertion in symfile-mem.c
` [PATCH v2 2/6] Don't use sprintf_vma for CORE_ADDR
` [PATCH v2 4/6] Fix gdbserver build when intl already built

[PATCH 0/2] Remove C++ Symbol Aliases From Completion List
 2020-02-25 17:35 UTC  (4+ messages)
` [PATCHv2 0/3] "
  ` [PATCHv2 1/3] libiberty/hashtab: More const parameters

[PATCH] Add gdb.fortran/vla-stride.exp and report a bug
 2020-02-25 16:35 UTC  (2+ messages)
` [PUSHED] gdb/fortran: Support negative array stride in one limited case

[RFC 0/2] Restore previously selected frame when switching thread
 2020-02-25 15:13 UTC  (3+ messages)
` [RFC 1/2] gdb: Unify two copies of restore_selected_frame
` [RFC 2/2] gdb: Track the current frame for each thread

[pushed] [AArch64] Fix typo in comment
 2020-02-25 15:02 UTC 

[PUSHED] gdb/testsuite: Remove source file path from test name
 2020-02-25 14:41 UTC 

[PATCH][gdb/testsuite] Fix gdb.go/methods.exp
 2020-02-25 13:07 UTC  (7+ messages)

[pushed] Move dwarf2_get_die_type declaration to dwarf2/read.h
 2020-02-25  5:16 UTC 

[PATCH] gnulib: import count-one-bits module and use it
 2020-02-25  3:39 UTC  (6+ messages)
    ` [RFA] gdb/copyright.py: Add generated files in gnulib/ to exclude list (was: "Re: [PATCH] gnulib: import count-one-bits module and use it")
      ` [RFA] gdb/copyright.py: Add generated files in gnulib/ to exclude list

[PATCH 00/14] Share DWARF partial symtabs between objfiles
 2020-02-24 23:20 UTC  (42+ messages)
` [PATCH 05/14] Introduce dwarf2_unshareable and move die_type_hash
` [PATCH 11/14] Split type_unit_group
` [PATCH 10/14] Introduce dwarf2_enter_objfile and use it
` [PATCH 08/14] Remove symtab links from dwarf2_psymtab and dwarf2_per_cu_quick_data
` [PATCH 14/14] Share DWARF partial symtabs
` [PATCH 03/14] Introduce dwarf2_per_objfile::obstack
` [PATCH 07/14] Add dwarf2_per_cu_data::index

[PATCH v4] Add debuginfod support to GDB
 2020-02-24 20:49 UTC  (6+ messages)

[PATCH][gdb] Fix hang after ext sigkill
 2020-02-24 20:14 UTC 

[PATCH] gdb: infrun: consume multiple events at each pass in stop_all_threads
 2020-02-24 19:36 UTC 

[PUSHED] gdb/doc: Fix header alignment of 'info threads' example output
 2020-02-24 16:42 UTC 

[PATCH][gdb] Ensure listing of unused static var in info locals
 2020-02-24 14:19 UTC  (2+ messages)

[committed][gdb/testsuite] Fix layout next/prev/regs help message
 2020-02-24 11:31 UTC 

[PING^2][PATCH]: DWARFv5: Handle location list for split dwarf
 2020-02-24  9:50 UTC 

[PATCH] Support for DW_AT_loclists_base and DW_FORM_loclistx
 2020-02-24  8:48 UTC  (5+ messages)

Oh dear. I regret to inform you that commit 0240c8f11b06a33a043bacbe2b9e723ae6ad573c might be unfortunate
 2020-02-24  3:04 UTC  (3+ messages)
` Breakage on builder Solaris11-sparcv9-m64, revision 0240c8f11b06a33a043bacbe2b9e723ae6ad573c
` Breakage on builder Solaris11-amd64-m64, "

[PATCH] Introduce objfile::intern
 2020-02-24  2:58 UTC 

[review] Style field names in "print"
 2020-02-24  0:02 UTC  (4+ messages)
` [pushed] "

[PATCH] gdb: update gnulib import
 2020-02-23  2:07 UTC  (3+ messages)

[pushed] Make dwarf2_compile_expr_to_ax static
 2020-02-22 20:51 UTC 

[PATCH][gdb/testsuite] Fix check-read1 FAIL in gdb.tui/corefile-run.exp
 2020-02-22 20:45 UTC 

[PATCH 00/24] Horizontal TUI layout + windows in Python
 2020-02-22 20:22 UTC  (6+ messages)
` [PATCH 20/24] Allow TUI "

GDB 9 TUI mode broken
 2020-02-22 20:19 UTC  (11+ messages)

[PATCH 0/2] Line table is_stmt support
 2020-02-22  6:39 UTC  (4+ messages)
` [PATCH 2/2] gdb: Add support for tracking the DWARF line table is-stmt field
  ` [PATCH] Fix range end handling of inlined subroutines
    ` [PATCHv2] "

[pushed] Add a mostlyclean target to gdbserver
 2020-02-22  1:30 UTC 

[pushed] Update partial_symtab comment
 2020-02-21 21:53 UTC 

[PATCH] Make '{putchar,fputc}_unfiltered' use 'fputs_unfiltered'
 2020-02-21 18:31 UTC  (7+ messages)

[pushed] Fix two more mips-tdep.h declarations
 2020-02-21 15:42 UTC 

[PATCH] Check for null result from gdb_demangle
 2020-02-21 15:36 UTC  (3+ messages)

[PATCH] Fix null pointer dereference
 2020-02-21 15:20 UTC  (3+ messages)

[PATCH][gdb] Fix cc-with-dwz regression
 2020-02-21 14:43 UTC  (4+ messages)

[PATCH v2 00/58] Turn gdbserver's process_stratum_target into a class
 2020-02-21  8:08 UTC  (4+ messages)

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox