[PATCH] gdb: remove TYPE_FIELD macro
2020-05-23 20:49 UTC (2+ messages)
[PATCH] Use = instead of == for better portability
2020-05-23 20:47 UTC (2+ messages)
[PUSHED/OBVIOUS] Fix base class function call
2020-05-23 18:58 UTC (3+ messages)
` Pushed to gdb-9-branch: "
[RFA] Ensure 'exec-file has changed' check has priority over 'exec-file-mismatch' check
2020-05-23 13:08 UTC
[PATCH v2 00/42] Share DWARF partial symtabs between objfiles
2020-05-23 12:24 UTC (14+ messages)
` [PATCH v2 15/42] Make queue_and_load_dwo_tu receive a dwarf2_cu
` [PATCH v2 23/42] Add dwarf2_per_objfile to dwarf_expr_context and dwarf2_frame_cache
` [PATCH v2 39/42] Pass existing_cu object to cutu_reader
` [PATCH v2 41/42] Make mapped_debug_names independent of objfile
[PATCH] Use safe-ctype.h (ISSPACE etc.) in symbol parsing & comparison
2020-05-23 11:51 UTC (3+ messages)
[PATCH 1/4] gdb: add type::num_fields / type::set_num_fields
2020-05-22 20:58 UTC (9+ messages)
` [PATCH 2/4] gdb: remove TYPE_NFIELDS macro
` [PATCH 3/4] gdb: add type::fields / type::set_fields
` [PATCH 4/4] gdb: remove TYPE_FIELDS macro
[PATCH][gdb/symtab] Handle .gdb_index in ada language mode
2020-05-22 20:31 UTC (4+ messages)
[PATCH 0/4] Micro-optimize DWARF partial symbol reading
2020-05-22 20:28 UTC (15+ messages)
` [PATCH 1/4] Attribute method inlining
` [PATCH 2/4] Lazily compute partial DIE name
` [PATCH 3/4] Inline abbrev lookup
` [PATCH 4/4] Use add_partial_symbol in load_partial_dies
[PATCH 3/3][gdb/testsuite] Warn about leaked global array
2020-05-22 20:15 UTC (2+ messages)
[PATCH 2/3][gdb/testsuite] Fix global array leaks
2020-05-22 20:13 UTC (2+ messages)
[PATCH 1/3][gdb/testsuite] Fix global array cp_class_table_history leak
2020-05-22 20:12 UTC (2+ messages)
[RFC][PATCH 0/7] Patching new code in a binary
2020-05-22 19:57 UTC (10+ messages)
` [RFC][PATCH 2/7] Change memory protection for compile arguments to RW
` [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
[pushed] Remove obsolete declaration
2020-05-22 19:36 UTC
[committed][gdb/symtab] Fix incomplete CU list assert in .debug_names
2020-05-22 19:12 UTC (2+ messages)
[PATCH] gdb: fix -Wtautological-overlap-compare error in lm32-tdep.c
2020-05-21 17:32 UTC (2+ messages)
[PATCH] gdb: remove unnecessary NULL checks before xfree
2020-05-21 17:12 UTC (5+ messages)
[PATCH v2 0/5] Fix BZ 25631 - core file memory access problem
2020-05-21 17:06 UTC (15+ messages)
` [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 0/3] Make exec-file-mismatch compare build IDs
2020-05-21 14:27 UTC (13+ messages)
` [PATCH 3/3] "
` [PATCH v2 "
[PATCH v2 0/9] RISC-V: Support version controling for ISA standard extensions and CSR
2020-05-21 9:11 UTC (24+ messages)
` [PATCH v2 1/9] RISC-V: Remove the redundant gas test file
` [PATCH v2 2/9] RISC-V: Forgot to update the priv-reg-fail-read-only-01 test case
` [PATCH v2 3/9] RISC-V: Support GAS option -misa-spec to set ISA versions
` [PATCH v2 4/9] RISC-V: Support configure options to set ISA versions by default
` [PATCH v2 5/9] RISC-V: Support version checking for CSR according to privilege spec version
` [PATCH v2 6/9] RISC-V: Support configure option to choose the "
` [PATCH v2 7/9] RISC-V: Make privilege spec attributes workable
` [PATCH v2 8/9] RISC-V: Disassembler dumps the CSR according to the chosen privilege spec
` [PATCH v2 9/9] RISC-V: Add documents and --help for the new GAS and OBJDUMP options
[PATCH] gdb: reset/recompute objfile section offsets in reread_symbols
2020-05-20 19:43 UTC (5+ messages)
[PATCH 2/2] gdb: Preserve is-stmt lines when switch between files
2020-05-20 18:26 UTC (11+ messages)
Patches for PR 25893 "gdbserver incorrectly handles program args containing space"
2020-05-20 16:40 UTC (21+ 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 v5 1/9] gdb: Move construct_inferior_arguments to gdbsupport
` [PATCH v5 2/9] gdbsupport: Adapt construct_inferior_arguments
` [PATCH v5 3/9] gdbsupport: Let construct_inferior_arguments take gdb::array_view param
` [PATCH v5 4/9] gdbserver: Don't add extra NULL to program args
` [PATCH v5 5/9] nto_process_target::create_inferior: Pass args as char **
` [PATCH v5 6/9] [PR gdbserver/25893]: Use construct_inferior_arguments which handles special chars
` [PATCH v5 7/9] gdbsupport: Drop now unused function 'stringify_argv'
` [PATCH v5 8/9] gdb/testsuite: support passing inferior arguments with native-gdbserver board
` [PATCH v5 9/9] gdb/testsuite: add inferior arguments test
[PATCH 4/4] [PR gdbserver/25893]: Add gdbserver test for argument with space in it
2020-05-20 16:28 UTC (6+ messages)
` [PATCH 1/2] gdb/testsuite: support passing inferior arguments with native-gdbserver board
` [PATCH 2/2] gdb/testsuite: add inferior arguments test
[PATCH 0/4] Fix BZ 25631 - core file memory access problem
2020-05-20 16:04 UTC (6+ messages)
` [PATCH 3/4] Provide access to non SEC_HAS_CONTENTS core file sections
[PATCH] [PR 25678] gdb crashes with "internal-error: sect_index_text not initialized" when .text
2020-05-20 15:04 UTC (15+ messages)
[pushed] gdb/testsuite: check mmap ret val against MAP_FAILED
2020-05-20 14:51 UTC
[pushed] Fix array_char_idx.exp
2020-05-20 13:22 UTC
[pushed] Remove bound_name static from ada-lang.c
2020-05-20 13:20 UTC
PR25993, read of freed memory
2020-05-20 1:51 UTC (10+ messages)
Oh dear. I regret to inform you that commit 4111f652f955028e8219fad2d60af1fd22aa29ee might be unfortunate
2020-05-19 23:34 UTC (4+ messages)
` Breakage on builder Ubuntu-Aarch64-m64, revision 4111f652f955028e8219fad2d60af1fd22aa29ee
` Breakage on builder Ubuntu-Aarch64-native-extended-gdbserver-m64, "
` Breakage on builder Ubuntu-Aarch64-native-gdbserver-m64, "
Use bfd_get_filename throughout gdb
2020-05-19 22:38 UTC (3+ messages)
[PATCH] gdb: fix IA64 build failure of linux-nat
2020-05-19 22:00 UTC (2+ messages)
[PATCH] gdb: Restore old annotations behaviour when printing frame info
2020-05-19 20:34 UTC (2+ messages)
[pushed] Restore missing Rust test
2020-05-19 19:43 UTC
[pushed] Fix duplicate tests in gdb.rust
2020-05-19 19:40 UTC (3+ messages)
[PATCH] Add gdb::nullopt, from C++17's std::nullopt
2020-05-19 19:27 UTC (3+ messages)
` [PATCH v2] "
[committed][gdb/testsuite] Use with_test_prefix in gdb.base/gdb-caching-proc.exp
2020-05-19 18:49 UTC (3+ messages)
[pushed] Update call to target_fileio_open
2020-05-19 18:35 UTC
[PATCH] gdb: fix off-by-one error in quirk_rust_enum
2020-05-19 18:21 UTC (3+ messages)
-Werror,-Wtautological-overlap-compare error in h8300-tdep.c
2020-05-19 17:35 UTC (5+ messages)
[PATCH 0/2] Fix some Ada enum bugs
2020-05-19 17:18 UTC (3+ messages)
` [PATCH 1/2] Fix bugs in 'val and 'pos with range types
` [PATCH 2/2] Handle indexing Ada arrays with enum indices
[PATCH v8 0/6] Handle already-exited threads in 'stop_all_threads'
2020-05-19 16:34 UTC (13+ messages)
` [PATCH v8 6/6] gdb/infrun: handle already-exited threads when attempting to stop
` [PATCH][gdb/testsuite] Warn about leaked global array
[PATCH 0/3] C++ification of symfile_segment_data
2020-05-19 16:25 UTC (9+ messages)
` [PATCH 1/3] gdb: allocate symfile_segment_data with new
` [PATCH 2/3] gdb: use std::vector to store segments in symfile_segment_data
` [PATCH 3/3] gdb: make symfile_segment_data::segment_info an std::vector
[RFC PATCH 0/3] What to do with objfiles with no .text section?
2020-05-19 16:14 UTC (4+ messages)
` [RFC PATCH 1/3] gdb: remove symfile_find_segment_sections and part of init_objfile_sect_indices
` [RFC PATCH 2/3] gdb: fix a few spots to not assume that we have a .text section
` [RFC PATCH 3/3] gdb: add test for shared library without "
[RFC][PATCH 0/6] Step program considering the source column information
2020-05-19 16:02 UTC (12+ messages)
` [PATCH 1/6] Add column information of dwarf to the symbol information
` [PATCH 5/6][PR gdb/25911] Show column of current execution point in frame info
GDB 9.2 release: May 23-24 weekend
2020-05-19 13:23 UTC (6+ messages)
[RFC][PATCH 7/6] Implement column breakpoints
2020-05-18 17:35 UTC (2+ messages)
[PATCH] Avoid short i386 register names on Solaris/x86 [PR25981]
2020-05-18 14:17 UTC (2+ messages)
[PATCH] Remove unused ps_lgetLDT etc. on Solaris/x86 [PR25981]
2020-05-18 14:14 UTC (2+ messages)
[committed][gdb/testsuite] Split up multi-exec test-cases
2020-05-18 14:13 UTC (3+ 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