public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH v2 2/3] gdb: Rename fputs_unfiltered to ui_file_puts
 2020-08-07 22:15 UTC  (3+ messages)

[PATCH v2 1/3] gdb: Rename gdb_flush to ui_file_flush
 2020-08-07 21:01 UTC  (3+ messages)

GDB 10 branching - 2020-08-07 update
 2020-08-07 20:55 UTC  (2+ messages)

[PATCH] gdb: replace function pointer with `void *` data with function_view
 2020-08-07 20:54 UTC  (2+ messages)

[PATCH v2 00/12] Fix Ravenscar regressions
 2020-08-07 17:11 UTC  (16+ messages)
` [PATCH v2 01/12] Call add_active_thread after pushing the ravenscar target
` [PATCH v2 02/12] Avoid crash in ravenscar_thread_target::wait
` [PATCH v2 03/12] Return event_ptid from ravenscar_thread_target::wait
` [PATCH v2 04/12] Handle case where Ada task is current but not listed
` [PATCH v2 05/12] Change names given to Ravenscar threads
` [PATCH v2 06/12] Use gdb::function_view in iterate_over_live_ada_tasks
` [PATCH v2 07/12] Wrap xfer_partial and enable_btrace for Ravenscar
` [PATCH v2 08/12] Update Ravenscar documentation
` [PATCH v2 09/12] Fix Ravenscar "process" resume
` [PATCH v2 10/12] Fetch registers from correct thread in ravenscar-thread.c
` [PATCH v2 11/12] Set inferior_ptid in ravenscar_thread_target::update_thread_list
` [PATCH v2 12/12] Fix remaining Ravenscar regressions

[PATCH] [AArch64] Fix incorrectly-defined SVE macro
 2020-08-07 17:00 UTC 

FYI: git-hooks update on sourceware.org
 2020-08-07 16:44 UTC  (7+ messages)

[PATCH] Enable gdb.cp/ambiguous.exp with GCC >= 10.1 and clang
 2020-08-07 15:27 UTC  (2+ messages)

[PATCH v2 0/2] Regcache fix and optimization
 2020-08-07 15:26 UTC  (6+ messages)
` [PATCH v2 1/2] gdb: pass target to thread_ptid_changed observable
` [PATCH v2 2/2] gdb: change regcache list to be a map

[PATCH] Unify Solaris procfs and largefile handling
 2020-08-07 15:12 UTC  (9+ messages)

[committed] MSP430: sim: Increase main memory region size
 2020-08-07 12:54 UTC  (4+ messages)

[PATCH 0/4] Regcache fix and optimization
 2020-08-06 20:27 UTC  (16+ messages)
` [PATCH 3/4] gdb: pass target to thread_ptid_changed observable
` [PATCH 4/4] gdb: change regcache list to be a map

[PATCH, v1] Add code for processing version 5 DWP files (for use with DWARF v5)
 2020-08-06 19:25 UTC  (8+ messages)
  ` [PATCH, v2] "
    ` [PATCH, v3] "
        ` [PATCH, v4] "

[PATCH] [AArch64] Improve prologue handling (and fix PR26310)
 2020-08-06 17:59 UTC 

[PATCH v2 00/24] Multi-target support
 2020-08-06 17:49 UTC  (5+ messages)

[PATCH 0/2] Fortran dynamic type related fixes
 2020-08-06 15:38 UTC  (8+ messages)
` [PATCHv2 "
  ` [PATCHv2 2/2] gdb/fortran: Access elements of a structure with dynamic type

[PATCH v2 2/2] Refactor amd64_analyze_prologue
 2020-08-06 15:05 UTC  (17+ messages)
` [PATCH v3 0/7] Improve intel IBT support
  ` [PATCH v3 1/7] Add i386 support for endbr skipping
  ` [PATCH v3 2/7] amd64_analyze_prologue: swap upper bound check condition operands
  ` [PATCH v3 3/7] amd64_analyze_prologue: merge op and buf
  ` [PATCH v3 4/7] amd64_analyze_prologue: invert a condition for readability
  ` [PATCH v3 5/7] amd64_analyze_prologue: gradually update pc
  ` [PATCH v3 6/7] amd64_analyze_prologue: fix incorrect comment
  ` [PATCH v3 7/7] amd64_analyze_prologue: use target_read_code instead of read_code

[PATCH] Add gdb.fortran/vla-stride.exp and report a bug
 2020-08-06 13:35 UTC  (4+ messages)
` [PUSHED] gdb/fortran: Support negative array stride in one limited case
  ` Copyright status gdb.fortran/vla-stride.exp test-case

[commit] Don't output null pathname in core_target::build_file_mappings warning
 2020-08-06  1:59 UTC 

[PATCH] gdb/testsuite: link some dwarf2 tests with nopie
 2020-08-05 21:38 UTC  (3+ messages)

[PING][PATCH] DWARFv5: Handle DW_MACRO_define_strx and DW_MACRO_undef_strx macro entries
 2020-08-05 16:47 UTC  (2+ messages)

[PATCH] gdb: Implement native dumpcore function
 2020-08-05 16:24 UTC  (5+ messages)
` [PATCH v2 1/2] "
  ` [PATCH v2 2/2] gdb: Implement native dumpcore function for NetBSD

[PATCH] gdb: Add ARC target and maintainer to MAINTAINERS
 2020-08-05 16:14 UTC 

[PATCH] Fix variant part regressions with older Rust compiler
 2020-08-05 16:11 UTC  (2+ messages)

[PATCHv2 00/18] Further updates for the language class structure
 2020-08-05 14:45 UTC  (19+ messages)
` [PATCHv2 01/18] gdb: Convert la_struct_too_deep_ellipsis to a method
` [PATCHv2 02/18] gdb: Convert la_name_of_this "
` [PATCHv2 03/18] gdb: Convert la_name and la_natural_name to methods
` [PATCHv2 04/18] gdb: Convert la_filename_extensions to a method
` [PATCHv2 05/18] gdb: Move la_language into the language_defn class
` [PATCHv2 06/18] gdb: Convert language_data::c_style_arrays to a method
` [PATCHv2 07/18] gdb: Fix an incorrect comment
` [PATCHv2 08/18] gdb: Convert language_data::string_lower_bound to a method
` [PATCHv2 09/18] gdb: Convert la_store_sym_names_in_linkage_form_p "
` [PATCHv2 10/18] gdb: Override store_sym_names_in_linkage_form_p for Go language
` [PATCHv2 11/18] gdb: Convert language_data::la_range_check to a method
` [PATCHv2 12/18] gdb: Convert language_data::la_case_sensitivity "
` [PATCHv2 13/18] gdb: Convert language_data::la_array_ordering "
` [PATCHv2 14/18] gdb: Convert language_data::la_macro_expansion "
` [PATCHv2 15/18] gdb: Convert language_data::la_varobj_ops "
` [PATCHv2 16/18] gdb: Convert language_data::la_exp_desc "
` [PATCHv2 17/18] gdb: Convert language_data::la_op_print_tab "
` [PATCHv2 18/18] gdb: Remove language_data struct

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

[PATCH V6 0/3] eBPF support
 2020-08-05 13:00 UTC  (19+ messages)
` [PATCH V6 1/3] gdb: support for eBPF
` [PATCH V6 2/3] sim: eBPF simulator
` [PATCH V6 3/3] sim: generated files for the "

[PATCH 0/3] Remove last dynamic prop macros
 2020-08-05 12:56 UTC  (10+ messages)
` [PATCH 1/3] gdb: remove TYPE_DYN_PROP_BATON
` [PATCH 2/3] gdb: remove TYPE_DYN_PROP_KIND
` [PATCH 3/3] gdb: remove TYPE_DYN_PROP_ADDR
    ` [committed][gdb] Fix prop->const_val uses in gdbtypes.c

[PATCH] gdb: Fixed type in value.c
 2020-08-05 11:25 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH] Style more output of "disassemble" command
 2020-08-04 21:55 UTC 

