public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH 0/3] Fix gdb's BFD cache
 2020-09-02 18:45 UTC  (4+ messages)
` [PATCH 3/3] Further simplify gdb BFD caching

[PATCH] Add MI "-break-insert --qualified"
 2020-09-02 18:35 UTC  (3+ messages)

[PATCH 00/10] Add minimal NetBSD/amd64 gdbserver support
 2020-09-02 17:59 UTC  (11+ messages)
` [PATCH 01/10] Add handle_eintr to wrap EINTR handling in syscalls
` [PATCH 02/10] Register a placeholder for NetBSD shared functions in gdb/nat
` [PATCH 03/10] Build nat/netbsd-nat.o for the NetBSD native target
` [PATCH 04/10] Add netbsd_nat::pid_to_exec_file
` [PATCH 05/10] Add gdb/nat common functions for listing threads
` [PATCH 06/10] Add netbsd_nat::enable_proc_events in gdb/nat
` [PATCH 07/10] Add a common utility function to read and write siginfo_t in inferior
` [PATCH 08/10] Avoid double free in startup_inferior
` [PATCH 09/10] Switch local native code to gdb/nat shared functions
` [PATCH 10/10] Add minimal and functional NetBSD/amd64 gdbserver

[PATCH] gdb: remove maint_print_section_data
 2020-09-02 17:57 UTC  (3+ messages)

[pushed] Do not auto-dereference null pointers in Ada MI varobj
 2020-09-02 17:35 UTC 

[PATCH 2/3] Consistently use BFD's time
 2020-09-02 14:59 UTC  (13+ messages)

[PATCH] Fix exception unwinding for ARM Cortex-M
 2020-09-02 13:24 UTC  (4+ messages)
      ` [PATCH] Fix exception stack "

[PATCH] Have partial symbol tables own psymbol vectors
 2020-09-01 17:59 UTC  (11+ messages)

[pushed] gdb: change bcache::insert `added` parameter to bool
 2020-09-01 16:56 UTC 

Pointers vs references for out and inout parameters
 2020-09-01 14:13 UTC  (3+ messages)

[PATCH] gdb: turn gdb::bcache's function pointers into virtual methods
 2020-09-01 12:48 UTC 

[PATCH] Work around incorrect/broken pathnames in NT_FILE note
 2020-09-01  2:04 UTC  (12+ messages)

[pushed 1/2] gdb: fix indentation of struct field_info
 2020-09-01  1:07 UTC  (2+ messages)
` [pushed 2/2] gdb: change type of field_info::non_public_fields to bool

[PATCH] gdb/testsuite: write gdb.dwarf2/dw2-reg-undefined.exp test file in C
 2020-08-31 21:07 UTC 

[PATCH 00/13] Use gdb_bfd_sections in more places
 2020-08-31 18:19 UTC  (24+ messages)
` [PATCH 01/13] Add a new overload of gdb_bfd_sections
` [PATCH 02/13] Use gdb_bfd_sections in core_target_open
` [PATCH 03/13] Use gdb_bfd_sections in gdb_bfd_close_or_warn
` [PATCH 04/13] Use gdb_bfd_sections in get_stap_base_address
` [PATCH 05/13] Use gdb_bfd_sections in build_objfile_section_table
` [PATCH 06/13] Use gdb_bfd_sections in symfile.c
` [PATCH 07/13] Use gdb_bfd_sections in dwarf2/read.c
` [PATCH 08/13] Use gdb_bfd_sections in ELF osabi tag sniffing
` [PATCH 09/13] Use gdb_bfd_sections in gcore_memory_sections
` [PATCH 10/13] Use gdb_bfd_sections in restore_command
` [PATCH 11/13] Use gdb_bfd_sections in elf_symfile_read
` [PATCH 12/13] Use gdb_bfd_sections in build_section_table
` [PATCH 13/13] Use gdb_bfd_sections in generic_load

[PATCH v2 0/3] Support frames inlined in outer frames
 2020-08-31 17:32 UTC  (9+ messages)
` [PATCH v2 1/3] gdb: make frame_unwind_got_optimized return a not_lval value
` [PATCH v2 2/3] gdb: introduce explicit outer frame id kind
` [PATCH v2 3/3] gdb: support frames inlined into the outer frame

[PATCH] gdb: remove NULL_TYPE
 2020-08-31 14:45 UTC  (3+ messages)

[PATCH 0/6] Fix inferior calls from breakpoint condition
 2020-08-31 12:35 UTC  (7+ messages)
` [PATCH 1/6] gdb: add in_cond_eval field to thread_control_state struct
` [PATCH 2/6] gdb/infrun: in condition evaluation resume only current thread
` [PATCH 3/6] gdb/infcall: in condition evaluation register target back after infcall
` [PATCH 4/6] gdb/infrun: in condition evaluation wait only for current inferor
` [PATCH 5/6] gdb/infrun: in condition evaluation do not stop all threads
` [PATCH 6/6] gdb/testsuite: add tests for inferior calls in breakpoint conditions

[committed][gdb/testsuite] Add gdb.base/eh_return.exp
 2020-08-31  8:47 UTC  (5+ messages)

GDB 10 branching - 2020-08-29 Update
 2020-08-29 18:56 UTC 

[pushed] Adjust "maint info program-spaces" to per-inferior target stack
 2020-08-28 23:58 UTC 

[PATCH] Reject ambiguous C++ field accesses
 2020-08-28 20:22 UTC  (8+ messages)
    ` [PATCH v2] "

