public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH 0/4] Regcache fix and optimization
 2020-08-12 15:17 UTC  (20+ messages)
` [PATCH 3/4] gdb: pass target to thread_ptid_changed observable
` [PATCH 4/4] gdb: change regcache list to be a map

[PATCH] Fix duplicate label in gdb.dwarf2/dw2-op-out-param.S
 2020-08-12 13:51 UTC  (3+ messages)

[PATCH] Work around incorrect/broken pathnames in NT_FILE note
 2020-08-11 19:57 UTC  (6+ messages)

[PATCH] [ARM, sim] Fix build failure with -Werror (PR26365)
 2020-08-11 18:43 UTC 

GDB 10 branching - 2020-08-07 update
 2020-08-11 18:12 UTC  (5+ messages)

[RFC PATCH] gdb: introduce xfer_partial_ctx object
 2020-08-11 14:11 UTC 

[committed][gdb/build] Mark ms1 as deleted in MAINTAINERS
 2020-08-11  9:08 UTC 

[PATCH 1/2] gdb: change xml_fetch_another a function_view
 2020-08-10 19:23 UTC  (2+ messages)
` [PATCH 2/2] gdb: remove xfree in xml-support.c

FYI: git-hooks update on sourceware.org
 2020-08-10 16:57 UTC  (8+ messages)

[committed][sim] Fix mbuild build breaker in sim-cpu.c
 2020-08-10 15:27 UTC 

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

[PATCH] [AArch64] Fix incorrectly-defined SVE macro
 2020-08-10 14:57 UTC  (3+ messages)

[PATCH] Style more output of "disassemble" command
 2020-08-10 14:25 UTC  (2+ messages)

[PATCH] [AArch64] Improve prologue handling (and fix PR26310)
 2020-08-10 13:13 UTC  (3+ messages)

[PATCH 0/6] Avoid manual memory management in gdb/compile/
 2020-08-10  0:48 UTC  (10+ messages)
` [PATCH 1/6] Remove some manual memory management from compile interface
` [PATCH 2/6] Use new/delete for do_module_cleanup
  ` [PP?] "
` [PATCH 3/6] Introduce and use compile_module_up
` [PATCH 4/6] Transfer module ownership to do_module_cleanup
  ` [PP?] "
` [PATCH 5/6] Simplify compile_module cleanup
` [PATCH 6/6] Avoid manual memory management of argv arrays in gdb/compile

[PATCH] gdb: replace function pointer with `void *` data with function_view
 2020-08-09 22:28 UTC  (3+ messages)

[committed][gdb/build] Fix missing implicit constructor call with gcc 4.8
 2020-08-08 21:35 UTC 

[PATCH v2 00/24] Multi-target support
 2020-08-07 22:43 UTC  (6+ messages)

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

[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] 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, 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 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  (17+ 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  (8+ messages)
` [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 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  (5+ messages)
` [PATCH v4 "

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

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