public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH 00/40] C++ify target_ops, toward multi-target
 2018-04-14 19:10 UTC  (16+ messages)
` [PATCH 09/40] target_ops/C++: bfd-target
` [PATCH 37/40] target_ops/C++: The Hurd
` [PATCH 39/40] linux_nat_target: More low methods
` [PATCH 32/40] target_ops/C++: Generic i386/AMD64 BSD targets
` [PATCH 03/40] target_ops/C++: exec target
` [PATCH 34/40] target_ops/C++: bsd_kvm_add_target, BSD libkvm target
` [PATCH 29/40] target_ops/C++: Tile-Gx GNU/Linux
` [PATCH 23/40] target_ops/C++: IA-64 GNU/Linux
` [PATCH 02/40] make-target-delegates: line break between return type and function name
` [PATCH 07/40] target_ops/C++: ravenscar-thread
` [PATCH 08/40] target_ops/C++: bsd-uthread
` [PATCH 19/40] target_ops/C++: AIX target
` [PATCH 20/40] target_ops/C++: ARM GNU/Linux
` [PATCH 27/40] target_ops/C++: SPARC GNU/Linux
` [PATCH 17/40] target_ops/C++: macOS/Darwin target

[PATCH v2 00/15] Fixing GNU ifunc support
 2018-04-14 16:36 UTC  (15+ messages)
` [PATCH v2 05/15] Fix elf_gnu_ifunc_resolve_by_got buglet
` [PATCH v2 02/15] Fix calling ifunc functions when resolver has debug info and different name
` [PATCH v2 01/15] Fix breakpoints in ifunc after inferior resolved it (@got.plt symbol creation)
` [PATCH v2 03/15] Calling ifunc functions when target has no debug info but resolver has

[PATCH] Eliminate target_ops::to_xclose
 2018-04-13 17:57 UTC 

[PATCH v2] Show line numbers in output for "info var/func/type"
 2018-04-13 17:28 UTC  (3+ messages)
  ` [pushed] "

[PATCH] infrun: step through indirect branch thunks
 2018-04-13 16:07 UTC  (11+ messages)
    ` [pushed/ob] Apply "Convert observers to C++" edit to gdbarch.sh (Re: [PATCH] infrun: step through indirect branch thunks)

[PATCH 0/3] Small testsuite updates
 2018-04-13 13:57 UTC  (12+ messages)
` [PATCH 3/3] gdb/testsuite: Handle targets with lots of registers
` [PATCH 2/3] gdb/testsuite: Filter out some registers for riscv
` [PATCH 1/3] gdb/testsuite: Fix broken regexp in gdbstub case

image studio for you
 2018-04-13 11:59 UTC 

[RFA 0/2] Minor Rust-related DWARF reader fixes
 2018-04-13  7:41 UTC  (5+ messages)
` [RFA 1/2] Conditionally drop the discriminant field in quirk_rust_enum
` [RFA 2/2] Set TYPE_NAME for Rust unions

[patch+8.1] Fix -D_GLIBCXX_DEBUG gdb-add-index regression
 2018-04-12 20:45 UTC  (6+ messages)
    ` buildbot false warning mails [Re: [patch+8.1] Fix -D_GLIBCXX_DEBUG gdb-add-index regression]
  ` [commit+8.1] Fix -D_GLIBCXX_DEBUG gdb-add-index regression

Oh dear. I regret to inform you that commit b4be9bfdabb57f40656e72a50a8466af4f7bd37d might be unfortunate
 2018-04-12 20:45 UTC  (3+ messages)
` Breakage on builder Fedora-i686, revision b4be9bfdabb57f40656e72a50a8466af4f7bd37d

possible fix for PR symtab/23010
 2018-04-12 19:06 UTC 

[RFA v2 0/4] variants and variant parts
 2018-04-12 18:45 UTC  (8+ messages)
` [RFA v2 3/4] Convert Rust to use discriminated unions
  ` -readnow crash Rust regression [Re: [RFA v2 3/4] Convert Rust to use discriminated unions]

[PATCH] Make inf_ptrace_trad Linux-only, move to separate file
 2018-04-12 17:47 UTC 

[FYI] Remove old univariant code from rust-lang.c
 2018-04-12 17:07 UTC 

[PATCH] More procfs.c simplification
 2018-04-12 16:59 UTC 

[PATCH] Eliminate procfs.c:procfs_use_watchpoints
 2018-04-12 16:57 UTC 

[pushed/ob] Fix Solaris build
 2018-04-12 16:49 UTC 

[pushed/ob] Eliminate target_has_exited
 2018-04-12 16:43 UTC 

[PATCH] Always print "Detaching after fork from child..."
 2018-04-11 19:08 UTC  (10+ messages)
` [PATCH v4] Enable 'set print inferior-events' and improve detach/fork/kill/exit messages
` [PATCH v5] "

[PATCH] Add test for following fork on position-independent executables
 2018-04-11 18:54 UTC  (3+ messages)

[PATCH 0/3 v3] [AArch64] Support tagged pointer
 2018-04-11 18:27 UTC  (10+ messages)

[PATCH] supports IPv6 only remote target
 2018-04-11 16:18 UTC  (15+ messages)

[FYI] Add Rust test case for ".." struct initializer
 2018-04-11 14:26 UTC 

[PATCH 0/2] Invalid file I/O file handles when the target closes
 2018-04-11  3:33 UTC  (4+ messages)
` [PATCH 1/2] C++ify fileio_fh_t, replace VEC with std::vector
` [PATCH 2/2] File I/O file handles after target closes

[PATCH] Fix compilation failure in gdb.arch/aarch64-tagged-pointer.c
 2018-04-11  1:54 UTC 

[PATCH 1/5] Make delim_string_to_char_ptr_vec return an std::vector
 2018-04-10 20:52 UTC  (5+ messages)
` Regression with -D_GLIBCXX_DEBUG [Re: [PATCH 1/5] Make delim_string_to_char_ptr_vec return an std::vector]