[PATCH 0/2] Fix some advance/until issues
 2020-08-28 18:52 UTC  (10+ messages)
` [PATCH 1/2] Fix advance/until and inline frames (PR gdb/26523)
` [PATCH 2/2] Fix advance/until and multiple locations (PR gdb/26524)
      ` [pushed] Fix gdb.base/advance-until-multiple-locations.exp with some compilers (Re: [PATCH 2/2] Fix advance/until and multiple locations (PR gdb/26524))

[pushed] Fix two out-of-date comments
 2020-08-28 17:17 UTC 

[PATCH][gdb/breakpoint] Handle setting breakpoint on label without address
 2020-08-28 16:15 UTC  (11+ messages)
      ` [PATCH][gdb/breakpoint, PIE] "

[PATCH] breakpoint.c: Fix advance/until and multiple locations
 2020-08-27 20:27 UTC  (5+ messages)

[PATCH] Update gnulib to current trunk
 2020-08-27 19:41 UTC  (10+ messages)

[pushed] gdb/testsuite: use multi_line in gdb.dwarf2/dw2-reg-undefined.exp
 2020-08-27 18:43 UTC 

[PATCH] Enable gdb.cp/ambiguous.exp with GCC >= 10.1 and clang
 2020-08-27 18:04 UTC  (12+ messages)
` [PATCH v2] Enable gdb.cp/ambiguous.exp with GCC "

[PATCH] gdb/testsuite: make test names unique in gdb.arch/*.exp
 2020-08-27 16:34 UTC  (3+ messages)

[PATCH v2 0/7] Some user-friendliness changes
 2020-08-27 16:32 UTC  (4+ messages)
` [PATCH v2 5/7] Add early startup command file

[PATCH] gdb: add gdb_bfd_all_sections for range-based iteration
 2020-08-27 12:59 UTC  (6+ messages)

[PATCH] arc: Add support for Linux coredump files
 2020-08-27 11:27 UTC 

[PATCH 0/8] Fortran Array Slicing and Striding Support
 2020-08-26 17:02 UTC  (13+ messages)
` [PATCHv2 00/10] "
  ` [PATCHv2 01/10] Rewrite valid-expr.h's internals in terms of the detection idiom (C++17/N4502)
  ` [PATCHv2 02/10] Use type_instance_flags more throughout
  ` [PATCHv2 03/10] Rewrite enum_flags, add unit tests, fix problems
  ` [PATCHv2 04/10] gdb: additional changes to make use of type_instance_flags more
  ` [PATCHv2 05/10] gdb/fortran: Clean up array/string expression evaluation
  ` [PATCHv2 06/10] gdb/fortran: Move Fortran expression handling into f-lang.c
  ` [PATCHv2 07/10] gdb/fortran: Change whitespace when printing arrays
  ` [PATCHv2 08/10] gdb: Convert enum range_type to a bit field enum
  ` [PATCHv2 09/10] gdb/testsuite: Add missing expected results
  ` [PATCHv2 10/10] gdb/fortran: Add support for Fortran array slices at the GDB prompt

[PATCH] gdbserver: Add GNU/Linux support for ARC
 2020-08-26 16:56 UTC 

[PATCH] gdb: Add ARC target and maintainer to MAINTAINERS
 2020-08-26 15:40 UTC  (5+ messages)
` [PUSHED] "

[PATCH 0/3] Rewrite enum_flags, add unit tests, fix problems
 2020-08-26 15:21 UTC  (5+ messages)
` [PATCH 2/3] Use type_instance_flags more throughout

[PATCH 0/4] arc: Add GNU/Linux support
 2020-08-25 16:00 UTC  (12+ messages)
` [PATCH v6 "
  ` [PATCH v6 1/4] arc: Add ARCv2 XML target along with refactoring
` [PUSHED 0/4] arc: Add GNU/Linux support
  ` [PUSHED 1/4] arc: Add ARCv2 XML target along with refactoring
  ` [PUSHED 2/4] arc: Add inclusion of "gdbarch.h" in "arc-tdep.h"
  ` [PUSHED 3/4] arc: Add hardware loop detection
  ` [PUSHED 4/4] arc: Add GNU/Linux support for ARC

[PATCH] gdb/testsuite: fix gdb.base/ui-redirect.exp pattern (gdb/26532)
 2020-08-25 15:01 UTC  (5+ messages)

[PATCH] Disable Clang's integrated assembler for two testcases
 2020-08-25 14:54 UTC  (5+ messages)

Patch: Fix for Bug 26372 [Modula-2] Parsing of multi-subscript arrays
 2020-08-25 12:33 UTC  (6+ messages)

[pushed] gdb: move declaration of valprint_check_validity to valprint.h
 2020-08-25  2:52 UTC 

[PATCH] gdb/testsuite: make runto always emit a FAIL on internal error
 2020-08-24 23:42 UTC  (5+ messages)

[PATCH 1/2] gdb: add infrun_debug_printf macro
 2020-08-24 19:44 UTC  (3+ messages)

[PATCH 0/4] Add gdb support for Cygwin x86_64 core dumps (v2)
 2020-08-24 18:34 UTC  (12+ messages)
` [PATCH 1/4] Add sniffer for Cygwin x86_64 core dumps
` [PATCH 4/4] Add handling for 64-bit module addresses in Cygwin "

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