public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH v2 00/15] Fixing GNU ifunc support
 2018-04-10 21:52 UTC  (13+ messages)
` [PATCH v2 03/15] Calling ifunc functions when target has no debug info but resolver has
` [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 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 v2 0/4] variants and variant parts
 2018-04-10 20:36 UTC  (3+ 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 0/3] Small testsuite updates
 2018-04-10 20:25 UTC  (7+ 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

[PATCH] supports IPv6 only remote target
 2018-04-10 20:05 UTC  (12+ messages)

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

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

[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 0/2] Invalid file I/O file handles when the target closes
 2018-04-10 10:11 UTC  (3+ 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] infrun: step through indirect branch thunks
 2018-04-10  9:10 UTC  (9+ messages)
    ` [pushed/ob] Apply "Convert observers to C++" edit to gdbarch.sh (Re: [PATCH] infrun: step through indirect branch thunks)

[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 2/5] Copy string_view files from libstdc++
` [PATCH v3 5/5] Adapt and integrate string_view tests
` [PATCH v3 4/5] Copy string_view tests from libstdc++

[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 12/12] Change value::contents to be a unique_xmalloc_ptr
` [RFA 05/12] Change value history to use value_ref_ptr
` [RFA 01/12] Introduce a gdb_ref_ptr specialization for struct value
` [RFA 11/12] Remove range_s VEC
` [RFA 03/12] Change last_examine_value to value_ref_ptr
` [RFA 09/12] Use new and delete for values
` [RFA 02/12] Change breakpoints to use value_ref_ptr
` [RFA 07/12] Remove free_value_chain
` [RFA 08/12] Remove value::next and value::released
` [RFA 04/12] Change varobj to use value_ref_ptr
` [RFA 06/12] Remove free_all_values
` [RFA 10/12] Change value::parent to a value_ref_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  (10+ messages)
` [PATCH 4/5] Make dwarf2_per_objfile::all_comp_units an std::vector
` [PATCH 1/5] Remove some unused variables in dwarf2read.c
` [PATCH 3/5] Remove some usages of get_dwarf2_per_objfile
` [PATCH 5/5] Make dwarf2_per_objfile::all_type_units an std::vector
` [PATCH 2/5] Replace dw2_get_cu/dw2_get_cutu with methods of dwarf2_per_objfile

[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 3/5] Add gdb::string_view
` [PATCH v2 5/5] Adapt and integrate string_view tests

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

[PATCH v2] Show line numbers in output for "info var/func/type"
 2018-04-05 19:56 UTC  (2+ messages)

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

[PATCH] Show line numbers in output for "info var/func/type"
 2018-04-05 13:35 UTC  (4+ messages)

[RFA v2 00/10] Remove some cleanups from linespec.c
 2018-04-05  3:08 UTC  (12+ messages)
` [RFA v2 07/10] Change streq to return bool
` [RFA v2 02/10] Fix some indentation in linespec.c
` [RFA v2 05/10] Have filter_results take a std::vector
` [RFA v2 08/10] More use of std::vector in linespec.c
` [RFA v2 04/10] Return std::string from canonical_to_fullform
` [RFA v2 01/10] Remove some cleanups from search_minsyms_for_name
` [RFA v2 03/10] Make copy_token_string return unique_xmalloc_ptr
` [RFA v2 10/10] Remove unnecessary include from linespec.h
` [RFA v2 06/10] Remove a string copy from event_location_to_sals
` [RFA v2 09/10] Remove typep and VEC(typep) from linespec.c

Fwd: [PATCH, committed] i386: Clear vex instead of vex.evex
 2018-04-04 15:36 UTC  (5+ messages)

next GDB release update: 1 month to planned GDB 8.1.1 release
 2018-04-04  6:51 UTC  (2+ messages)

[RFA 00/10] Remove some cleanups from linespec.c
 2018-04-03 22:31 UTC  (18+ messages)
` [RFA 04/10] Return std::string from canonical_to_fullform
` [RFA 10/10] Remove unnecessary include from linespec.h
` [RFA 08/10] More use of std::vector in linespec.c
` [RFA 03/10] Make copy_token_string return unique_xmalloc_ptr
` [RFA 07/10] Change streq to return bool
` [RFA 02/10] Fix some indentation in linespec.c
` [RFA 06/10] Remove a string copy from event_location_to_sals
` [RFA 09/10] Remove typep and VEC(typep) from linespec.c
` [RFA 01/10] Remove some cleanups from search_minsyms_for_name
` [RFA 05/10] Have filter_results take a std::vector

[RFA] Change read_alphacoff_dynamic_symtab to use gdb::def_vector
 2018-04-03 17:38 UTC  (4+ messages)

Feel unsafe getting in and out of the tub?
 2018-04-03 13:48 UTC 

Your Vivint.SmartHome Monitoring offer has arrived
 2018-04-03 12:33 UTC 

[PATCH5 PR gdb/16959] gdb hangs in infinite recursion
 2018-04-02 19:28 UTC  (15+ messages)
  ` [pushed][PATCH5 "

[patch] Fix gdb/doc/ PDF build on Fedora Rawhide==F-29
 2018-04-02 16:58 UTC  (4+ messages)
    ` cancel: "

[PATCH 1/3] Use std::vector in uploaded_tp
 2018-04-02  2:23 UTC  (5+ messages)
` [PATCH 3/3] Remove usage of VEC(char_ptr) in gdbscm_parse_function_args

[RFA] Change rs6000_ptrace_ldinfo to return a byte_vector
 2018-04-01 18:29 UTC  (2+ 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).