public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH v2 00/16] Remove some macros from exec.h and progspace.h
 2020-10-19 21:44 UTC  (10+ messages)
` [PATCH v2 02/16] Remove exec_filename macro
` [PATCH v2 03/16] Change exec_close to be a method on program_space
` [PATCH v2 04/16] Remove commented-out code from gcore.c
` [PATCH v2 05/16] Remove exec_bfd_mtime define
` [PATCH v2 07/16] Remove the exec_bfd macro
` [PATCH v2 08/16] Change program_space::ebfd to a gdb_bfd_ref_ptr
` [PATCH v2 10/16] Change clear_program_space_solib_cache to method on program_space
` [PATCH v2 11/16] Change program_space_empty_p "
` [PATCH v2 13/16] Change add_target_sections "

[PATCH] Don't inherit range-type signed-ness from underlying type
 2020-10-19 21:28 UTC  (2+ messages)

[PATCH] Don't erase TUI source window when switching focus
 2020-10-19 20:03 UTC  (3+ messages)

Add a way to invoke redefined (overridden) GDB commands
 2020-10-19 19:28 UTC  (6+ messages)

[PATCH] Fix help string of alias command
 2020-10-19 19:08 UTC 

[PATCH] gdb/thread: fine-tune 'info threads' help text
 2020-10-19 18:51 UTC  (6+ messages)

[PATCH] Make range types inherit signed-ness from base type
 2020-10-19 15:53 UTC  (4+ messages)

[PING] Added x86_64 stub for debugging embedded systems running on Intel x86_64 processor architecture
 2020-10-19 15:45 UTC  (6+ messages)
  ` [PING][PING] "

[PATCH] gdb/frame: remove an unused type alias
 2020-10-19 15:36 UTC  (2+ messages)

[PATCH] gdb: add support for handling core dumps on arm-none-eabi
 2020-10-19 15:25 UTC  (5+ messages)

[PATCH] gdb: get jiter objfile from a bound minsym
 2020-10-19 14:58 UTC  (5+ messages)

[PATCH 0/2] Breakpoint conditions at locations with differing contexts
 2020-10-19 14:07 UTC  (13+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/2] gdb/breakpoint: disable a bp location if condition is invalid at that location
  ` [PATCH v4 2/2] gdb/breakpoint: add flags to 'condition' and 'break' commands to force condition

[PATCH] gdb/fortran: Don't access non-existent type fields
 2020-10-19  9:55 UTC  (2+ messages)
` [PATCHv2] "

GDB 10.1 release -- 2020-10-18 Update (nearly there!)
 2020-10-19  7:13 UTC  (3+ messages)

[PATCH v2 0/6] Fix inferior calls from breakpoint condition
 2020-10-19  1:44 UTC  (9+ messages)
  ` [PATCH v2 2/6] gdb/infrun: in condition evaluation resume only current thread
  ` [PATCH v2 3/6] gdb/infcall: in condition evaluation register target back after infcall
  ` [PATCH v2 4/6] gdb/infrun: in condition evaluation wait only for the current inferior
  ` [PATCH v2 5/6] gdb/infrun: in condition evaluation do not stop all threads
  ` [PATCH v2 6/6] gdb/testsuite: add tests for inferior calls in breakpoint conditions

[PATCH 0/4] Add inferior parameter to inferior_created and use it
 2020-10-18 23:15 UTC  (5+ messages)
` [PATCH 1/4] gdb: add inferior parameter to inferior_created observable
` [PATCH 2/4] gdb: pass inferior to check_pid_namespace_match
` [PATCH 3/4] gdb: make jit.c use the inferior_created inferior parameter
` [PATCH 4/4] gdb: use inferior parameter in add_vsyscall_page

[PATCH] Fix gdb.base/corefile2.exp regression when running Docker/AUFS
 2020-10-18 22:29 UTC  (2+ messages)

[PATCH] gdb/testsuite: add template for test cases
 2020-10-18 10:07 UTC  (2+ messages)

[PATCH 0/4] Minor psymtab cleanups
 2020-10-17 22:50 UTC  (5+ messages)
` [PATCH 1/4] Remove init_psymbol_list
` [PATCH 2/4] Remove parameter from end_psymtab_common
` [PATCH 3/4] Remove partial symbol statistics
` [PATCH 4/4] Change end_psymtab_common to a method

[PATCH] Have partial symbol tables own psymbol vectors
 2020-10-17 22:33 UTC  (6+ messages)

[PATCH] gdb: Preserve gdb_std{out, err, ...} across interpreter-exec mi
 2020-10-17 10:06 UTC  (4+ messages)
  ` [PATCH 1/1] Preserve gdb_std{out, err, log, targ, targerr} across interpreter_exec_cmd

