public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH v2 00/31] Add a type-safe API to registries
 2019-05-08 22:06 UTC  (35+ messages)
` [PATCH v2 05/31] Convert inflow to type-safe registry API
` [PATCH v2 23/31] Add a noop deleter
` [PATCH v2 15/31] Convert solib-svr4.c to type-safe registry API
` [PATCH v2 16/31] Convert xcoffread.c "
` [PATCH v2 25/31] Convert elfread.c "
` [PATCH v2 03/31] Convert symbol_cache "
` [PATCH v2 06/31] Convert break-catch-syscall.c "
` [PATCH v2 21/31] Convert ada-lang.c "
` [PATCH v2 17/31] Convert probes "
` [PATCH v2 12/31] Convert linux-tdep.c "
` [PATCH v2 08/31] Convert auto-load.c "
` [PATCH v2 13/31] Convert breakpoint.c "
` [PATCH v2 07/31] Convert objfiles.c "
` [PATCH v2 19/31] Convert fbsd-tdep.c "
` [PATCH v2 10/31] Convert symfile-debug.c "
` [PATCH v2 20/31] Convert coffread.c "
` [PATCH v2 04/31] Convert target dcache "
` [PATCH v2 18/31] Convert ada-tasks.c "
` [PATCH v2 01/31] Add a type-safe C++ interface to a registry
` [PATCH v2 24/31] Convert mdebugread.c to type-safe registry API
` [PATCH v2 28/31] Convert stabsread.c "
` [PATCH v2 02/31] Convert main_info "
` [PATCH v2 27/31] Remove mips_pdr_data
` [PATCH v2 11/31] Convert auxv.c to type-safe registry API
` [PATCH v2 09/31] Convert dwarf2_per_objfile "
` [PATCH v2 22/31] Convert nto-tdep.c "
` [PATCH v2 14/31] Convert remote.c "
` [PATCH v2 29/31] Convert objc-lang.c "
` [PATCH v2 26/31] Convert hppa-tdep.c "
` [PATCH v2 30/31] Convert dwarf2-frame.c "
` [PATCH v2 31/31] Convert gdbtypes.c "

Oh dear. I regret to inform you that commit 99f20f08682ecc7be882774ff78409530802d000 might be unfortunate
 2019-05-08 21:47 UTC  (13+ messages)
` Breakage on builder Solaris11-sparcv9-m64, revision 99f20f08682ecc7be882774ff78409530802d000
` Breakage on builder Solaris11-amd64-m64, "
` Breakage on builder RHEL-s390x-m64, "
` Breakage on builder NetBSD-x86_64-m64, "
` Breakage on builder Fedora-x86_64-native-extended-gdbserver-m32, "
` Breakage on builder Fedora-x86_64-cc-with-index, "
` Breakage on builder Fedora-x86_64-native-extended-gdbserver-m64, "
` Breakage on builder Fedora-x86_64-native-gdbserver-m64, "
` Breakage on builder Fedora-x86_64-m64, "
` Breakage on builder Fedora-i686, "
` Breakage on builder Fedora-x86_64-w64-mingw32, "
` Breakage on builder Fedora-x86_64-m32, "

[RFA v5] (Ada) Fix frame argument printing when using auto language mode
 2019-05-08 20:48 UTC  (4+ messages)
  ` FYI, pushed: "

[PUSHED] gdb: Merge two 'New commands' sections in NEWS file
 2019-05-08 20:03 UTC 

[RFC 0/8] Create MI commands using python
 2019-05-08 18:00 UTC  (17+ messages)
