public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[RFAv2 00/10] fix/improve cmd structure, class_alias, help, apropos
 2020-05-14 21:18 UTC  (6+ 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

[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 0/7] Remove obsolete GDBserver ports
 2020-05-14 20:30 UTC  (15+ 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] Disable record btrace bts support for AMD processors
 2020-05-14 20:29 UTC  (3+ messages)

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

[PATCH 0/9] Starting to convert languages to separate classes
 2020-05-14 19:57 UTC  (16+ 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 "
` [PATCH 8/9] gdb: Convert language la_get_compile_instance "
` [PATCH 9/9] gdb: Convert language la_search_name_hash "

[PATCH] [PR 25678] gdb crashes with "internal-error: sect_index_text not initialized" when .text
 2020-05-14 19:28 UTC  (6+ messages)

[PATCH] Enable hardware breakpoints for gdbserver on Windows
 2020-05-14 19:11 UTC  (2+ messages)

[PATCH v8 0/6] Handle already-exited threads in 'stop_all_threads'
 2020-05-14 18:58 UTC  (19+ 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 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  (8+ messages)
` [PATCH 2/2] gdb: remove TYPE_CODE macro

[committed][gdb/testsuite] Split up multi-exec test-cases
 2020-05-14 17:14 UTC  (5+ messages)

[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  (46+ messages)
` [PATCH v2 02/42] Add "objfile" parameter to two partial_symtab methods
` [PATCH v2 04/42] Add dwarf2_per_objfile member to DWARF batons
` [PATCH v2 05/42] Split dwarf2_per_objfile into dwarf2_per_objfile and dwarf2_per_bfd
` [PATCH v2 06/42] Remove symtab links from dwarf2_psymtab and dwarf2_per_cu_quick_data
` [PATCH v2 07/42] Move die_type_hash to dwarf2_per_objfile
` [PATCH v2 08/42] Add dwarf2_per_objfile field to dwarf2_cu
` [PATCH v2 09/42] Remove reference to dwarf2_per_cu_data::dwarf2_per_objfile in dw2_do_instantiate_symtab
` [PATCH v2 10/42] Remove dwarf2_cu->per_cu->dwarf2_per_objfile references
` [PATCH v2 11/42] Add dwarf2_per_bfd field to dwarf2_per_cu_data
` [PATCH v2 12/42] Make dwarf2_get_dwz_file take a dwarf2_per_bfd
` [PATCH v2 13/42] Use bfd_get_filename instead of objfile_name in lookup_dwo_unit
` [PATCH v2 14/42] Add dwarf2_per_objfile parameter to cutu_reader's constructors
` [PATCH v2 15/42] Make queue_and_load_dwo_tu receive a dwarf2_cu
` [PATCH v2 16/42] Remove dwarf2_per_cu_data::dwarf2_per_objfile reference in cutu_reader::keep
` [PATCH v2 17/42] Add dwarf2_per_objfile parameter to create_partial_symtab
` [PATCH v2 18/42] Add dwarf2_per_objfile parameter to recursively_compute_inclusions
` [PATCH v2 19/42] Add dwarf2_per_objfile parameter to process_full_{comp, type}_unit
` [PATCH v2 20/42] Pass dwarf2_cu objects to dwo-related functions, instead of dwarf2_per_cu_data
` [PATCH v2 21/42] Remove reference to dwarf2_per_cu_data::dwarf2_per_objfile in queue_and_load_all_dwo_tus
` [PATCH v2 22/42] Move int type methods out of dwarf2_per_cu_data
` [PATCH v2 23/42] Add dwarf2_per_objfile to dwarf_expr_context and dwarf2_frame_cache
` [PATCH v2 24/42] Remove dwarf2_per_cu_data::text_offset
` [PATCH v2 25/42] Add dwarf2_per_objfile parameter to dwarf2_read_addr_index
` [PATCH v2 26/42] Add dwarf2_per_objfile parameter to allocate_piece_closure
` [PATCH v2 27/42] Add dwarf2_per_objfile parameters to dwarf2_fetch_* functions
` [PATCH v2 28/42] Remove dwarf2_per_cu_data::objfile ()
` [PATCH v2 29/42] Add dwarf2_per_objfile parameter to free_one_cached_comp_unit
` [PATCH v2 30/42] Add dwarf2_per_objfile parameter to get_die_type_at_offset
` [PATCH v2 31/42] Remove leftover references to dwarf2_per_cu_data::dwarf2_per_objfile
` [PATCH v2 32/42] Remove dwarf2_per_cu_data::dwarf2_per_objfile
` [PATCH v2 33/42] Split type_unit_group
` [PATCH v2 34/42] Move signatured_type::type to unshareable object
` [PATCH v2 35/42] Pass dwarf2_per_bfd instead of dwarf2_per_objfile to some index-related functions
` [PATCH v2 36/42] Pass dwarf2_cu to process_full_{comp,type}_unit
` [PATCH v2 37/42] Make load_cu return the loaded dwarf2_cu
` [PATCH v2 38/42] Add comp_unit_head to dwarf2_per_cu_data
` [PATCH v2 39/42] Pass existing_cu object to cutu_reader
` [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)

[PATCH] gdb: make gdbarch.sh write gdbarch.{c,h} directly
 2020-05-12 21:16 UTC  (3+ 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).