public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH 0/5] runto_main and -qualified
 2020-10-13 18:06 UTC  (9+ 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

[PATCH 0/6] Change target section table management
 2020-10-13 16:41 UTC  (7+ messages)
` [PATCH 1/6] Introduce target-section.h
` [PATCH 2/6] Use a std::vector in target_section_table

[PATCH 0/2] Breakpoint conditions at locations with differing contexts
 2020-10-13 16:12 UTC  (9+ 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

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 v2 00/10] Add minimal NetBSD/amd64 gdbserver support
 2020-10-13 14:54 UTC  (8+ 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] gnulib: Ensure all libraries are used when building gdb/gdbserver
 2020-10-13 14:26 UTC  (11+ messages)

[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)

[PING] Added x86_64 stub for debugging embedded systems running on Intel x86_64 processor architecture
 2020-10-12 17:51 UTC 

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

Add a way to invoke redefined (overridden) GDB commands
 2020-10-12 11:50 UTC  (2+ messages)

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

[PATCH v2 0/6] Fix inferior calls from breakpoint condition
 2020-10-12  0:49 UTC  (8+ messages)
  ` [PATCH v2 1/6] gdb: add in_cond_eval field to thread_control_state struct
  ` [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] 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] Don't erase TUI source window when switching focus
 2020-10-09 20:27 UTC 

[PATCH 0/2] ada_encode rewrites
 2020-10-09 20:14 UTC  (9+ messages)
` [PATCH 1/2] Constify ada_encode return type
` [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)

[PATCH] gdb: Have allocate_target_description return a unique_ptr
 2020-10-09 10:47 UTC  (6+ messages)
    ` [PATCH] gdb: Delay releasing target_desc_up in more cases

[pushed] Notify observers that directories have changed when using "directory" CLI command
 2020-10-09  6:06 UTC 

[PATCH] Style more output of "disassemble" command
 2020-10-09  1:26 UTC  (3+ messages)

[PATCH] Return std::string from ada_encode
 2020-10-08 18:57 UTC  (2+ messages)

[PATCH 0/7] Adding startup files to GDB
 2020-10-08 15:25 UTC  (15+ messages)
` [PATCH 1/7] Add get_standard_config_dir function
` [PATCH 2/7] gdb: use get_standard_config_dir when looking for .gdbinit
` [PATCH 3/7] gdb: new function to wrap up executing command line scripts/commands
` [PATCH 4/7] gdb: process startup files and startup command line options
` [PATCH 5/7] gdb: add mechanism to auto-save startup options
` [PATCH 6/7] Let the user control the startup style
` [PATCH 7/7] Add "set startup-quietly"

[PATCH v2 0/1] Notify observers that directories have changed when using "directory" CLI command
 2020-10-08 13:05 UTC  (3+ messages)
` [PATCH v2 1/1] "

[PATCH] Update GDB NEWS with ARC support in GDBserver
 2020-10-08 11:59 UTC  (5+ messages)
` [PATCH v2] "
` [PUSHED gdb-10-branch] "
` [PUSHED master] "

[PATCHv3 0/3] Restore thread and frame patches
 2020-10-08  9:59 UTC  (2+ messages)

[PATCH v2 0/6] Share memory-searching code
 2020-10-07 18:07 UTC  (7+ messages)
` [PATCH v2 4/6] Remove some dead code from handle_search_memory

[PATCH] gdb: put user-supplied CFLAGS at the end
 2020-10-07 17:55 UTC  (6+ messages)
  ` [PATCH v2] "

[PATCH v2] Replace the symbol needs evaluator with a parser
 2020-10-07 17:26 UTC 

[PATCH] Replace the symbol needs evaluator with a parser
 2020-10-07 17:21 UTC  (3+ messages)

[PATCH] arc: Add support for Linux coredump files
 2020-10-07 16:32 UTC  (3+ messages)
` [PUSHED master] "
` [PUSHED gdb-10-branch] "

[PATCH] gdbserver: Add GNU/Linux support for ARC
 2020-10-07 16:03 UTC  (15+ messages)
` [PATCH v2 1/2] arc: Rename "arc_gdbarch_features" struct
  ` [PATCH v2 2/2] gdbserver: Add GNU/Linux support for ARC
` [PUSHED master] arc: Rename "arc_gdbarch_features" struct
  ` [PUSHED master] gdbserver: Add GNU/Linux support for ARC
` [PUSHED gdb-10-branch] arc: Rename "arc_gdbarch_features" struct
  ` [PUSHED gdb-10-branch] gdbserver: Add GNU/Linux support for ARC

[PATCH] Stop passing netbsd_process_target to local functions
 2020-10-07 15:33 UTC  (2+ messages)

[PATCH] Correct logical error in NetBSD's read_memory and write_memory
 2020-10-07 13:24 UTC 

[PATCH 00/10] Refactor the NetBSD gdbserver support
 2020-10-07 12:27 UTC  (20+ messages)
` [PATCH 01/10] Merge netbsd_ptrace_fun into the netbsd_process_target class
` [PATCH 02/10] Include elf_64_file_p in "
` [PATCH 03/10] Remove unneeded netbsd_add_process()
` [PATCH 04/10] Include gdb_catching_syscalls_p in the netbsd_process_target class
` [PATCH 05/10] Include netbsd_wait "
` [PATCH 08/10] Include netbsd_catch_this_syscall "
` [PATCH 09/10] Include the functions of qxfer_libraries_svr4 in netbsd_process_target
` [PATCH 10/10] Fix whitespace formatting

[PATCH] gdb: make signal_catch_counts a static array
 2020-10-07 12:14 UTC  (3+ messages)

[PATCH] Add common write_memory and read_memory NetBSD routines
 2020-10-07 11:27 UTC  (2+ messages)

[PATCH v2] [PATCH] Add NetBSD/aarch64 gdbserver support
 2020-10-07 11:21 UTC  (4+ messages)

[PATCH] gdb/infcmd: remove redundant clear_proceed_status call
 2020-10-07  3:22 UTC  (2+ messages)

[PATCH v3] [gdb] Add Z80 CPU basic support
 2020-10-07  3:07 UTC  (4+ messages)
` [PATCH v4] [gdb] Add basic Z80 CPU support

[PATCH] gdb: Fix installation of gcore.1 on some platforms
 2020-10-07  2:32 UTC  (2+ messages)

[PATCH] Normalize names of the NetBSD files
 2020-10-06 21:12 UTC  (2+ messages)

[PATCH v2] gdb: add support for handling core dumps on arm-none-eabi
 2020-10-06 17:37 UTC  (7+ messages)

[PATCH] gdb: restore thread after detaching from an inferior
 2020-10-06 16:05 UTC 

[PATCH 1/2] Don't create _Complex type name if there is no target type name
 2020-10-06 15:49 UTC  (2+ messages)
  ` [PATCH 2/2] Remove gdb_assert for TYPE_CODE_METHOD in stabs reader

[PATCH] gdb/cli: if redirecting output, also redirect top-level interpreter's ui-out
 2020-10-06 15:40 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).