[RFA] Clear entire "location" in value constructor
 2018-04-10 17:37 UTC 

[PATCH v5 0/8] Remove gdbserver dependency on xml files
 2018-04-10 14:34 UTC  (9+ messages)
` [PATCH v5 5/8] Add feature reference in .dat files
` [PATCH v5 8/8] Remove xml files from gdbserver
` [PATCH v5 3/8] Commonise tdesc types
` [PATCH v5 1/8] Commonise tdesc_reg
` [PATCH v5 6/8] Create xml from target descriptions
` [PATCH v5 7/8] Remove xml file references "
` [PATCH v5 2/8] Commonise tdesc_feature
` [PATCH v5 4/8] Add tdesc osabi and architecture functions

[PATCH] Fix gdb.base/fork-running-state.exp race
 2018-04-10 14:05 UTC  (3+ messages)

[PATCH] Replace finish_thread_state_cleanup with a RAII class
 2018-04-10 13:54 UTC  (3+ messages)

[PATCH] gdb: Add a default_unwind_pc method for gdbarch
 2018-04-10 10:13 UTC  (3+ messages)
` [PATCHv2 0/4] Supply additional default gdbarch methods
  ` PING: "

[PATCH] Add selftests for range_contains and insert_into_bit_range_vector
 2018-04-09 19:55 UTC  (6+ messages)
` [PATCH v2] "

[PATCH] Use an std::vector for inline_states
 2018-04-09 19:45 UTC  (7+ messages)

[PATCH] Defer breakpoint reset when cloning progspace for fork child
 2018-04-09 19:35 UTC  (6+ messages)

[PATCH] Remove VEC(tsv_s), use std::vector instead
 2018-04-09 19:31 UTC  (4+ messages)

[PATCH v3 1/5] Update ax_cv_cxx_compile_cxx.m4
 2018-04-09 18:28 UTC  (17+ messages)
` [PATCH v3 3/5] Add gdb::string_view
` [PATCH v3 5/5] Adapt and integrate string_view tests
` [PATCH v3 2/5] Copy string_view files from libstdc++
` [PATCH v3 4/5] Copy string_view tests "

[PATCH] Add test case for a known hang in infrun
 2018-04-09 16:12 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] Add libcc1 v1 compatibility to C compile feature
 2018-04-09 12:39 UTC  (2+ messages)

[PATCH v2] Don't elide all inlined frames
 2018-04-09 12:25 UTC  (2+ messages)

[RFA 00/12] (somewhat) clean up struct value ownership
 2018-04-08 21:32 UTC  (22+ messages)
` [RFA 10/12] Change value::parent to a value_ref_ptr
` [RFA 06/12] Remove free_all_values
` [RFA 04/12] Change varobj to use value_ref_ptr
` [RFA 08/12] Remove value::next and value::released
` [RFA 07/12] Remove free_value_chain
` [RFA 02/12] Change breakpoints to use value_ref_ptr
` [RFA 03/12] Change last_examine_value to value_ref_ptr
` [RFA 09/12] Use new and delete for values
` [RFA 11/12] Remove range_s VEC
` [RFA 01/12] Introduce a gdb_ref_ptr specialization for struct value
` [RFA 05/12] Change value history to use value_ref_ptr
` [RFA 12/12] Change value::contents to be a unique_xmalloc_ptr

[PATCH 1/2] Fix indentation in gdb.mi/mi-stack.exp
 2018-04-07 18:14 UTC  (6+ messages)
` [PATCH 2/2] Fix gdb.mi/mi-stack.exp when gcc generates a stack protector

[PATCH] Replace make_cleanup_restore_current_traceframe with RAII class
 2018-04-07 18:03 UTC  (2+ messages)

[PATCH 0/5] Random dwarf2read.c improvements
 2018-04-07 18:01 UTC  (2+ messages)

[PATCH] Implement write_async_safe for mi_console_file (PR 22299)
 2018-04-07 17:49 UTC  (2+ messages)

[PATCH] Remove stale file i386-avx.dat
 2018-04-07 17:39 UTC  (2+ messages)

[PATCH 1/2] Make "set osabi none" really work
 2018-04-07 17:36 UTC  (2+ messages)

[PATCH] Make target_read_alloc & al return vectors
 2018-04-07 17:21 UTC  (2+ messages)

[PATCH v2 1/5] Update ax_cv_cxx_compile_cxx.m4
 2018-04-06 22:01 UTC  (7+ messages)
` [PATCH v2 5/5] Adapt and integrate string_view tests
` [PATCH v2 3/5] Add gdb::string_view

[PATCH] Add -Wno-error=deprecated-register to gdb build flags
 2018-04-06 20:16 UTC  (2+ messages)

[PATCH] Use dlsym to check if libdl is needed for plugin
 2018-04-05 17:08 UTC  (2+ messages)

[PATCH] Show line numbers in output for "info var/func/type"
 2018-04-05 13:35 UTC  (4+ 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).