public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[RFAv6 0/3] Allow the user to define default args for aliases
 2020-05-16 17:19 UTC  (2+ messages)
` [RFAv6 2/3] Add tests for new default-args related commands and arguments

[PATCH] Make BLOCK_START and BLOCK_END into rvalues
 2020-05-16 16:36 UTC  (3+ messages)

[PATCH 1/2] gdb: add type::name / type::set_name
 2020-05-16 16:35 UTC  (5+ messages)
` [PATCH 2/2] gdb: remove TYPE_NAME macro

[PATCH] Remove ALL_UIS
 2020-05-16 15:56 UTC  (2+ messages)

[PATCH] Remove compunit_symtab::block_line_section
 2020-05-16 15:45 UTC 

[PATCH] gdb: fix -Wtautological-overlap-compare warning in mips-linux-tdep.c
 2020-05-16 15:23 UTC  (4+ messages)

[PATCH v2 00/24] Multi-target support
 2020-05-16 11:33 UTC  (4+ messages)
` [PATCH v2 18/24] "
    ` Fix IA-64 GNU/Linux build (Re: [PATCH v2 18/24] Multi-target support)

[PATCH 14/31] gdbserver/linux-low: turn 'breakpoint_at' into a method
 2020-05-16  8:49 UTC  (3+ messages)
  ` [PATCH 11/31] gdbserver/linux-low: turn 'sw_breakpoint_from_kind' "

[PATCHv2 0/2] Line table is_stmt support
 2020-05-16  8:12 UTC  (15+ messages)
` [PATCH 0/2] More regression fixing from is-stmt patches
  ` [PATCH 2/2] gdb: Preserve is-stmt lines when switch between files

[pushed] gdb: remove unnecessary struct typedef in sparc64-tdep.c
 2020-05-16  2:18 UTC 

[PATCH] Remove lookup_objfile_from_block
 2020-05-15 22:30 UTC  (2+ messages)

[PATCH] gdb: fix -Wtautological-overlap-compare error in lm32-tdep.c
 2020-05-15 22:28 UTC 

[PATCH] Remove allocate_symbol et al
 2020-05-15 22:18 UTC  (2+ messages)

-Werror,-Wtautological-overlap-compare error in h8300-tdep.c
 2020-05-15 21:05 UTC 

-Wtautological-bitwise-compare error in arm-tdep.c
 2020-05-15 20:57 UTC  (3+ messages)

[RFAv2 00/10] fix/improve cmd structure, class_alias, help, apropos
 2020-05-15 20:46 UTC  (16+ messages)
` [RFAv2 01/10] Fix the only incorrect case found by command_structure_invariants selftest
` [RFAv2 02/10] Add a selftest that detects a 'corrupted' command tree structure in GDB
` [RFAv2 03/10] Fix problem that alias can be defined or not depending on the order
` [RFAv2 04/10] Fix the problems reported by prefix check of command-def-selftests.c
` [RFAv2 05/10] command-def-selftests.c: detect missing or wrong prefix cmd in subcommands
` [RFAv2 06/10] Fix inconsistent output of prefix and bugs in 'show' command
` [RFAv2 07/10] Fix/improve 'help CLASS' output
` [RFAv2 08/10] Fix/improve 'apropos' output
` [RFAv2 09/10] Ensure class_alias is only used for user-defined aliases
` [RFAv2 10/10] Update NEWS and documentation for help and apropos changes

[pushed] update name of several Ada fixed-point type handling functions
 2020-05-15 20:08 UTC 

[PATCH 4/4] [PR gdbserver/25893]: Add gdbserver test for argument with space in it
 2020-05-15 20:07 UTC  (5+ messages)
` [PATCH 1/2] gdb/testsuite: support passing inferior arguments with native-gdbserver board
  ` [PATCH 2/2] gdb/testsuite: add inferior arguments test

[PATCH] [PR 25678] gdb crashes with "internal-error: sect_index_text not initialized" when .text
 2020-05-15 18:33 UTC  (7+ messages)

[PATCH 0/9] Starting to convert languages to separate classes
 2020-05-15 17:47 UTC  (24+ messages)
` [PATCH 3/9] gdb: Convert language la_read_var_value field to a method
` [PATCH 4/9] gdb: Convert language la_pass_by_reference "
` [PATCHv2 00/13] Starting to convert languages to separate classes
  ` [PATCHv2 01/13] gdb: Represent all languages as sub-classes of language_defn
  ` [PATCHv2 02/13] gdb: Convert language la_print_array_index field to a method
  ` [PATCHv2 03/13] gdb: Convert language la_read_var_value "
  ` [PATCHv2 04/13] gdb: Convert language la_pass_by_reference "
  ` [PATCHv2 05/13] gdb: Convert language la_language_arch_info "
  ` [PATCHv2 06/13] gdb: Convert language la_lookup_transparent_type "
  ` [PATCHv2 07/13] gdb: Convert language la_iterate_over_symbols "
  ` [PATCHv2 08/13] gdb: Convert language la_get_compile_instance "
  ` [PATCHv2 09/13] gdb: Convert language la_search_name_hash "
  ` [PATCHv2 10/13] gdb: Convert language la_sniff_from_mangled_name "
  ` [PATCHv2 11/13] gdb: Convert language la_print_type "
  ` [PATCHv2 12/13] gdb: Convert language la_demangle "
  ` [PATCHv2 13/13] gdb: Convert language skip_trampoline "

Patches for PR 25893 "gdbserver incorrectly handles program args containing space"
 2020-05-15 17:29 UTC  (4+ messages)
` [PATCH v4 1/9] gdb: Move construct_inferior_arguments to gdbsupport
  ` [PATCH v4 8/9] gdb/testsuite: support passing inferior arguments with native-gdbserver board

[PATCH v8 0/6] Handle already-exited threads in 'stop_all_threads'
 2020-05-15 17:17 UTC  (28+ messages)
` [PATCH v8 1/6] gdb: protect some 'regcache_read_pc' calls
` [PATCH v8 2/6] gdb/infrun: move a 'regcache_read_pc' call down to first use
` [PATCH v8 3/6] gdb/infrun: extract out a code piece into 'mark_non_executing_threads' function
` [PATCH v8 4/6] gdb: introduce 'all_non_exited_process_targets' and 'switch_to_target_no_thread'
` [PATCH v8 5/6] gdb/infrun: enable/disable thread events of all targets in stop_all_threads
` [PATCH v8 6/6] gdb/infrun: handle already-exited threads when attempting to stop

[PATCH] gdb: infrun: consume multiple events at each pass in stop_all_threads
 2020-05-15 16:53 UTC  (9+ messages)
      ` [PATCH v2] "