` [RFC 1/8] Use std::map for MI commands in mi-cmds.c
` [RFC 8/8] mi/python: Allow redefinition of python MI commands
` [RFC 2/8] Use classes to represent MI Command instead of structures

heads up: will create GDB 8.3 release this weekend (GDB 8.3 release update -- 2019-05-08)
 2019-05-08 16:42 UTC 

[PATCH 0/4] some minor declaration shuffling
 2019-05-08 16:37 UTC  (2+ messages)

[PATCH 8.3] Fix style bug when paging
 2019-05-08 16:36 UTC  (3+ messages)

[PATCH] Force array coercion in c_get_string
 2019-05-08 16:19 UTC  (9+ messages)

[PATCH 0/2] two ptype/o changes
 2019-05-08 16:14 UTC  (2+ messages)

[PATCH] Fix VLA printing for Ada
 2019-05-08 16:05 UTC  (2+ messages)

[PATCH] cc-with-tweaks: show dwz stderr and check exit code
 2019-05-08 16:00 UTC 

[PATCH 0/8] Fix inferior call for C++ pass-by-reference arguments
 2019-05-08 10:50 UTC  (2+ messages)

[PATCH][gdb/testsuite] Fix break-probes.exp with native-gdbserver
 2019-05-08  2:09 UTC  (4+ messages)

[PATCH][gdb] Write index for dwz -m file
 2019-05-07 16:13 UTC  (2+ messages)
` [RFC, gdb/contrib] Fix gdb/contrib/gdb-add-index.sh for dwz-m-ed execs

[PATCH][gdb/testsuite] Add test-case for gdb-add-index.sh
 2019-05-07 16:08 UTC 

[RFC][gdb/testsuite] Fix base address selection entry encoding in dw2-skip-prologue.S
 2019-05-07 14:50 UTC  (3+ messages)
` [PING][RFC][gdb/testsuite] "
  ` [PING^2][RFC][gdb/testsuite] "

[committed][gdb/testsuite] Fix ls_host return in index-cache.exp
 2019-05-07 13:15 UTC  (2+ messages)

[PATCH][gdb/testsuite] Fix .debug_aranges in watch-loc.c
 2019-05-07  9:03 UTC  (3+ messages)

[PATCH][gdb/testsuite] Fix .debug_aranges in dw2-case-insensitive-debug.S
 2019-05-07  9:02 UTC  (3+ messages)

[committed][gdb/testsuite] Fix handling of DW_FORM_ref_addr in dwarf assembler
 2019-05-07  8:42 UTC 

[FYI] Fix scoped_mmap includes
 2019-05-07  3:01 UTC 

[RFA 0/3] Better control about frame information to print
 2019-05-06 19:43 UTC  (7+ messages)
` [RFA 3/3] Document 'set print frame-info|frame-arguments presence'
` [RFA 1/3] Implement "
` [RFA 2/3] Test "

[PATCH/commit] Fix regression caused by recently added syscall restart code
 2019-05-06 18:03 UTC 

The 'cold' function attribute and GDB
 2019-05-06 16:24 UTC  (30+ messages)

[PATCH 0/3] Improve handling of negative dynamic properties
 2019-05-06 14:55 UTC  (7+ messages)
` [PATCH 1/3] gdb: Update type of lower bound in value_subscripted_rvalue
` [PATCH 2/3] gdb: Convert dwarf2_evaluate_property to return bool
` [PATCH 3/3] gdb: Handle dynamic properties with negative values

[PATCH][gdb/testsuite] Fix index-cache.exp with CC_WITH_TWEAKS_FLAGS=-i
 2019-05-06  6:43 UTC  (6+ messages)
  ` [committed][gdb/testsuite] Add cc-with-debug-names.exp
  ` [gdb/testsuite] Fix index-cache.exp with cc-with-{gdb-index,debug-names}

[PATCH][gdb/symtab] Support DW_AT_main_subprogram with -readnow
 2019-05-05 11:42 UTC  (2+ messages)
` [RFC] How to fix gdb.dwarf2/main-subprogram.exp with cc-with-gdb-index/cc-with-debug-names

Oh dear. I regret to inform you that commit 8a522c6cab56bd55f1454638786f999f6f636354 might be unfortunate
 2019-05-05  5:39 UTC  (9+ messages)
` Breakage on builder Fedora-x86_64-native-extended-gdbserver-m32, revision 8a522c6cab56bd55f1454638786f999f6f636354
` Breakage on builder Fedora-x86_64-native-extended-gdbserver-m64, "
` Breakage on builder Fedora-x86_64-native-gdbserver-m64, "
` Breakage on builder Fedora-x86_64-m64, "
` Breakage on builder Fedora-x86_64-native-gdbserver-m32, "
` Breakage on builder Fedora-x86_64-cc-with-index, "
` Breakage on builder Fedora-x86_64-m32, "

[PATCH 0/2] Remove two VECs
 2019-05-04 20:26 UTC  (5+ messages)
