public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH 0/9] Starting to convert languages to separate classes
 2020-05-15 15:06 UTC  (17+ 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 "
` [PATCH 7/9] gdb: Convert language la_iterate_over_symbols "
` [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 0/2] Line table is_stmt support
 2020-05-15 14:46 UTC  (14+ messages)
` [PATCH 0/2] More regression fixing from is-stmt patches
  ` [PATCH 2/2] gdb: Preserve is-stmt lines when switch between files

[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

[PATCH v8 0/6] Handle already-exited threads in 'stop_all_threads'
 2020-05-15 14:16 UTC  (26+ 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

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

[RFAv2 00/10] fix/improve cmd structure, class_alias, help, apropos
 2020-05-15  6:32 UTC  (12+ 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

[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] [PR 25678] gdb crashes with "internal-error: sect_index_text not initialized" when .text
 2020-05-14 19:28 UTC  (6+ messages)

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

[PATCH] gdb: infrun: consume multiple events at each pass in stop_all_threads
 2020-05-14 18:14 UTC  (6+ messages)
      ` [PATCH v2] "

[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  (10+ 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  (10+ 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  (6+ messages)
` [PATCH v2 1/5] Remove hack for GDB which sets the section size to 0
` [PATCH v2 2/5] Adjust corefile.exp test to show regression after bfd hack removal
` [PATCH v2 3/5] section_table_xfer_memory: Replace section name with callback predicate
` [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

[PATCH v2 00/42] Share DWARF partial symtabs between objfiles
 2020-05-13 15:46 UTC  (10+ messages)
` [PATCH v2 33/42] Split type_unit_group
` [PATCH v2 40/42] Replace dwarf2_per_cu_data::cu backlink with per-objfile map
` [PATCH v2 41/42] Make mapped_debug_names independent of objfile
` [PATCH v2 42/42] Share DWARF partial symtabs

Patches for PR 25893 "gdbserver incorrectly handles program args containing space"
 2020-05-13 15:05 UTC  (40+ messages)
` [PATCH 3/4] [PR gdbserver/25893]: Use construct_inferior_arguments which handles special chars
` [PATCH 4/4] [PR gdbserver/25893]: Add gdbserver test for argument with space in it
` [PATCH v3 1/6] gdb: Move construct_inferior_arguments to gdbsupport
  ` [PATCH v3 2/6] gdbsupport: Adapt construct_inferior_arguments
  ` [PATCH v3 4/6] nto_process_target::create_inferior: Pass args as char **
  ` [PATCH v3 5/6] [PR gdbserver/25893]: Use construct_inferior_arguments which handles special chars
  ` [PATCH v3 6/6] gdbsupport: Drop now unused function 'stringify_argv'
` [PATCH v4 1/9] gdb: Move construct_inferior_arguments to gdbsupport
  ` [PATCH v4 2/9] gdbsupport: Adapt construct_inferior_arguments
  ` [PATCH v4 3/9] gdbsupport: Let construct_inferior_arguments take gdb::array_view param
  ` [PATCH v4 4/9] gdbserver: Don't add extra NULL to program args
  ` [PATCH v4 5/9] nto_process_target::create_inferior: Pass args as char **
  ` [PATCH v4 6/9] [PR gdbserver/25893]: Use construct_inferior_arguments which handles special chars
  ` [PATCH v4 7/9] gdbsupport: Drop now unused function 'stringify_argv'
  ` [PATCH v4 8/9] gdb/testsuite: support passing inferior arguments with native-gdbserver board
  ` [PATCH v4 9/9] gdb/testsuite: add inferior arguments test

[PATCH] gdb: update the copyright year in async-event.[ch]
 2020-05-13 14:42 UTC  (2+ messages)

[committed][gdb/testsuite] Fix incorrect string concat in jit-elf.exp
 2020-05-13 13:45 UTC  (6+ messages)

[PATCH][gdb/symtab] Handle .gdb_index in ada language mode
 2020-05-13  9:41 UTC 

[PATCH] testsuite: use cygpath to convert from Unix to Windows paths
 2020-05-12 22:44 UTC  (8+ 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).