[RFA 00/10] fix/improve cmd structure, class_alias, help, apropos
2020-05-14 15:51 UTC (3+ messages)
` [RFA 01/10] Add a selftest that detects a 'corrupted' command tree structure in GDB
[committed][gdb/testsuite] Split up multi-exec test-cases
2020-05-14 15:32 UTC (2+ messages)
[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
[PATCH] gdb: infrun: consume multiple events at each pass in stop_all_threads
2020-05-14 14:32 UTC (4+ messages)
[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 v8 0/6] Handle already-exited threads in 'stop_all_threads'
2020-05-14 11:40 UTC (16+ 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 0/9] Starting to convert languages to separate classes
2020-05-14 11:00 UTC (11+ messages)
` [PATCH 4/9] gdb: Convert language la_pass_by_reference field to a method
` [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] gdb: Restore old annotations behaviour when printing frame info
2020-05-14 10:22 UTC
[PATCH 1/2] gdb: add type::code / type::set_code
2020-05-13 19:24 UTC (7+ messages)
` [PATCH 2/2] gdb: remove TYPE_CODE macro
[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 (48+ messages)
` [PATCH v2 01/42] Introduce dwarf2_per_objfile::obstack
` [PATCH v2 02/42] Add "objfile" parameter to two partial_symtab methods
` [PATCH v2 03/42] Add dwarf2_per_cu_data::index
` [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 (59+ messages)
` [PATCH 0/4] gdb: Move construct_inferior_arguments to gdbsupport
` [PATCH 1/4] gdbsupport: Extend construct_inferior_arguments to allow handling all stringify_args cases
` [PATCH v2 "
` [PATCH 2/4] gdbserver: Don't add extra NULL to program args
` [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 3/6] gdbserver: Don't add extra NULL to program args
` [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)
Form to subscribe to gdb mailing lists
2020-05-12 18:45 UTC (4+ messages)
[PATCHv2 0/3] Automatic detection of test name problems
2020-05-12 16:48 UTC (4+ messages)
` [PATCHv3 "
[pushed] gdb: make two objfile functions return bool
2020-05-12 15:33 UTC
[PATCH v5 1/5] [gdb/testsuite] use args as lib list for jit-elf tests
2020-05-12 14:15 UTC (13+ messages)
` [PATCH v5 2/5] [gdb/testsuite] add lib/jit-elf-helpers.exp
` [PATCH v5 3/5] [gdb/testsuite] use -Ttext-segment for jit-elf tests
` [PATCH v5 4/5] [gdb/testsuite] define jit function name via macro
` [PATCH v5 5/5] [gdb/testsuite] add jit-elf-util.h and run jit function
[committed][gdb/testsuite] Fix tcl error in jit-elf-helpers.exp
2020-05-12 12:43 UTC
[PATCH 0/2] fix missed breakpoint upon jit re-registration
2020-05-12 11:33 UTC (3+ messages)
` [PATCH 1/2] [gdb/testsuite] optional flags for compile_and_download_n_jit_so
` [PATCH 2/2] jit: remove bp locations when unregistering jit code
[committed][gdb/testsuite] Fix duplicate test-names in gdb.multi
2020-05-12 9:18 UTC
[committed][gdb/testsuite] Fix duplicate test-names in gdb.ada
2020-05-12 9:06 UTC
[committed][gdb/testsuite] Fix duplicate test-names in gdb.fortran
2020-05-12 8:54 UTC
[committed][gdb/testsuite] Fix duplicate test-names in gdb.trace
2020-05-12 8:45 UTC
[committed][gdb/testsuite] Fix duplicate test-names in gdb.pascal
2020-05-12 8:37 UTC
[committed][gdb/testsuite] Fix duplicate test-names in gdb.{gdb,opt,xml}
2020-05-12 8:29 UTC
[committed][gdb/testsuite] Fix duplicate test-names in gdb.dwarf2
2020-05-12 7:47 UTC
[PATCH] gdb: change duplicate test name in gdb.base/jit-so.exp
2020-05-12 0:11 UTC (2+ messages)
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox