public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH v2 0/6] Fix inferior calls from breakpoint condition
 2020-10-09 11:27 UTC  (3+ 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] gdb: Have allocate_target_description return a unique_ptr
 2020-10-09 10:47 UTC  (7+ messages)
    ` [PATCH] gdb: Delay releasing target_desc_up in more cases

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

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

[PATCH] Handle void results as unformatted prints
 2020-10-09  3:40 UTC  (2+ messages)

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

[PATCH 0/6] Change target section table management
 2020-10-09  1:17 UTC  (13+ messages)
` [PATCH 1/6] Introduce target-section.h
` [PATCH 2/6] Use a std::vector in target_section_table
` [PATCH 3/6] build_section_table cannot fail
` [PATCH 4/6] Simplify add_target_sections_of_objfile
` [PATCH 5/6] Remove clear_section_table
` [PATCH 6/6] Change target_section_table to std::vector alias

[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] gdb: detect main function even when there's no matching msymbol
 2020-10-08 15:08 UTC 

[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 0/2] ada_encode rewrites
 2020-10-07 18:36 UTC  (8+ messages)
` [PATCH 1/2] Constify ada_encode return type
` [PATCH 2/2] Use obstack in ada_encode_1

[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] Fix testcases with required but unreferenced functions and variables
 2020-10-07 16:39 UTC 

[PATCH] arc: Add support for Linux coredump files
 2020-10-07 16:32 UTC  (5+ messages)
` [PATCH v2] "
` [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] gdb: add support for handling core dumps on arm-none-eabi
 2020-10-06 17:37 UTC  (18+ messages)
      ` [PATCH v2] "

[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] Add NetBSD/aarch64 gdbserver support
 2020-10-06 15:44 UTC  (3+ messages)

[PATCH] gdb/cli: if redirecting output, also redirect top-level interpreter's ui-out
 2020-10-06 15:40 UTC 

[PATCH] gdbserver: Remove unused argument in register_data()
 2020-10-06 15:25 UTC  (4+ messages)
` [PATCH v2] "
` [PUSHED] "

[PATCH] Fix gdb.base/list.exp with Clang
 2020-10-06 14:13 UTC  (3+ messages)

[PATCH] Fix gdb.base/list-ambiguous.exp with Clang
 2020-10-06 14:12 UTC  (3+ messages)

the redirected stdin/out/err for new console is wrong when the gdb's stdin/out/err is already redirected
 2020-10-06 13:13 UTC  (6+ messages)

[PATCH 0/2] Get gdb.base/overlays.exp passing on m32r
 2020-10-06 10:25 UTC  (2+ messages)

Add a way to invoke redefined (overridden) GDB commands
 2020-10-06  7:18 UTC  (12+ messages)
` [PATCH 1/2] Move the code to execute a cmd_list_element out from execute_command
` [PATCH 2/2] Add a way to preserve redefined GDB commands for later invocation
` [PING] Add a way to invoke redefined (overridden) GDB commands

[PATCH] sim: Fix autoreconf errors in sim/ directory
 2020-10-05 18:01 UTC  (2+ messages)

[pushed] gdb: sync tui header files in HFILES_NO_SRCDIR
 2020-10-05 16:38 UTC 

[pushed] gdb: TYPE_VECTOR -> type::is_vector in amd64-windows-tdep.c
 2020-10-05 16:23 UTC 

[PATCH v2 1/2] Fix function argument and return value locations
 2020-10-05 13:03 UTC  (7+ messages)
  ` [PATCH 2/2] Handle Windows drives in auto-load script paths

[PATCH] Add Luis Machado to AArch64/ARM GDB maintainers
 2020-10-05 13:01 UTC  (3+ messages)

[PATCH 1/2] gdb/doc: space out list entries, fix one type
 2020-10-04 16:50 UTC  (6+ messages)
` [PATCH 2/2] gdb: add doc for "set/show debug event-loop"

[PING v2][PATCH 7/7] Reset Windows hardware breakpoints on executable's entry point
 2020-10-04 13:34 UTC 

[PATCH^2 v2 1/2] Fix function argument and return value locations
 2020-10-04 12:00 UTC 

[PATCH v2 1/2] DWARFv5: Handle DW_MACRO_define_strx and DW_MACRO_undef_strx macro entries
 2020-10-04  2:32 UTC  (3+ messages)
` [PATCH v2 2/2] DWARFv5: Fix for the filename complaint when printing macro

[PATCH] Make range types inherit signed-ness from base type
 2020-10-04  1:59 UTC  (2+ messages)

[PING^2][PATCH 0/6] Fix inferior calls from breakpoint condition
 2020-10-03 22:11 UTC  (2+ messages)

[pushed] gdb: fix some inferior_created observer signatures
 2020-10-02 19:23 UTC 

[PATCH 0/4] Add logging for event loop events
 2020-10-02 18:49 UTC  (2+ messages)

[PATCH] Unconditionally use REG_EXTENDED
 2020-10-02 17:18 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).