[committed][gdb/testsuite] Split up multi-exec test-cases
 2020-05-15 14:27 UTC  (7+ messages)
    ` [committed][gdb/testsuite] Rename *.exp.in to *.exp.tcl

[PATCH 0/7] Remove obsolete GDBserver ports
 2020-05-15 14:18 UTC  (20+ messages)
` [PATCH 1/7] gdbserver: remove support for LynxOS
` [PATCH 2/7] gdbserver: remove support for Neutrino
` [PATCH 3/7] gdbserver: remove support for Blackfin
` [PATCH 4/7] gdbserver: remove support for CRIS
` [PATCH 5/7] gdbserver: remove support for M32R
` [PATCH 6/7] gdbserver: remove support for Tile
` [PATCH 7/7] gdbserver: remove support for ARM/WinCE
` [PATCH 8/7] gdb: mention removed GDBserver host support in NEWS

[OB PATCH] Fix "control reaches end of non-void function" errors in testsuite
 2020-05-15 14:04 UTC 

[OB PATCH] Don't silently skip tests if OpenCL is unsupported
 2020-05-15 13:27 UTC 

[PUSHED] gdb/testsuite: Revert commit 843f4d93576eef02139f7b1b3fa1cea7b0f286f1
 2020-05-15 10:52 UTC 

[PUSHED] contrib: Update dg-extract-results.* from gcc
 2020-05-15 10:42 UTC 

[PING][PATCH][PR gdb/21690] Fix interruption of command history search
 2020-05-15  9:00 UTC 

[PATCH] Enable hardware breakpoints for gdbserver on Windows
 2020-05-15  8:57 UTC  (3+ messages)

[PATCH] <Overlapping Dwarf Compile Units with non-overlapping subranges gives incorrect line information>
 2020-05-15  2:43 UTC 

[PATCH v2] Disable record btrace bts support for AMD processors
 2020-05-15  1:00 UTC  (3+ messages)

[PATCH] Disable record btrace bts support for AMD processors
 2020-05-15  0:40 UTC  (6+ messages)

[RFA 00/10] fix/improve cmd structure, class_alias, help, apropos
 2020-05-14 21:12 UTC  (20+ messages)
` [RFA 01/10] Add a selftest that detects a 'corrupted' command tree structure in GDB
` [RFA 02/10] Fix the only incorrect case found by command_structure_invariants selftest
` [RFA 03/10] Fix problem that alias can be defined or not depending on the order
` [RFA 04/10] command-def-selftests.c: detect missing or wrong prefix cmd in subcommands
` [RFA 05/10] Fix the problems reported by prefix check of command-def-selftests.c
` [RFA 06/10] Fix inconsistent output of prefix and bugs in 'show' command
` [RFA 07/10] Fix/improve 'help CLASS' output
` [RFA 08/10] Fix/improve 'apropos' output
` [RFA 09/10] Ensure class_alias is only used for user-defined aliases