` [PATCH 1/2] Remove a VEC from ppc-linux-nat.c

[FYI 0/7] minor boolification
 2019-05-04 20:14 UTC  (8+ messages)
` [FYI 3/7] Use "false" in select_frame_for_mi
` [FYI 4/7] Use bool, true, and false in arc-tdep.c
` [FYI 2/7] Change valid_command_p to return bool
` [FYI 5/7] Use "false" in compile_cplus_convert_enum
` [FYI 7/7] Change arc_tdesc_init to return bool
` [FYI 1/7] Change valid_user_defined_cmd_name_p "
` [FYI 6/7] Use gdb_assert_not_reached in arm-linux-nat.c

[PATCH] Fix incorrect use of 'is' operator for comparison in python/lib/gdb/command/prompt.py
 2019-05-04 19:56 UTC  (2+ messages)

[PATCH + 8.3] Don't derive partial_symbol from general_symbol_info
 2019-05-04 19:42 UTC  (2+ messages)

[RFAv3 0/6] Implement | (pipe) command
 2019-05-04 16:33 UTC  (9+ messages)
` [RFAv3 2/6] Improve process exit status macros on MinGW
` [RFAv3 3/6] Add function execute_command_to_ui_file
` [RFAv3 6/6] NEWS and documentation for | (pipe) command
` [RFAv3 5/6] Test the "
` [RFAv3 4/6] Implement "
` [RFAv3 1/6] Add previous_saved_command_line to allow a command to repeat a previous command

[PATCH] gdb/fortran: Use floatformats_ia64_quad for fortran 16-byte floats
 2019-05-04 12:17 UTC 

[RFAv2 0/6] Implement | (pipe) command
 2019-05-04  6:24 UTC  (4+ messages)
` [RFAv2 4/6] "

[RFA] Fix leaks by clearing registers and frame caches
 2019-05-04  5:51 UTC  (3+ messages)

[PATCH 0/3] some minor objfile iteration improvements
 2019-05-03 23:28 UTC  (7+ messages)
` [PATCH 3/3] Introduce a separate debug objfile iterator

[PATCH] Fix cast of character to enum type in Ada
 2019-05-03 22:04 UTC  (2+ messages)

[PATCH] Add noyywrap to ada-lex.l
 2019-05-03 21:40 UTC  (2+ messages)

[committed][gdb/testsuite] Add cc-with-gdb-index.exp
 2019-05-03 20:50 UTC  (5+ messages)
` buildbot config cc-with-index not functional

[RFC][gdb/testsuite] Add readnow.exp
 2019-05-03 16:33 UTC 

GDB 8.3 release update (2019-04-30)
 2019-05-03 16:01 UTC  (4+ messages)

[PATCH][gdb] Fix heap-use-after-free in typename_concat
 2019-05-03  9:31 UTC 

Fix compilation using mingw.org's MinGW
 2019-05-03  8:26 UTC  (14+ messages)

Fix lookup of separate debug file on MS-Windows
 2019-05-03  7:36 UTC  (11+ messages)

Warning when using separate debug info file
 2019-05-03  7:05 UTC  (16+ messages)

[PATCHv2 0/8] Series of Fortran type printing patches
 2019-05-03  0:21 UTC  (3+ messages)
` [PATCHv2 4/8] gdb/fortran: better types for components of complex numbers
  ` Regression on gdb.fortran/complex.exp on unix/-m32 (was: Re: [PATCHv2 4/8] gdb/fortran: better types for components of complex numbers)

[PATCH v4 0/6] Add python method gdb.InferiorThread.handle
 2019-05-03  0:04 UTC  (3+ messages)
` [PATCH v4 4/6] Tests for gdb.InferiorThread.handle
  ` New FAILs (gdb.python/py-thrhandle.exp) on unix/-m32 (was: Re: [PATCH v4 4/6] Tests for gdb.InferiorThread.handle)

[PATCH] gdb/rust: Handle printing structures containing strings
 2019-05-02 15:50 UTC  (4+ messages)

[FYI] Remove _initialize_valarith
 2019-05-02 14:18 UTC 

Stop worrying about being stuck in a bathtub during an emergency
 2019-05-02  1:33 UTC 

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