Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
[PATCHv4] gdb: prevent an assertion when computing the frame_id for an inline frame
 2021-08-09 15:41 UTC  (2+ messages)
` [PATCHv5] "

[PATCH] Ignore .debug_types when reading .debug_aranges
 2021-08-09 12:27 UTC  (2+ messages)

[PATCH] Improve forward progress test in gdb.python/python.exp
 2021-08-09  9:45 UTC  (2+ messages)

[PATCH] gdb: riscv_scan_prologue: handle LD instruction
 2021-08-09  9:08 UTC  (2+ messages)

[PATCH v2 0/4] gdb: Refactor cmd_list_element.var
 2021-08-08 19:23 UTC  (5+ messages)
` [PATCH v2 1/4] gdb: Add typesafe getter/setter for cmd_list_element.var
` [PATCH v2 2/4] gdb: make string-like set show commands use std::string variable
` [PATCH v2 3/4] gdb: Have setter and getter callbacks for settings
` [PATCH v2 4/4] gdb: Setting setter return a bool to tell if the value changed

[pushed] Include objfiles.h in a few .c files
 2021-08-08 14:55 UTC 

[PATCH 0/5] Some gdb build cleanups
 2021-08-07  1:03 UTC  (3+ messages)
` [PATCH 1/5] Remove gdb/testsuite/configure

[PATCH] Generalize addrmap dumping
 2021-08-06 22:26 UTC 

[PATCH] Fix a latent bug in dw2-ranges-overlap.exp
 2021-08-06 22:18 UTC 

[pushed] Unconditionally define _initialize_addrmap
 2021-08-06 18:32 UTC 

[PATCH master + 11][gdb/symtab] Fix zero address complaint for shlib
 2021-08-06 14:43 UTC  (8+ messages)

[PATCH V7 PING 4] CTF: multi-CU and archive support
 2021-08-05 22:38 UTC  (2+ messages)
` [PATCH V7 PING 5] "

[PATCH, rs6000] Add ppc64*_gnu_triplet_regexp methods
 2021-08-05 20:43 UTC  (5+ messages)
  ` [PATCH, rs6000] [V2] "