[PATCH] [AArch64] Fix gdb.base/msym*.exp failures
 2020-10-16 21:52 UTC  (2+ messages)

[PATCH][gdb/testsuite] Remove hardcoded filenames in gdb.dwarf2/*.exp
 2020-10-16 21:50 UTC  (2+ messages)

[PATCH v2 00/10] Add minimal NetBSD/amd64 gdbserver support
 2020-10-16 20:51 UTC  (9+ messages)
` [PATCH v2 01/10] Add handle_eintr to wrap EINTR handling in syscalls
      ` [PATCH] gdb::handle_eintr, remove need to specify return type (Re: [PATCH v2 01/10] Add handle_eintr to wrap EINTR handling in syscalls)
          ` [PATCH v2] gdb::handle_eintr, remove need to specify return type

[PATCH][gdb/symtab] Handle setting line bp without debug line info
 2020-10-16 20:38 UTC  (2+ messages)

[committed][gdb/testsuite] Fix function comment for gdb_breakpoint
 2020-10-16 10:06 UTC 

[committed][gdb/testsuite] Be more verbose about abort in gdb_breakpoint
 2020-10-16  9:39 UTC 

[PATCH v3] Fixed pretty printing max depth behavior
 2020-10-15 15:10 UTC  (2+ messages)
` [PING] "

[PATCH] gnulib: Ensure all libraries are used when building gdb/gdbserver
 2020-10-15  8:35 UTC  (12+ messages)

[PATCH] Fix gdb.python/py-format-string.exp with Clang
 2020-10-14 15:59 UTC 

[PATCH 0/6] Change target section table management
 2020-10-14 14:06 UTC  (12+ messages)
` [PATCH 2/6] Use a std::vector in target_section_table

[committed][gdb] Fix segfault in solib_contains_address_p
 2020-10-14 11:20 UTC 

[committed][gdb/testsuite] Fix gdb.ada/mi_catch_ex{,_hand}.exp FAILs
 2020-10-14 11:19 UTC 

[PATCH] gdb/infrun: disable pagination in fetch_inferior_event
 2020-10-14 10:24 UTC 

[PATCH] Fix testcases using __attribute__((noclone)) with Clang
 2020-10-14  9:27 UTC  (2+ messages)
` [PING^2][PATCH] "

[PATCH] Limit the switch_to_thread() calls in startup_inferior()
 2020-10-14  8:49 UTC 

[PATCH 0/5] runto_main and -qualified
 2020-10-14  8:40 UTC  (14+ messages)
` [PATCH 1/5] 'runto main' -> 'runto_main' throughout
` [PATCH 2/5] Introduce mi_runto_main
` [PATCH 3/5] gdb/testsuite/: Use -qualified in runto_main / mi_runto_main
` [PATCH 4/5] gdb/testsuite/: Use "-qualified" in explicit "break main", etc
` [RESEND][PATCH 5/5] Eliminate mi_run_to_main, introduce mi_clean_restart

[PATCH 0/2] Fix gdb.base/print-file-var.exp with Clang
 2020-10-13 17:26 UTC  (3+ messages)
` [PATCH 1/2] Detect and report incompatible gdb_compile options
` [PATCH 2/2] Fix gdb.base/print-file-var.exp with Clang

GDB 10.1 release -- 2020-10-09 Update
 2020-10-13 16:05 UTC  (3+ messages)

[PATCH] gdb: don't pass TARGET_WNOHANG to targets that can't async (PR 26642)
 2020-10-13 16:00 UTC  (8+ messages)
  ` [PATCH v2] "

[PATCH] gdb/dwarf: fix reading subprogram with DW_AT_specification (PR gdb/26693)
 2020-10-13 14:18 UTC 

[PATCH v2 0/2] Breakpoint conditions at locations with differing contexts
 2020-10-13 12:24 UTC  (7+ messages)
` [PATCH v2 1/2] gdb/breakpoint: disable a bp location if condition is invalid at that location

[PATCH 0/9] Continuing Changes to Language Classes
 2020-10-13  9:58 UTC  (11+ messages)
` [PATCH 1/9] gdb: Merge auto and unknown language implementations
` [PATCH 2/9] gdb: move Modula2 language class into a header file
` [PATCH 3/9] gdb: remove LA_PRINT_TYPEDEF macro
` [PATCH 4/9] gdb: remove LA_VALUE_PRINT macro
` [PATCH 5/9] gdb: remove LA_PRINT_ARRAY_INDEX macro
` [PATCH 6/9] gdb: remove LA_ITERATE_OVER_SYMBOLS macro
` [PATCH 7/9] gdb: Rename language_defn::demangle
` [PATCH 8/9] gdb: Improve documentation comment on language_defn::print_type
` [PATCH 9/9] gdb: move f_language class into a header file

[PATCH] Reject ambiguous C++ field accesses
 2020-10-13  8:47 UTC  (6+ messages)
    ` [PATCH v2] "

gdb: Improve formatting of 'show architecture' messages
 2020-10-12 22:11 UTC  (4+ messages)

Windows testsuite failures
 2020-10-12 17:22 UTC  (9+ messages)
` [PATCH 7/7] Reset Windows hardware breakpoints on executable's entry point

[PATCH v7 0/3] disass: Add /x modifier
 2020-10-12 15:05 UTC  (4+ messages)
` [PATCH v7 1/3] disass: Add /x modifier to print offsets in hex

PowerPC testsuite fails and duplicates
 2020-10-12 14:34 UTC  (2+ messages)

[PATCHv4 0/3] Fortran Array Slicing and Striding Support
 2020-10-12 14:10 UTC  (8+ messages)
` [PATCHv5 0/4] "
  ` [PATCHv5 1/4] gdb: Convert enum range_type to a bit field enum
  ` [PATCHv5 2/4] gdb: rename 'enum range_type' to 'enum range_flag'
  ` [PATCHv5 3/4] gdb/fortran: add support for parsing array strides in expressions
  ` [PATCHv5 4/4] gdb/fortran: Add support for Fortran array slices at the GDB prompt

[PATCH] Fix testcases with required but unreferenced functions and variables
 2020-10-12  9:36 UTC  (3+ messages)

[PATCH] gdb: detect main function even when there's no matching msymbol
 2020-10-11 17:45 UTC  (3+ messages)

[pushed] ada-lang.c::advance_wild_match improve doc and parameter+temporaries types
 2020-10-09 20:33 UTC 

[PATCH 0/2] ada_encode rewrites
 2020-10-09 20:14 UTC  (5+ messages)
` [PATCH 2/2] Use obstack in ada_encode_1

GDB 10.1 release -- 2020-09-18 Update
 2020-10-09 19:53 UTC  (2+ messages)
` [pushed/gdb-10-branch] gnulib: fix stat/fstat build errors on old Windows version or using old MinGW

[PATCH] Fix bit offset regression
 2020-10-09 17:18 UTC  (3+ messages)

[PATCH] Handle void results as unformatted prints
 2020-10-09 11:54 UTC  (3+ 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).