[PATCH 1/2] gdb: add type::code / type::set_code
 2020-05-14 17:59 UTC  (4+ messages)
` [PATCH 2/2] gdb: remove TYPE_CODE macro

[PATCH] gdbserver: small cleanup of README file
 2020-05-14 16:08 UTC 

[committed][gdb/testsuite] Fix gdb.fortran/nested-funcs-2.exp with gdbserver
 2020-05-14 15:25 UTC 

[PATCH 0/4] arc: Add GNU/Linux support
 2020-05-14 15:12 UTC  (11+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/4] arc: Add XML target features for Linux targets
  ` [PATCH v2 2/4] arc: Recognize registers available on "
  ` [PATCH v2 3/4] arc: Add GNU/Linux support for ARC
  ` [PATCH v2 4/4] arc: Add arc-*-linux regformats

[RFC][PATCH 0/7] Patching new code in a binary
 2020-05-14 14:08 UTC  (8+ messages)
` [RFC][PATCH 1/7] Add addr argument to infcall_mmap
` [RFC][PATCH 2/7] Change memory protection for compile arguments to RW
` [RFC][PATCH 3/7] Make create_sals_from_location_default non static
` [RFC][PATCH 4/7] Add address argument to compile_to_object
` [RFC][PATCH 5/7] Add the option to defer register storage for compiled object loading
` [RFC][PATCH 6/7] Convert short jumps to long ones in amd64_relocate_instruction
` [RFC][PATCH 7/7] Add the patch command to dynamically inject code in the inferior

[PATCH v7 3/5] gdb/remote: do not delete a thread if it has a pending exit event
 2020-05-14 11:42 UTC  (7+ messages)
` [PATCH v7 5/5] gdb/infrun: handle already-exited threads when attempting to stop

[PATCH] gdb: Restore old annotations behaviour when printing frame info
 2020-05-14 10:22 UTC 

[PATCH] Remove ada-lang.c:align_value
 2020-05-13 19:13 UTC  (2+ messages)

[PATCH 1/2] gdb: introduce 'all_non_exited_process_targets' and 'switch_to_target_no_thread'
 2020-05-13 18:43 UTC  (4+ messages)

GDBserver ports cleanup
 2020-05-13 18:40 UTC  (3+ messages)

[PATCH 0/4] Fix BZ 25631 - core file memory access problem
 2020-05-13 17:44 UTC  (5+ messages)
` [PATCH 3/4] Provide access to non SEC_HAS_CONTENTS core file sections

[PATCH v2 0/5] Fix BZ 25631 - core file memory access problem
 2020-05-13 17:11 UTC  (3+ messages)
` [PATCH v2 4/5] Provide access to non SEC_HAS_CONTENTS core file sections
` [PATCH v2 5/5] Test ability to access unwritten-to mmap data in core file

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