public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[RFC] Add git sha information to the gdb version string
 2020-03-27 13:11 UTC  (7+ messages)
  ` [PATCH 0/2] Adding git sha information to the "
  ` [PATCH 1/2] gdbsupport: Resolve shellcheck issues in create-version.sh script
  ` [PATCH 2/2] Add git sha information to the gdb version string

[PATCH 0/6] Improve ptrace-error detection
 2020-03-27 13:06 UTC  (7+ messages)
` [PATCH v2 0/5] "
  ` [PATCH v2 3/5] Expand 'fork_inferior' to check whether 'traceme_fun' succeeded

[PATCH] Always fix system DLL paths for 32bit programs
 2020-03-27 11:46 UTC 

[PATCH v2 1/8] [gdb/testsuite] allow more registers in reader test
 2020-03-27 10:39 UTC  (8+ messages)
  ` [PATCH v2 2/8] [gdb/testsuite] structured rename of jit test files
  ` [PATCH v2 3/8] [gdb/testsuite] share jit-protocol.h by all jit tests
  ` [PATCH v2 4/8] [gdb/testsuite] use args as lib list for jit-elf tests
  ` [PATCH v2 5/8] [gdb/testsuite] add lib/jit-elf-helpers.exp
  ` [PATCH v2 6/8] [gdb/testsuite] use -Ttext-segment for jit-elf tests
  ` [PATCH v2 7/8] [gdb/testsuite] define jit function name via macro
  ` [PATCH v2 8/8] [gdb/testsuite] add jit-elf-util.h and run jit function

[PATCH v2] Fix WOW64 process system DLL paths
 2020-03-27  7:00 UTC  (17+ messages)

[PATCH v3 2/2] Fix an undefined behavior in record_line
 2020-03-27  3:50 UTC 

[PATCH v3 1/2] Fix the resizing condition of the line table
 2020-03-27  3:50 UTC 

[PATCH v3 0/2] Some fixes in record_line
 2020-03-27  3:49 UTC 

[PATCHv2] Fix an undefined behavior in record_line
 2020-03-27  3:09 UTC  (8+ messages)

[PATCH] Correct decoding AUXV on NetBSD
 2020-03-26 23:26 UTC  (6+ messages)
` [PATCH v2] Add support for "info auxv" "
  ` [PATCH v3] "

[PATCH] Implement "info proc mappings" for NetBSD
 2020-03-26 23:24 UTC  (8+ messages)
` [PATCH v2] "

[PATCH 00/22] More splitting of dwarf2/read.c
 2020-03-26 15:32 UTC  (32+ messages)
` [PATCH 01/22] Introduce dwarf2/dwz.h
` [PATCH 02/22] Add dwz.c and dwz_file::read_string
` [PATCH 03/22] Change dwarf_decode_macro_bytes calling convention
` [PATCH 04/22] Split dwarf_decode_macros into two overloads
` [PATCH 05/22] Move dwarf2_section_buffer_overflow_complaint to dwarf2/section.c
` [PATCH 06/22] Convert dwarf2_section_buffer_overflow_complaint to a method
` [PATCH 07/22] Add dwarf2_section_info::read_string method
` [PATCH 08/22] Move code to new file dwarf2/macro.c
` [PATCH 09/22] Make some line_header methods const
` [PATCH 10/22] Use a const line_header in macro reader
` [PATCH 11/22] Use a const dwarf2_section_info "
` [PATCH 12/22] Trivial fix in dwarf_decode_macro_bytes
` [PATCH 13/22] Convert read_indirect_line_string to a method
` [PATCH 14/22] Move more code to line-header.c
` [PATCH 15/22] Move die_info to new header
` [PATCH 16/22] Remove dwarf2_cu::base_known
` [PATCH 17/22] Change dwarf2_attr_no_follow to be a method
` [PATCH 18/22] Remove sibling_die
` [PATCH 19/22] Change two more functions to be methods on die_info
` [PATCH 20/22] Rewrite new die_info methods
` [PATCH 21/22] Move DWARF-constant stringifying code to new file
` [PATCH 22/22] Change two functions to be methods on struct attribute

[PATCH 0/4] arc: Add GNU/Linux support
 2020-03-26 12:52 UTC  (5+ messages)
` [PATCH 1/4] arc: Add XML target features for Linux targets
` [PATCH 2/4] arc: Recognize registers available on "
` [PATCH 3/4] arc: Add GNU/Linux support for ARC
` [PATCH 4/4] arc: Add arc-*-linux regformats

[PATCH] Support AT_BSDFLAGS on FreeBSD
 2020-03-26 12:49 UTC  (7+ messages)

[PATCH] Implement nbsd_nat_target::thread_alive
 2020-03-26  4:00 UTC  (5+ messages)

[PATCH] Implement basic threading support in the NetBSD target
 2020-03-26  3:16 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] Find tailcall frames before inline frames
 2020-03-26  2:47 UTC  (8+ messages)

[PATCH 00/10] Fix two name-related bugs in DWARF reader
 2020-03-25 23:50 UTC  (13+ messages)
` [PATCH 01/10] Convert symbol_set_demangled_name to a method
` [PATCH 02/10] Move the rust "{" hack
` [PATCH 03/10] Fix two latent Rust bugs
` [PATCH 04/10] Add attribute::value_as_string method
` [PATCH 05/10] Introduce new add_psymbol_to_list overload
` [PATCH 06/10] Use the "
` [PATCH 07/10] Don't call compute_and_set_names for partial symbols
` [PATCH 08/10] Use the linkage name if it exists
` [PATCH 09/10] Fix Rust test cases
` [PATCH 10/10] Remove symbol_get_demangled_name

[PATCH] Implement nbsd_nat_target::thread_name
 2020-03-25 18:35 UTC 

[pushed] Fix error message in compile-object-load.c
 2020-03-25 17:27 UTC 

[PATCH 0/4] Fix BZ 25631 - core file memory access problem
 2020-03-25 17:25 UTC  (7+ messages)
` [PATCH 4/4] Test ability to access unwritten-to mmap data in core file
` [PATCH 2/4] Add function for partitioning/splitting a section table
` [PATCH 3/4] Provide access to non SEC_HAS_CONTENTS core file sections