[PATCH 1/2] gdb: change frame_info::prev_func::p type to cached_copy_status
 2020-08-04 18:51 UTC  (4+ messages)
` [PATCH 2/2] gdb: use bool in frame code

[COMMITTED] Update email address in MAINTAINERS
 2020-08-04 18:51 UTC 

[PATCH] gdb: don't use inferior_ptid in linux_nat_wait_1
 2020-08-04 18:49 UTC  (3+ messages)

[COMMITTED V7 0/3] eBPF support
 2020-08-04 16:17 UTC  (4+ messages)
` [COMMITTED V7 1/3] gdb: support for eBPF
` [COMMITTED V7 2/3] sim: eBPF simulator
` [COMMITTED V7 3/3] sim: generated files for the "

[PATCH] gdb/testsuite: Use 'array unset' instead of just 'unset'
 2020-08-04 14:56 UTC  (3+ messages)

[PATCH] MSP430: sim: Fix incorrect simulation of unsigned widening multiply
 2020-08-04 14:55 UTC  (2+ messages)

[PATCH v2] Fixed pretty printing max depth behavior
 2020-08-04 14:13 UTC  (2+ messages)
` [PING] "

[PATCH v3 0/3] arc: Add GNU/Linux support
 2020-08-04 12:42 UTC  (9+ messages)
` [PATCH v4 "
  ` [PATCH v4 2/3] arc: Add hardware loop detection
  ` [PATCH v4 3/3] arc: Add GNU/Linux support for ARC

[PATCH][gdb/symtab] Handle invalid partial DIE reference
 2020-08-04  9:18 UTC  (2+ messages)
` [committed][gdb/symtab] "

[PATCH 0/5] Remove support for old FreeBSD hosts
 2020-08-03 16:19 UTC  (2+ messages)

[committed][gdb/symtab] Ignore DW_LNE_lo_user/DW_LNE_hi_user range
 2020-08-03 15:00 UTC 

[PATCHv2 0/3] Automatic detection of test name problems
 2020-08-03 12:18 UTC  (6+ messages)
` [PATCHv3 "
  ` [PATCHv3 2/3] gdb/testsuite: Detect and warn about duplicate test names

[PATCH 0/2] Breakpoint conditions at locations with differing contexts
 2020-08-03 10:28 UTC  (4+ messages)
  ` [PATCH 1/2] gdb/breakpoint: disable a bp location if condition is invalid at that location
  ` [RFC][PATCH 2/2] gdb/breakpoint: add a '-force' flag to the 'condition' command

[PATCH 00/23] Multi-target support
 2020-08-03  0:08 UTC  (10+ messages)
` [PATCH 02/23] Don't rely on inferior_ptid in record_full_wait

[PATCH V5 0/3] eBPF support
 2020-08-01 23:32 UTC  (5+ messages)
` [PATCH V5 1/3] gdb: support for eBPF

[PATCH] debuginfod-support.c: Replace globals with user_data
 2020-08-01 14:44 UTC  (2+ messages)

Fixing get_builder() function in dwarf2/read.c
 2020-08-01  0:11 UTC 

GNU Tools @ Linux Plumbers Conference
 2020-07-31 18:18 UTC  (4+ messages)

[PATCH 0/2] Fix gdb.base/coremaker.c problems
 2020-07-31 16:43 UTC  (4+ messages)
` [PATCH 2/2] gdb.base/coremaker2.c: Fix compilation problems for x86_64 -m32 multilib

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