[PATCH, rs6000] Add ppc64_linux_gcc_target_options method
 2021-08-05 20:43 UTC  (5+ messages)
  ` [PATCH, rs6000] [V2] "

[Patch v2] Handle .TOC. sections during gdb-compile for rs6000 target
 2021-08-05 17:50 UTC  (5+ messages)

[PATCH] gdb: iterate only on vfork parent threads in handle_vfork_child_exec_or_exit
 2021-08-05 17:08 UTC  (2+ messages)

[PATCH v3 00/17] DWARF expression evaluator design cleanup
 2021-08-05 16:38 UTC  (3+ messages)

[PATCH 1/2] gdb/testsuite: gdb.base/attach.exp: fix support check in test_command_line_attach_run
 2021-08-05 16:28 UTC  (2+ messages)

[PATCH] gdb: enable target_async around stop_all_threads call in process_initial_stop_replies
 2021-08-05 16:28 UTC  (2+ messages)

[pushed] gdb: target_waitstatus_to_string: print extra info for FORKED, VFORKED, EXECD
 2021-08-05 16:18 UTC 

[pushed] gdb: use ptid_t::to_string in print_target_wait_results
 2021-08-05 16:14 UTC 

[PATCH] TUI disassembly window improvement, take 2
 2021-08-05 14:40 UTC  (8+ messages)
` [PATCH] [PING] "
  ` [PATCH] [PING #2] "
    ` [PATCH] [PING #3] "
      ` [PING][#4][PATCH] "
        ` [PING][#5][PATCH] "
          ` [PING][#6][PATCH] "

[PATCH 0/3] Stepping over clone syscall
 2021-08-05  9:55 UTC  (4+ messages)
` [PATCH 1/3] gdb/testsuite: update test gdb.base/step-over-syscall.exp

[PATCH] finish-reverse fix for setting break on correct entry point when executing in reverse
 2021-08-04 23:51 UTC  (4+ messages)

[PATCH] gdb: Use unwinder name in frame_info::to_string
 2021-08-04 23:16 UTC  (4+ messages)

[PATCH] gdbsupport: add debug assertions in gdb::optional::get
 2021-08-04 19:39 UTC  (11+ messages)
      ` [PATCH 1/3] gdb: fix typo in complaint in dwarf2/macro.c
        ` [PATCH 2/3] gdb: avoid dereferencing empty str_offsets_base optional in dwarf_decode_macros
        ` [PATCH 3/3] gdb/testsuite: fix gdb.base/info-macros.exp with clang

[PATCH] gdb: fix warnings in bsd-kvm.c
 2021-08-04 19:26 UTC  (3+ messages)

[PATCH][gdb/symtab] Implement addrmap_mutable_find
 2021-08-04 16:18 UTC  (3+ messages)
` [committed][PATCH][gdb/symtab] "

[committed][gdb/symtab] Use lambda function instead of addrmap_foreach_check
 2021-08-04 12:30 UTC 

[PATCH v3 0/3] Follow fork improvements
 2021-08-04  0:44 UTC  (6+ messages)
` [PATCH v3 3/3] gdb: follow-fork: push target and add thread in target_follow_fork

[PATCH v2 00/13] FreeBSD target async mode and related refactoring
 2021-08-03 18:50 UTC  (14+ messages)
` [PATCH v2 01/13] gdbsupport: Add an event-pipe class
` [PATCH v2 02/13] gdb linux-nat: Convert linux_nat_event_pipe to the event_pipe class
` [PATCH v2 03/13] gdbserver linux-low: Convert linux_event_pipe "
` [PATCH v2 04/13] linux-nat: Don't enable async mode at the end of linux_nat_target::resume
` [PATCH v2 05/13] do_target_wait_1: Clear TARGET_WNOHANG if the target isn't async
` [PATCH v2 06/13] inf-ptrace: Raise an internal_error if waitpid() fails
` [PATCH v2 07/13] inf-ptrace: Support async targets in inf_ptrace_target::wait
` [PATCH v2 08/13] fbsd-nat: Implement async target support
` [PATCH v2 09/13] fbsd-nat: Include ptrace operation in error messages
` [PATCH v2 10/13] fbsd-nat: Switch fbsd_nat_target::resume entry debug message from lwp to nat
` [PATCH v2 11/13] fbsd-nat: Return NULL rather than failing thread_alive
` [PATCH v2 12/13] Enable async mode in the target in attach_cmd
` [PATCH v2 13/13] inf-ptrace: Add an event_pipe to be used for async mode in subclasses

[PATCH 0/1] Improve CSKY arch support
 2021-08-03 10:19 UTC  (3+ messages)
` [PATCH 1/1] gdb:csky rm tdesc_has_registers in csky_register_name

[PATCH] Update btrace data in maintenance btrace commands
 2021-08-03 10:05 UTC  (6+ messages)

[PING] [PATCH 0/1] Improve CSKY arch support
 2021-08-03  9:33 UTC 

[PATCH] Fixes for mi-fortran-modules.exp fixes
 2021-08-02 16:54 UTC  (3+ messages)

[PATCH 0/5] Fix Ada qualification bug
 2021-08-02 16:22 UTC  (2+ messages)

[PATCH 0/2] Fix decoding of some Ada names
 2021-08-02 16:21 UTC  (2+ messages)

[PATCH][gdb/symtab] Recognize .gdb_index symbol table with empty entries as empty
 2021-08-02 14:15 UTC  (3+ messages)

[committed][gdb/testsuite] Fix gdb.dwarf2/dw2-using-debug-str.exp with cc-with-dwz-m
 2021-08-02 13:33 UTC 

[committed][gdb/testsuite] Fix gdb.dwarf2/dw2-using-debug-str.exp with cc-with-gdb-index
 2021-08-02 13:33 UTC 

[committed][gdb/testsuite] Fix gdb.dwarf2/per-bfd-sharing.exp with cc-with-gdb-index
 2021-08-02 13:33 UTC 

[committed][gdb/testsuite] Fix gdb.dwarf2/gdb-index-nodebug.exp with cc-with-gdb-index
 2021-08-02 13:32 UTC 

[committed][gdb/testsuite] Fix gdb.dwarf2/fission-relative-dwo.exp with cc-with-gdb-index
 2021-08-02 13:32 UTC 

[PATCH] [AArch64] MTE corefile support
 2021-08-02 12:06 UTC  (11+ messages)
` [PATCH,v5][AArch64] "
  ` [PING][PATCH,v5][AArch64] "

GDB 11.1 release prep update (2021-08-01)
 2021-08-02 11:59 UTC  (2+ messages)

[PATCH] gdb: Make the builtin "boolean" type an unsigned type
 2021-08-02 11:13 UTC  (9+ messages)
` [PATCH v2] "
` [PUSHED master] "
` [PUSHED gdb-11-branch] "

GDB 11.1 release prep update (2021-07-24)
 2021-08-01 23:19 UTC  (3+ messages)

[RFA] Fix/complete option list/description in manual and in gdb --help
 2021-08-01 23:19 UTC  (3+ messages)

[committed][gdb/testsuite] Fix gdb.base/maint.exp with cc-with-gdb-index
 2021-08-01 18:05 UTC 

[committed][gdb/testsuite] Fix gdb.base/index-cache.exp with cc-with-gdb-index
 2021-08-01 18:04 UTC 

[PATCH] Avoid crash in varobj deletion
 2021-08-01 16:30 UTC  (2+ messages)

[PATCH] Fixes for the finish-reverse-bkpt.exp test
 2021-08-01 15:52 UTC  (2+ messages)

[PATCH 0/2] add annotation in 'info locals' command for variables shadowing case
 2021-07-31 10:43 UTC  (3+ messages)
` [PATCH 1/2] gdb: "

[PATCH 00/16] Bunch of commands related cleanups
 2021-07-30 17:47 UTC  (28+ messages)
` [PATCH 13/16] gdb: remove cmd_list_element::function::sfunc
` [PATCH 15/16] gdb: make cmd_list_element var an optional union
` [PATCH 16/16] gdb: make string-like set show commands use std::string variable

[PATCH] Replace exception_print_same with operator!=
 2021-07-30 14:37 UTC  (3+ messages)

Use of an external variant implementation
 2021-07-30 14:05 UTC  (2+ messages)

[PATCH 1/3] gdbsupport: change scoped_fd::to_file to a free function
 2021-07-30 13:47 UTC  (2+ messages)

[PATCH 0/2] Add AVX512-FP16 support
 2021-07-30 12:04 UTC  (6+ messages)
` [PATCH 1/2] Add half support for AVX512 register view
` [PATCH 2/2] gdb: Enable finish command and inferior calls for _Float16 on amd64 and i386

[gdb/build] Fix Werror=nonnull-compare build breaker with gcc 12
 2021-07-30 10:16 UTC  (5+ messages)
              ` [master + 11][gdb/build] Disable attribute nonnull

[PATCH] Use iterator_range in more places
 2021-07-30  2:18 UTC  (2+ messages)

[PATCH] gdb: fix nr_bits gdb_assert in append_flags_type_field
 2021-07-30  1:59 UTC  (3+ messages)

[PATCH] Fix displaced stepping watchpoint check order
 2021-07-30  1:32 UTC  (5+ messages)

[PATCH v2 0/5] A few fixes to OpenBSD's native target
 2021-07-30  1:27 UTC  (9+ messages)
` [PATCH v2 3/5] obsd-nat: Various fixes to obsd_nat_target::wait
` [PATCH v2 4/5] obsd-nat: Various fixes for fork following

[PATCH] GDB Testsuite, update compile-cplus.exp to current options framework
 2021-07-29 19:53 UTC  (2+ messages)

[PATCH] [gdb/testsuite] templates.exp to accept clang++ output
 2021-07-29 17:24 UTC  (5+ messages)

[PATCH v3 1/3] gdbtypes: return value from get_unsigned_type_max
 2021-07-29 17:01 UTC  (6+ messages)
` [PATCH v3 2/3] guile: fix make-value with pointer type
` [PATCH v3 3/3] guile/scm-math: indentation fixes

[PATCH v2] guile: fix make-value with pointer type
 2021-07-29 15:11 UTC  (5+ messages)
` [PING] "

[PATCH 1/1] gdb, i386: Enable AVX512-bfloat16 for i386 targets
 2021-07-29 13:05 UTC 

[PATCH 0/4] gdb: Refactor cmd_list_element.var
 2021-07-29  1:55 UTC  (9+ messages)
` [PATCH 1/4] gdb: Add typesafe getter/setter for cmd_list_element.var
` [PATCH 2/4] gdb: make string-like set show commands use std::string variable
` [PATCH 3/4] gdb: Have setter and getter callbacks for params
` [PATCH 4/4] gdb: Param setter return a bool to tell if the value changed

[PATCH v3] Guile: temporary breakpoints
 2021-07-29  0:31 UTC  (3+ messages)

[PATCH v2] guile: fix smob exports
 2021-07-28 23:23 UTC  (2+ messages)
` [PING] "

[PATCH v3] guile: stop procedures on invalid breakpoints
 2021-07-28 23:16 UTC 

[PATCH] gdb: clean up some things in features/Makefile
 2021-07-28 21:20 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