[PATCH] gdb: infrun: consume multiple events at each pass in stop_all_threads
 2020-03-25 16:37 UTC  (3+ messages)
  ` [PING][PATCH] "

[PATCH][gdb] Fix hang after ext sigkill
 2020-03-25 15:57 UTC  (8+ messages)
` [PING][PATCH][gdb] "
  ` [PING^2][PATCH][gdb] "

[PATCH] gdb/riscv: Apply NaN boxing when writing return values into registers
 2020-03-25 11:36 UTC  (2+ messages)

[PATCH][gdb] Print user/includes fields for maint commands
 2020-03-24 23:15 UTC  (7+ messages)

[PATCH] Fix WOW64 process system DLL paths
 2020-03-24 18:33 UTC  (2+ messages)

[pushed] gdb: bool-ify follow_fork
 2020-03-24 17:52 UTC 

[RFC] Add ability to skip demangling partial symbols
 2020-03-24 15:56 UTC  (3+ messages)

[RFC][PATCH] Support frames inlined into the outer frame
 2020-03-24 10:22 UTC  (3+ messages)
` [PATCH] [gdb] "

[0/1] RISC-V: Update CSR to priv 1.11
 2020-03-24  9:11 UTC  (5+ messages)
` [PATCH] RISC-V: Update CSR to privileged spec 1.11
  ` [PING] "

[committed][gdb] Print user for maint info psymtabs
 2020-03-24  9:01 UTC 

[PATCH][gdb/ada] Fix -readnow FAILs
 2020-03-24  7:07 UTC 

[PATCH 0/2] Line table is_stmt support
 2020-03-23 20:58 UTC  (14+ 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] "
      ` [PATCHv3] "

[PATCH 0/2] Avoid copying in name lookup
 2020-03-23 17:51 UTC  (4+ messages)
` [PATCH 1/2] Avoid some copying in psymtab.c
` [PATCH 2/2] Avoid copying in lookup_name_info

[PATCHv2 2/2] gdb: Add support for tracking the DWARF line table is-stmt field
 2020-03-23 17:30 UTC  (5+ messages)
` [PATCH 0/3] Keep duplicate line table entries
` [PATCH 1/3] gdb/testsuite: Add compiler options parameter to function_range helper
` [PATCH 2/3] gdb/testsuite: Add support for DW_LNS_set_file to DWARF compiler
` [PATCH 3/3] gdb: Don't remove duplicate entries from the line table

[PATCH] gdb/testsuite/fortran: Add mixed language stack test
 2020-03-23 12:05 UTC  (3+ messages)

[PATCH 0/7] refactor and enhance jit testing
 2020-03-23 11:14 UTC  (20+ messages)
` [PATCH 5/7] [gdb/testsuite] add lib/jit-elf-helpers.exp
` [PATCH 1/7] [gdb/testsuite] allow more registers in reader test
` [PATCH 7/7] [gdb/testsuite] add jit-elf-util.h and run jit function
` [PATCH 4/7] [gdb/testsuite] use args as lib list for jit-elf tests
` [PATCH 3/7] [gdb/testsuite] share jit-protocol.h by all jit tests
` [PATCH 6/7] [gdb/testsuite] use -Ttext-segment for jit-elf tests
` [PATCH 2/7] [gdb/testsuite] structured rename of jit test files

[PATCH] Don't pass NULL to memcpy in gdb
 2020-03-22 19:04 UTC  (3+ messages)

[RFAv5 0/3] Allow the user to define default args for commands and aliases
 2020-03-22 18:05 UTC  (3+ messages)
` PING. "
  ` PING^2. "

[PATCH] DWARFv5: Handle location list for split dwarf
 2020-03-22 12:56 UTC 

[PATCH v2 0/7] Update complex number support
 2020-03-20 21:53 UTC  (8+ messages)
` [PATCH v2 1/7] Change how complex types are created
` [PATCH v2 2/7] Add accessors for members of complex numbers
` [PATCH v2 3/7] Change how complex types are printed in C
` [PATCH v2 4/7] Change the C parser to allow complex constants
` [PATCH v2 5/7] Implement complex arithmetic
` [PATCH v2 6/7] Add _Complex type support to C parser
` [PATCH v2 7/7] Fix value_literal_complex comment

[PATCH 0/7] Update complex number support
 2020-03-20 21:52 UTC  (3+ messages)
` [PATCH 5/7] Allow printing of complex integers

[pushed] Make dwarf2_evaluate_property parameter const
 2020-03-20 19:06 UTC 

[PATCH] gdb: remove HAVE_DECL_PTRACE
 2020-03-20 16:06 UTC  (3+ messages)

[PATCH][gdb/testsuite] Fix gdb.threads/omp-par-scope.exp XPASS
 2020-03-20 15:52 UTC  (2+ messages)

[PATCH v3] Disable get_ptrace_pid for NetBSD
 2020-03-20 15:50 UTC  (5+ messages)
` [PATCH v4] "

[PATCH] Update the return type of gdb_ptrace to be more flexible
 2020-03-20 14:49 UTC  (2+ 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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).